measurements.csv
measurements.csv is a tabular data resource from a GeoLocator Data Package containing raw data from sensors on all tags.
Note that data from all sensors and all tags are contained 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. Accepts any valid ISO 8601 datetime string, including datetime in local time (
Example: |
datetime |
value*
|
Value of the measurement taken by the sensor. Constraints
Example: |
number |
label
|
Labeling of pressure and acceleration data according to the labeling chapter of the GeoPressureManual. Constraints
Example: |
string |