-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why can't parse 3857? #39
Comments
EPSG:3857 isn't on the website spatiatreference.org, which is where spatialrefence.org hasn't been updated since 2013 per it's homepage. There's probably a better source for EPSG codes. |
If this how can I parse the 3857 crs? |
epsg.io seems like it would be a good replacement for spatialreference.org. (Patch?) You could directly feed a string such as this OGC WKT version of 3857:
and use Or you could load the file from epsg.io: https://epsg.io/3857.wkt |
Thanks! |
Why can't our package parse 3857?
Use this code:
This will return
None
The text was updated successfully, but these errors were encountered: