paths.csv
A GeoPressureR path contains the positions of a bird’s trajectory.
In GeoPressureR, there are 4 types of path : tag, most_likely, simulation and geopressureviz. See paths.type for more details.
path should always be used in combination with staps which can be JOIN by tag_id and stap_id.
Paths
Source:
paths-table-schema.json
| Name | Definition | Type |
|---|---|---|
tag_id*
|
Unique identifier of the tag. Foreign key to
Example: |
string |
stap_id*
|
Identifier of the stationary period. Foreign key to
Example: |
number |
type*
|
One of:
Example: |
string |
lat*
|
Latitude of the stationary period. Constraints
Example: |
number |
lon*
|
Longitude of the stationary period. Constraints
Example: |
number |
ind
|
Indices of the 2D coordinate of the spatial map defined in
Example: |
integer |
j
|
Only useful for
Example: |
integer |
interp
|
Only useful for
Example: |
boolean |
known
|
Boolean to indicate if the position is taken from a known value. Genearally,
Example: |
boolean |