data uploaded with 2 files.
meta.yml, obs.csv
Example meta.yml filespecification
Code Block |
---|
|
location:
geometry:
coordinates:
lat x: float
lon 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
Code Block |
---|
|
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
Code Block |
---|
|
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 |
...