data uploaded with 2 files.
meta.yml, obs.csv
meta.yml specification
location: geometry: coordinates: x: float y: float name: float description: str sensor: name: str description: str thing: name: str description: str properties: YAML object observed_property: name: str description: str definition: str datastream: name: str unitOfMeasurement: CV_str description: str
Example meta.yml file
location: name: NM-0000 geometry: corrdinates: x: -106.76 y: 34.52 description: WELL sensor: name: DO-131d-31324 description: Diver pressure transducer thing: name: GroundWaterLevel description: NMBGR Groundwater Monitoring Network observed_property: name: Depth below ground surface description: continuous pressure transducer measurement of groundwater head datastream: name: Depth Below Surface description: calculated depth below ground surface. calibrated to manual measurements
Example obs.csv
time, result 2020-01-10T00:00:00.000Z, 10.0 2020-01-10T01:00:00.000Z, 11.0 2020-01-10T02:00:00.000Z, 10.4
Add Comment