{"id":19891838,"url":"https://github.com/inbo/camtraptor","last_synced_at":"2025-05-02T18:31:31.834Z","repository":{"id":37924631,"uuid":"349026187","full_name":"inbo/camtraptor","owner":"inbo","description":"Camtraptor is an R package to read, explore and visualize Camera Trap Data Packages (Camtrap DP)","archived":false,"fork":false,"pushed_at":"2025-04-10T10:39:53.000Z","size":30534,"stargazers_count":12,"open_issues_count":40,"forks_count":3,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-04-10T11:44:09.580Z","etag":null,"topics":["camera-traps","oscibio","r","r-package","rstats"],"latest_commit_sha":null,"homepage":"https://inbo.github.io/camtraptor/","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/inbo.png","metadata":{"files":{"readme":"README.Rmd","changelog":"NEWS.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-03-18T10:11:55.000Z","updated_at":"2025-02-17T10:04:19.000Z","dependencies_parsed_at":"2024-03-21T15:46:53.706Z","dependency_job_id":"03e2b337-76f6-4a55-95dc-6f39a04b4113","html_url":"https://github.com/inbo/camtraptor","commit_stats":{"total_commits":1186,"total_committers":8,"mean_commits":148.25,"dds":"0.34569983136593596","last_synced_commit":"45b72a292ac040d94af86c7131e992df41d3999a"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inbo%2Fcamtraptor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inbo%2Fcamtraptor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inbo%2Fcamtraptor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inbo%2Fcamtraptor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/inbo","download_url":"https://codeload.github.com/inbo/camtraptor/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252088460,"owners_count":21692798,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["camera-traps","oscibio","r","r-package","rstats"],"created_at":"2024-11-12T18:19:49.363Z","updated_at":"2025-05-02T18:31:26.827Z","avatar_url":"https://github.com/inbo.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\noutput: github_document\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r, include = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"man/figures/README-\",\n  out.width = \"100%\"\n)\n```\n\n# camtraptor \u003ca href=\"https://inbo.github.io/camtraptor\"\u003e\u003cimg src=\"man/figures/logo.png\" align=\"right\" height=\"137\" alt=\"camtraptor website\" /\u003e\u003c/a\u003e\n\n\u003c!-- badges: start --\u003e\n[![CRAN status](https://www.r-pkg.org/badges/version/camtraptor)](https://CRAN.R-project.org/package=camtraptor)\n[![R-CMD-check](https://github.com/inbo/camtraptor/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/inbo/camtraptor/actions/workflows/R-CMD-check.yaml)\n[![codecov](https://codecov.io/gh/inbo/camtraptor/branch/main/graph/badge.svg)](https://app.codecov.io/gh/inbo/camtraptor/)\n[![repo status](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)\n![last commit](https://img.shields.io/github/last-commit/inbo/camtraptor)\n\u003c!-- badges: end --\u003e\n\nCamtraptor is an R package to read, explore and visualize Camera Trap Data Packages (Camtrap DP). [Camtrap DP](https://camtrap-dp.tdwg.org) is a community developed data 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.\n\n## Camtrap DP\n\nCamtraptor 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 datasets to that legacy model to avoid introducing breaking changes. The downside is that some newer properties like `deployments.cameraDepth`, `media.filePublic` and `observations.eventEnd` are removed when reading data.\n\nThe 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.\n\n## Get Started\n\nTo get started, see:\n\n- [Vignettes](https://inbo.github.io/camtraptor/articles/): tutorials showcasing functionality.\n- [Function reference](https://inbo.github.io/camtraptor/reference/index.html): overview of all functions.\n\n## Installation\n\nYou can install the development version of camtraptor from [GitHub](https://github.com/inbo/camtraptor) with:\n\n``` r\n# install.packages(\"devtools\")\ndevtools::install_github(\"inbo/camtraptor\")\n```\n\nWhile we support older versions of R up to 3.5, we recommend using R 4.0.0 or higher.\n\n## Example\n\nGet the taxonomic coverage for an example Camera Trap Data Package `mica`:\n\n```{r}\nlibrary(camtraptor)\nget_species(mica)\n```\n\nFilter observations in `mica` on female mallards and map the number of individuals per deployment location:\n\n```{r}\nmap_dep(\n  mica,\n  feature = \"n_individuals\",\n  species = \"Anas platyrhynchos\",\n  sex = \"female\"\n)\n```\n\n## camtraptor vs camtrapR and activity\n\nCamtraptor provides and bundles much needed functionality to read, explore and visualize Camera Trap Data Packages. Over time we hope to include some or all of this functionality in widely used R packages such as [camtrapR](https://cran.r-project.org/package=camtrapR) and [activity](https://cran.r-project.org/package=activity).\n\n## Meta\n\n- We welcome [contributions](.github/CONTRIBUTING.md) including bug reports.\n- License: MIT\n- Get citation information for camtraptor in R doing `citation(\"camtraptor\")`.\n- Please note that this project is released with a [Contributor Code of Conduct](.github/CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finbo%2Fcamtraptor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finbo%2Fcamtraptor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finbo%2Fcamtraptor/lists"}