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
Similar to Shapefiles.jl it would be more user-friendly. Currently we have to read the file with Base.read and then read it again with GeoJSON.read.
The text was updated successfully, but these errors were encountered:
Good idea. Feel free to PR or I will add it next week.
Sorry, something went wrong.
Looks like we'll be getting this for free in quinnj/JSON3.jl#243, making GeoJSON.read also work for paths.
GeoJSON.read
document and test GeoJSON.read(path)
GeoJSON.read(path)
79234e7
Fixes #49.
document and test GeoJSON.read(path) (#77)
9bb34c6
* document and test `GeoJSON.read(path)` Fixes #49. * bump JSON3 compat
Successfully merging a pull request may close this issue.
Similar to Shapefiles.jl it would be more user-friendly. Currently we have to read the file with Base.read and then read it again with GeoJSON.read.
The text was updated successfully, but these errors were encountered: