pressurepaths.csv
A GeoPressureR pressurepath
constains the ERA5 variables along the trajectory of the bird on an hourly interval and using the exact location of the bird (accounting of flight). Read more about pressurepath on the GeoPressureManual
Similarly to path
, there are 4 types of pressurepath : tag
, most_likely
, simulation
and geopressureviz
. See pressurepaths.type
for more details.
pressurepath
should be used in combinaison with staps
and paths
which can be JOIN by tag_id
and stap_id
.
The definition below does not list the ERA5 variables which can (and should!) be added to the table as additional columns (e.g. 'altitude'
or 'surface_pressure'
). Read more about these variable in the documentation of pressurepath_create()
Pressurepaths
Source:
pressurepaths-table-schema.json
Name | Definition | Type |
---|---|---|
tag_id *
|
Unique identifier of the tag. Foreign key to
Example: |
string |
datetime *
|
Date and time of the pressure measurement. Formatted as an ISO 8601 string with timezone designator
Example: |
datetime |
stap_id *
|
Identifier of the stationary period. Foreign key to
Example: |
number |
type *
|
One of:
Example: |
string |
lat *
|
Latitude of the stationay period. Constraints
Example: |
number |
lon *
|
Longitude of the stationay period. Constraints
Example: |
number |
ind
|
Indices of the 2D coordinate of the spatial map defined in
Example: |
integer |
j
|
Only useful for
Example: |
integer |