We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Where we expect '+init=epsg:4326 +no_defs', we get
>>> from fiona import crs >>> crs.to_string(crs.from_epsg(4326)) '+no_defs'
Reported by @kjordahl.
The text was updated successfully, but these errors were encountered:
Fix for #69.
2329c95
How did I overlook round-tripping "+init=epsg:4326"?
Fixed.
Sorry, something went wrong.
sgillies
No branches or pull requests
Where we expect '+init=epsg:4326 +no_defs', we get
Reported by @kjordahl.
The text was updated successfully, but these errors were encountered: