socrata / discuss

Discuss all the things!
https://dev.socrata.com
Apache License 2.0
10 stars 3 forks source link

GeoJson format missing coordinate data #151

Open rguttersohn opened 2 years ago

rguttersohn commented 2 years ago

The geojson format for the NYC trees census data is missing coordinates under features.geometry. When plugged into libraries expecting coordinates to be under geometry, it requires developers to write a loop through the data, retrieve the coordinates from features.properties to place the coordinates in the right place.