Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carpentries-incubator/camera-traps
Data Carpentry for Camera Traps
https://github.com/carpentries-incubator/camera-traps
camera-traps carpentries-incubator data-organization english lesson pre-alpha
Last synced: 4 days ago
JSON representation
Data Carpentry for Camera Traps
- Host: GitHub
- URL: https://github.com/carpentries-incubator/camera-traps
- Owner: carpentries-incubator
- License: other
- Created: 2020-08-31T07:27:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-21T14:49:04.000Z (about 2 years ago)
- Last Synced: 2024-01-26T13:23:20.634Z (11 months ago)
- Topics: camera-traps, carpentries-incubator, data-organization, english, lesson, pre-alpha
- Language: Python
- Homepage: https://carpentries-incubator.github.io/camera-traps
- Size: 53.1 MB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Citation: CITATION
Awesome Lists containing this project
README
# Camera-Trap-Workshop
## Overview of the Camera Trap Wrangling and Analysis workshop
Data Carpentry's aim is to teach researchers basic concepts, skills, and tools for working with data so that they can get more done in less time, and with less pain. This workshop uses an raw camera trap dataset and teaches data cleaning, management, analysis and visualization. There are no pre-requisites, and the materials assume no prior knowledge about the tools.
The workshop uses a single camera trap data set that contains observations about snow leopards (Panthera uncia) in the Wakhan Corridor of Afghanistan. See `data.md` for more information about this data set, including the download location.
Overview of the lessons:
* Camera trap organization in R
* Introduction to Whiskerbook (individual identification)
* Data wrangling in R
* oSCR for spatial-capture recapture## Detailed structure
### Day 1: Data organization & cleaning
There are two lessons in this section. The first is a camera trap lesson that teaches good data organization, and some data cleaning and quality control checking in a camera trap program.
* [camTrapR lesson](http://###)
* [camTrapR repository](http://###)These lessons includes a basic introduction the Whiskerbook platform, importing CSV data, using the main features of the programs.
* [Whiskerbook lesson](http://###)
* [Whiskerbook repository](http://###)### Day 2: Data Wrangling and Spatial Capture Recapture
These lessons includes a basic introduction to R syntax for wrangling data for input into the oSCR program. Topics include importing CSV data, and subsetting and merging data. It finishes with calculating summary statistics and running the models.
* [oSCR lesson](http://###)
* [oSCR repository](http://###)