You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just have submitted an issue on rasterio.
It looks like get_projection_info() returns a None epsg code, since it uses is_epsg_code crom rasterio's CRS class which seems to be faulty to me. to_epsg() returns the correct code though.
The text was updated successfully, but these errors were encountered:
Hi,
I just have submitted an issue on rasterio.
It looks like
get_projection_info()
returns aNone
epsg code, since it usesis_epsg_code
crom rasterio's CRS class which seems to be faulty to me.to_epsg()
returns the correct code though.The text was updated successfully, but these errors were encountered: