OpenWaterData

OpenWaterData is a hardware prototype to measure and collect water quality data.

It is inspired by Sensor.community and the actual prototype is based on the Simple Wate Sensor Platform by Public Lab.

Status of OpenWaterData

We're documenting the project on the Datenschule blog in German.

API

This service provides a simple read only API for testing purposes. It is a work in progress and unstable.


GET /api/v1/measurements
GET /api/v1/measurement/measurement_id
GET /api/v1/sensors
GET /api/v1/sensor/sensor_id
GET /api/v1/labs
GET /api/v1/lab/lab_id
GET /api/v1/phenomena
GET /api/v1/phenomenon/phen_id

One POST endpoint is available for the prototypes to post their data to, it's modeled after Sensor.community's.

POST /api/v1/post-sensor-data

Code available on GitHub.