kwauchope

Results 16 comments of kwauchope

Updated above post with somewhat tested code. Considering adding it as a method in heatmap.py.

You will probably want to use something like https://pypi.python.org/pypi/pyproj/. I'm also not convinced the translate function is overly accurate over large distances either. I'll have to do some reading.

Got a new branch where I'm testing the projections. Requires pyproj. I don't think Heatmap.c will need to be changed as long as everything is done in Cylindrical linear projections...

I've added the option for pyproj, wrote the warning as stdout if the input projection is set (if there is no input projection it is ignored anyway). It doesn't work...

I hate to add more complexity but especially with the allowance of different projections, not all pixels are created as equals so dotsize may not be a reliable way to...

@jjguy I was wondering your thoughts on disabling KML output if pyproj isn't installed. Say the input is WGS84 (the format KML needs for the overlay bounding box and the...