ioos / ioos-asset-inventory

Building the IOOS asset inventory with python
0 stars 0 forks source link

remove 'geometry' column from processed csv #35

Open MathewBiddle opened 2 years ago

MathewBiddle commented 2 years ago

When loading the processed csv into ERDDAP, the geometry column creates an issue. When a user accesses the .geoJson endpoint, ERDDAP adds a geometry column. This results in two geometry columns, which breaks the geoJson specification.

In the end, just remove the geometry field when saving as .csv for ERDDAP.