JuliaEarth / GeoIO.jl

Load/save geospatial data compatible with the GeoStats.jl framework
https://github.com/JuliaEarth/GeoStats.jl
MIT License
21 stars 6 forks source link

Cannot save geotable with empty `values` #73

Closed juliohm closed 5 months ago

juliohm commented 6 months ago

MWE:

t = georef(nothing, CartesianGrid(3,3))

GeoIO.save("test.shp", t)
juliohm commented 5 months ago

Fixed on master.

juliohm commented 5 months ago

Not all formats are covered apparently. Reopening it.