swimdrinkfish / opendata

Open data standard for automated exchange of recreational water quality data
https://www.recreationalwater.ca/
MIT License
12 stars 6 forks source link

Multiple Samples #3

Closed RobotGrrl closed 6 years ago

RobotGrrl commented 6 years ago

For future extendability, it might be beneficial for sample to be an array (to have multiple samples). Some locations may take numerous samples and search for different substances. For example, extending the use to include a turbidity reading.

Example snippet:

"substance": "clarity",
"method": "1337_turbidity_disk",
"units": "m",
"result": 1.5
GabrielleParentDoliner commented 6 years ago

We had much discussion on this topic. The consensus was that each GUID represents the sample and results from a single substance. However, other GUIDs can be referenced. So, if multiple substances were sampled there is the option to reference the other substances' GUID (sample and results) in "other object reference". The data standard is intended for recreational water quality data from persistent and predicted models (fecal indicator bacteria, cyanobacteria, cyanotoxins). However, you could adapt for environmental parameters.