Crate camtrap_dp

Crate camtrap_dp 

Source
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§

CameraSetupType
Type of the camera setup action associated with the observation.
CaptureMethod
Method used to capture the media file.
ClassificationMethod
Classification method used to classify the observation.
FeatureType
Type of the feature (if any) associated with the deployment.
FromUrlError
Error type for from_url.
LifeStage
Life stage of the observed individual(s).
ObservationLevel
Level at which the observation was classified.
ObservationType
Type of the observation.
Sex
Sex of the observed individual(s)

Traits§

ReadDataPackageCsv
Trait for reading and writing data tables in CSV format.
WriteDataPackageCsv