Balzer82
Balzer82
Just sent it yesterday
Means exchange the _T_ against a _Z_?
Hm. Sometimes it is -1h because of summer and winter time. How to solve?
You are right, if the speed measurement is completely perfect, you can use it as control input. But in some or most cases, this is a normal sensor with measurement...
On my system (MacOS X Mountain Lion): ``` NumPy 1.6.2 MPL 1.1.1 PIL Traceback (most recent call last): File "", line 1, in AttributeError: 'module' object has no attribute 'VERSION'...
If I am doin' `mymap.save_png('bg.png')` the image is not upside down. So it might be the `ylim()` definition in `show_mpl()` ?
@sethoscope wrote in his `heatmap.py` (https://github.com/sethoscope/heatmap) ``` python # If someone wants to use pixel coordinates instead of Lat/Lon, we # could add an XYProjection. EquirectangularProjection would work, # but...