JuliaGeo / GeoJSON.jl

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

Incompatibility with trait-based interfaces in GeoInterface 1.0 #40

Closed truedichotomy closed 2 years ago

truedichotomy commented 2 years ago

GeoInterface 1.0 has breaking change that does not work with current version of GeoJSON (v0.5.1).

visr commented 2 years ago

That's right. For this package in particular GeoInterface v1 is very breaking. See #36 for thoughts on how to proceed with this package.

rafaqz commented 2 years ago

GeoJSONTables.jl is close to being a replacement now. I'm just implementing write so its fully functional (then it will be merged here).

There are a lot of packages to transition for GeoInterface 1.0, so have some patience as its mostly 2 people doing these updates, on top of our other regular jobs.

visr commented 2 years ago

Fixed by #42.