paths.csv
A GeoPressureR path contains positions along a bird trajectory.
In GeoPressureR, there are 4 path types: tag, most_likely, simulation, and geopressureviz. See paths.type for more details.
path should always be used in combination with staps, joined by the composite key (tag_id, stap_id).
Paths
Source:
paths-table-schema.json
| Name | Definition | Type |
|---|---|---|
tag_id*
|
Unique identifier of the tag. Foreign key to
Example: |
string |
type*
|
One of:
Example: |
string |
stap_id*
|
Identifier of the stationary period. Together with
Example: |
number |
lat
|
Latitude of the stationary period. Constraints
Example: |
number |
lon
|
Longitude of the stationary period. Constraints
Example: |
number |
j
|
Unique identifier for each trajectory. Only useful for
Example: |
integer |