Skip to content

Commit

Permalink
Run devtools::build_readme()
Browse files Browse the repository at this point in the history
  • Loading branch information
damianooldoni committed Jul 20, 2023
1 parent d8c0ad7 commit 17184f6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,25 @@ exchange format for this type of data. With camtraptor you can read and
filter data, create overviews of observed species, relative abundance or
effort, and plot these data on a map.

## Camtrap DP

Camtraptor currently uses the legacy Camtrap DP 0.1.6 for its internal
data model. `read_camtrap_dp()` will automatically down-convert Camtrap
DP 1.0-rc.1 datasets to that legacy model to avoid introducing breaking
changes. The downside is that some newer properties like
`media.filePublic` and `observations.eventEnd` are ignored when reading
data.

The upcoming [camtraptor
v1.0](https://github.com/inbo/camtraptor/milestone/3) will update the
internal data model to Camtrap DP 1.0 and drop support for Camtrap DP
0.1.6. This is a breaking change that will be accompanied by a number of
other major changes. Future versions of camtraptor will always use the
latest version of Camtrap DP and up-convert legacy datasets to that
model.

## Get Started

To get started, see:

- [Vignettes](https://inbo.github.io/camtraptor/articles/): tutorials
Expand Down
Binary file modified man/figures/README-unnamed-chunk-3-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 17184f6

Please sign in to comment.