JuliaGeo / GeoJSON.jl

Utilities for working with GeoJSON data in Julia
https://juliageo.org/GeoJSON.jl/stable/
MIT License
67 stars 10 forks source link

Provide a high-level GeoJSON.Table(fname) #49

Closed juliohm closed 11 months ago

juliohm commented 1 year ago

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.

rafaqz commented 1 year ago

Good idea. Feel free to PR or I will add it next week.

visr commented 1 year ago

Looks like we'll be getting this for free in https://github.com/quinnj/JSON3.jl/pull/243, making GeoJSON.read also work for paths.