staps.csv
Stationary period (stap) is a key concept of the GeoPressureR workflow which descritize the trajectory of a bird in time and space. During a single stap, the bird is assumed to remain at the same location (+/- tens of kilometers). flight
is the ‘converse’ of stap
, with flight.start
corresponding to an stap.end
and reciprocly.
stap
are typically estimated by GeoPressureR::tag_label_stap()
based on the labels 'flight'
assigned to the pressure or acceleration measurements (measurements.label
). See the GeoPressureManual for more details.
Stationary periods
Source:
staps-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 to which the twilight belong to. Constraints
Example: |
number |
start *
|
Date and time of the start of the stationary period. Formatted as an ISO 8601 string with timezone designator
Example: |
datetime |
end *
|
Date and time of the end of the stationary period. Formatted as an ISO 8601 string with timezone designator
Example: |
datetime |
known_lat
|
Latitude of the known stationay period. This value is typically assigned by
Example: |
number |
known_lon
|
Longitude of the known stationay period. This value is typically assigned by
Example: |
number |
include
|
Boolean value to indicate if the stationary period should be included in the model. This value is typically assigned by
Example: |
boolean |