You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And maybe Shapefile,jl and GeoJSON.jl ? These would need write/read to convert, as there is no GI.convert for them as its not very useful except for testing like this.
This would make use of GeometryOps.jl much more robust, avoiding errors like #133
It would also provide some useful tests on the rest of the ecosystems GeoInterface implementations.
The text was updated successfully, but these errors were encountered:
We should automate testing across geometry types from:
ArchGDAL.jl
LibGEOS.jl
GeoInterface.jl
GeometryBasics.jl
Meshes.jl
Just using
GI.convert
in a loop over the modules.And maybe Shapefile,jl and GeoJSON.jl ? These would need write/read to convert, as there is no
GI.convert
for them as its not very useful except for testing like this.This would make use of GeometryOps.jl much more robust, avoiding errors like #133
It would also provide some useful tests on the rest of the ecosystems GeoInterface implementations.
The text was updated successfully, but these errors were encountered: