Skip to contents

Reads files from an unzipped Wildlife Insights export into memory. Data can be exported from Wildlife Insights as a public or private download. The function transforms data and metadata to a Camera Trap Data Package which can be written to file with frictionless::write_package().

Usage

read_wi(directory = ".")

Arguments

directory

Path to local directory to read files from. The function expects projects.csv, deployments.csv, cameras.csv, and images.csv.

Value

CSV (data) files written to disk.

Details

The function has only been tested on image-based projects.

See also

Other read functions: read_camtrap_dp()