CompatHelper: bump compat for "GeoInterface" to "1.0"#115
Conversation
|
FYI GeoInterface 1.0 has completely new internals, and relying on Instead you can access all compatible objects laziliy, e.g. using When we have Feature handling completely finalised it would also be good to have an easy way to plot feature properties. |
|
Yeah I think we can work on the GeoInterface integration when JuliaGeometry/GeometryBasics.jl#175 and JuliaGeo/GeoJSON.jl#36 are ready, since this package relies on both packages. Right now GeoInterface 1 cannot be used with this package because GeoJSON.jl is preventing that. These conversions won't be needed anymore: And these assets can be updated: |
|
Yeah ok thats on me. Currently getting Rasters.jl updated and all the upstream PRs for that to work. But I'll be back to GeoJSONTables.jl soon. Mostly the block was getting |
|
Yeah no rush, luckily we have |
This pull request changes the compat entry for the
GeoInterfacepackage from0.5to0.5, 1.0.This keeps the compat entries for earlier versions.
Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request.