Fixed the root name field for several files. Some had _corrected appended, the others were completely wrong.
Perhaps visually inspecting the exported geojson files as part of the QC process going forward would help with detecting these kinds or errors.
Cienega Valley was the only file in the data set that didn't have "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, so I went ahead and included it here to avoid another commit/branch/pr.
Fixed the root name field for several files. Some had
_corrected
appended, the others were completely wrong.Perhaps visually inspecting the exported geojson files as part of the QC process going forward would help with detecting these kinds or errors.
Cienega Valley was the only file in the data set that didn't have
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
so I went ahead and included it here to avoid another commit/branch/pr.