observations.csv
observations.csv
is a tabular data ressources from a GeoLocator Data Package containing any relevant events (datetime and location) that happened typically on the field and which providing important information for the analysis. These observations must typically include at least the equipment and, if appriate, the retrieval, but also any ringing control or direct sightings for instance.
You can think of observations
as your log entries in your ringing book.
An observation is described by at least, the datetime
of the observation, the location (latitude
and longitude
), the ring_number
of the bird and the type of observations observation_type
(e.g., equipement, retrieval or control). In addition, we require also age
and life_stage
(which can be set as unknown U
).
Also include the ringing events of any control group (e.g., birds ringed but not equipped with a tag).
observations
Source:
observations-table-schema.json
Name | Definition | Type |
---|---|---|
ring_number *
|
Ring number associated with the observed species. Foreign key to
Example: |
string |
tag_id
|
Unique identifier of the tag.
Example: |
string |
observation_type *
|
Type of observation.
Example: |
string |
datetime *
|
Date and time of the observation. Formatted as an ISO 8601 string (
Example: |
datetime |
latitude *
|
Latitude of the observation location in decimal degrees, using the WGS84 datum. Constraints
Example: |
number |
longitude *
|
Longitude of the observation location in decimal degrees, using the WGS84 datum. Constraints
Example: |
number |
location_name
|
Given name of the observation location. It might be helpful to keep a human-readable name of the location to differentiate the location of different observations more easily. Constraints
Example: |
string |
device_status
|
Status of the tag. Assumed to be
Example: |
string |
observer
|
The name of the individual or group who made the observation. Constraints
Example: |
string |
catching_method
|
Catching method according to EURING Exchange Code. Generally, one of:
Example: |
string |
life_stage *
|
Life stage of the bird according to the age class in EURING Exchange Code.
Example: |
string |
sex *
|
Sex of the bird according to EURING Exchange Code as male
Example: |
string |
condition
|
Condition of bird follow a simplified version of EURING Exchange Code. Assumed to be
Example: |
string |
mass
|
Mass of the tagged bird. See EURING Exchange Code. Expressed in grams. Constraints
Example: |
number |
wing_length
|
Maximum chord measurement. See EURING Exchange Code. Expressed in milimeters. Constraints
Example:
|
number |
additional_metric
|
A list of additional measurements, facts, characteristics, or assertions about the record. Recommended best practice is to use a key:value encoding schema for a data interchange format such as JSON. Constraints
Example: |
string |
observation_comments
|
Comments or notes about the observation. Constraints
|
string |