KipCrossing / geotiff

A noGDAL tool for reading and writing geotiff files
GNU Lesser General Public License v2.1
213 stars 23 forks source link

Restore compatibility with older pyproj versions #24

Closed rnixx closed 3 years ago

rnixx commented 3 years ago

Use epsg:4326 instead of WGS84 as CRS name to support older pyproj versions.

KipCrossing commented 3 years ago

Thanks for the PR, and good idea! I didn't realise that this could be a problem.

I'd like to make the make the methods to read a section of a tiff more generic (user defined), instead of it being limited to wgs 84.

I'll merge this for now and upload it to PyPI under version 0.1.9.