https://github.com/Rafnuss/GeoPressureR
Global positioning by atmospheric pressure
https://github.com/Rafnuss/GeoPressureR
bird datalogger era5 geolocator migration pressure-sensor r tracker windspeed
Last synced: 5 months ago
JSON representation
Global positioning by atmospheric pressure
- Host: GitHub
- URL: https://github.com/Rafnuss/GeoPressureR
- Owner: Rafnuss
- License: gpl-3.0
- Created: 2021-12-12T16:20:00.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-07T07:55:38.000Z (6 months ago)
- Last Synced: 2024-10-29T19:52:54.566Z (6 months ago)
- Topics: bird, datalogger, era5, geolocator, migration, pressure-sensor, r, tracker, windspeed
- Language: R
- Homepage: https://raphaelnussbaumer.com/GeoPressureR
- Size: 405 MB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.Rmd
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Citation: CITATION.cff
- Codemeta: codemeta.json
Awesome Lists containing this project
- open-sustainable-technology - GeoPressureR - R package which help researchers construct the trajectory of a bird equiped with an atmospheric pressure sensor. (Biosphere / Avian Monitoring and Analysis)
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# GeoPressureR
[](https://doi.org/10.5281/zenodo.7754457)
[](https://github.com/Rafnuss/GeoPressureR/actions/workflows/R-CMD-check.yaml)
[](https://github.com/Rafnuss/GeoPressureR/actions/workflows/pkgdown.yaml)
[](https://app.codecov.io/gh/Rafnuss/GeoPressureR?branch=master)
[](https://github.com/Rafnuss/GeoPressureR/actions/workflows/lint.yaml)
[](https://lifecycle.r-lib.org/articles/stages.html#stable)> GeoPressureR is a R package which help researchers construct the trajectory of a bird equipped with an atmospheric pressure sensor. The package is a direct implementation of methods presented in Nussbaumer et al. ([2023a](https://doi.org/10.1111/2041-210X.14043)) and Nussbaumer et al. ([2023b](https://doi.org/10.1111/2041-210X.14082)).
## Learn how to use GeoPressureR
The [GeoPressureManual](https://raphaelnussbaumer.com/GeoPressureManual/) is a great place to start learning about how to use GeoPressureR.
Using the examples, this user guide takes you through each step of the analysis in detail.
## Start your own analysis
Once you are familiar with the workflow of the method and want to start your own study, we suggest you use [GeoPressureTemplate](https://github.com/Rafnuss/GeoPressureTemplate), a [github template repository](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-template-repository) which provides a standard code structure for your analysis.
Using this standardized code structure you will help you on many aspect: code sharing and troubleshooting, data archiving, work reproducibility.
## Contributions
Contributions to the code should follow the [Contributor Code of Conduct](https://raphaelnussbaumer.com/GeoPressureR/CONTRIBUTING.html).