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 tags.tag_id.

Constraints
  • required: true

Example: 18LX

string
stap_id*

Identifier of the stationary period to which the twilight belong to.

Constraints
  • required: true
  • minimum: 1

Example: 3

number
start*

Date and time of the start of the stationary period. Formatted as an ISO 8601 string with timezone designator YYYY-MM-DDThh:mm:ssZ.

Constraints
  • required: true

Example: 2020-04-01T05:50:00Z

datetime
end*

Date and time of the end of the stationary period. Formatted as an ISO 8601 string with timezone designator YYYY-MM-DDThh:mm:ssZ.

Constraints
  • required: true

Example: 2020-04-02T21:18:00Z

datetime
known_lat

Latitude of the known stationay period. This value is typically assigned by GeoPressureR::tag_set_map().

Constraints
  • required: false
  • minimum: -90
  • maximum: 90

Example: 52.70442

number
known_lon

Longitude of the known stationay period. This value is typically assigned by GeoPressureR::tag_set_map().

Constraints
  • required: false
  • minimum: -180
  • maximum: 180

Example: 23.84995

number
include

Boolean value to indicate if the stationary period should be included in the model. This value is typically assigned by GeoPressureR::tag_set_map().

Constraints
  • required: false

Example: true

boolean