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
$ for file in *.geojson; do echo "$file:"; in2csv --format geojson $file > $file.csv ; done
multigeometry.input.geojson:
multigeometry.output.geojson:
too many values to unpack
multilinestring.input.geojson:
multilinestring.output.geojson:
multipoint.input.geojson:
multipoint.output.geojson:
multipolygon.input.geojson:
multipolygon.output.geojson:
nullgeometry.input.geojson:
'NoneType' object has no attribute 'get'
nullgeometry.output.geojson:
'NoneType' object has no attribute 'get'
point.input.geojson:
'coordinates'
point.output.geojson:
'coordinates'
I'm not sure the nullgeometry represents a valid syntax, but it probably shouldnt be an Exception.
The emitting of 'coordinates' is very odd; I hope I dont have any stray print's in my installed version.
The text was updated successfully, but these errors were encountered:
A nice collection of more diverse examples of geojson, using other Geometry objects, can be found at https://github.com/node-geojson/geojson-flatten/tree/master/test/fixture , showing a few importing issues.
I'm not sure the
nullgeometry
represents a valid syntax, but it probably shouldnt be an Exception.The emitting of
'coordinates'
is very odd; I hope I dont have any stray print's in my installed version.The text was updated successfully, but these errors were encountered: