When I open a valid GeometryCollection and try to save it to file it using geojson.dump, it returns an invalid geojson
when I try to check the geojson output in https://geojsonlint.com/
I got the error : Line 0: Parse error on line 1: ... 13.7896], [56.28535 -----------------------^ Expecting ',', ']', got 'EOF'
To reproduce run the following code that input valid geojson and return invalid one
When I open a valid GeometryCollection and try to save it to file it using
geojson.dump
, it returns an invalid geojsonwhen I try to check the geojson output in https://geojsonlint.com/ I got the error :
Line 0: Parse error on line 1: ... 13.7896], [56.28535 -----------------------^ Expecting ',', ']', got 'EOF'
To reproduce run the following code that input valid geojson and return invalid one
Geojson library version :
geojson==3.1.0