An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# GeoPressureR

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7754457.svg)](https://doi.org/10.5281/zenodo.7754457)
[![R-CMD-check](https://github.com/Rafnuss/GeoPressureR/workflows/R-CMD-check/badge.svg)](https://github.com/Rafnuss/GeoPressureR/actions/workflows/R-CMD-check.yaml)
[![pkgdown](https://github.com/Rafnuss/GeoPressureR/actions/workflows/pkgdown.yaml/badge.svg)](https://github.com/Rafnuss/GeoPressureR/actions/workflows/pkgdown.yaml)
[![Codecov test coverage](https://codecov.io/gh/Rafnuss/GeoPressureR/branch/master/graph/badge.svg)](https://app.codecov.io/gh/Rafnuss/GeoPressureR?branch=master)
[![lint](https://github.com/Rafnuss/GeoPressureR/actions/workflows/lint.yaml/badge.svg)](https://github.com/Rafnuss/GeoPressureR/actions/workflows/lint.yaml)
[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](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.

## Cheatsheet



## Contributions

Contributions to the code should follow the [Contributor Code of Conduct](https://raphaelnussbaumer.com/GeoPressureR/CONTRIBUTING.html).