Expand description
§Camera Trap Data Package
This crate provides a Rust implementation of the Camera Trap Data Package. The Camera Trap Data Package is a specification for a data package to describe camera trap deployments and media files recorded during deployments. The specification is based on the Data Package and Tabular Data Package specifications.
Structs§
- Deployment
- Camera trap placement (deployment).
- Medium
- Media file recorded during a deployment.
- Observation
- An observation derived from a media file.
Enums§
- Camera
Setup Type - Type of the camera setup action associated with the observation.
- Capture
Method - Method used to capture the media file.
- Classification
Method - Classification method used to classify the observation.
- Feature
Type - Type of the feature (if any) associated with the deployment.
- From
UrlError - Error type for
from_url. - Life
Stage - Life stage of the observed individual(s).
- Observation
Level - Level at which the observation was classified.
- Observation
Type - Type of the observation.
- Sex
- Sex of the observed individual(s)
Traits§
- Read
Data Package Csv - Trait for reading and writing data tables in CSV format.
- Write
Data Package Csv