measurements.csv
measurements.csv
is a tabular data ressources from a GeoLocator Data Package containing the raw data from the sensors of all tag.
Compared to most other data structure, measurements
combines all sensors and all tag in a single table!
Measurements
Source:
measurements-table-schema.json
Name | Definition | Type |
---|---|---|
tag_id *
|
Unique identifier of the tag. Foreign key to
Example: |
string |
sensor *
|
Sensor type.
Example: |
string |
datetime *
|
Date and time of the measurement. Formatted as an ISO 8601 string with timezone designator
Example: |
datetime |
value *
|
Value of the measurement taken by the sensor Constraints
Example: |
number |
label
|
Labeling of the pressure and acceleration data according to the labeling chapter of the GeoPressureManual Constraints
Example: |
string |