Anshul Singhvi
Anshul Singhvi
It looks like https://github.com/JuliaGeo/Shapefile.jl/pull/131 broke GeometryOps tests that were relying on Shapefile.Table being a table above it being a feature collection. The GI feature collection interface is also not fleshed...
could use tests if anyone has five minutes fixes https://github.com/JuliaGeo/Shapefile.jl/issues/132
Maybe this is a DBFTables problem but try ```julia collect(Tables.namedtupleiterator(tbl)) ``` on any Shapefile that has a string column it returns an error ``` ERROR: TypeError: in new, expected Union{Missing,...
Priority system is pretty loose atm, we likely need to write a package that has some macro based functionality that can register and check whether extensions are loaded, and perform...