JuliaGeo / GeoFormatTypes.jl

Wrapper types for spatial data formats like well known text, KML, Proj4 strings.
https://juliageo.github.io/GeoFormatTypes.jl/stable
MIT License
6 stars 0 forks source link

Add PROJJSON #19

Closed evetion closed 2 years ago

evetion commented 2 years ago

As defined here https://proj.org/specifications/projjson.html. Required for GeoParquet.jl.

evetion commented 2 years ago

@rafaqz Not sure if you like this Union approach, or whether we want to two objects, an PROJJSONString and a PROJJSONObject? While clearer in type, it's a bit confusing in usage as there won't be an actual PROJJSON itself?