rasterio / affine

Affine transformation matrices
https://affine.readthedocs.io/en/latest/index.html
BSD 3-Clause "New" or "Revised" License
159 stars 28 forks source link

to/from World File order #17

Closed perrygeo closed 9 years ago

perrygeo commented 9 years ago

Not sure if this really belongs here but in keeping with the spirit of to_gdal and from_gdal methods, it might be good to provide wrappers for the World File ordering: a, d, b, e, c*, f*

The only complication is that c* and f* refer to the center of the upper left cell so we'd need to pad them by 1/2 a and e.

mwtoews commented 9 years ago

See #11

sgillies commented 9 years ago

Thanks, @mwtoews, was just about to point to that.

https://github.com/sgillies/affine/blob/master/CHANGES.txt#L11

perrygeo commented 9 years ago

Awesome! dump/load is even better