-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Found 2 issues with EMSL datasets in ingest
- In ingest/emsl/emsl_00002.json - entity_type is set to "soil" which is not a recognizes type. Possible set to "sample"? See - Add "soil" to EntityType enum bertron-schema#80
- In ingest/emsl/emsl_00001.json - we still use the old schema eg.
"coordinates": {"depth": null, "altitude": null, "latitude": 40.0867, "elevation": null, "longitude": -83.2392},
Move depth,, altitude to properties if needed (or don't include them if not needed)
Metadata
Metadata
Assignees
Labels
No labels