Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inbo/etn
R package to access data from the European Tracking Network
https://github.com/inbo/etn
animal-movement animal-tracking biologging data-access fish lifewatch oscibio r r-package rstats
Last synced: about 2 months ago
JSON representation
R package to access data from the European Tracking Network
- Host: GitHub
- URL: https://github.com/inbo/etn
- Owner: inbo
- License: mit
- Created: 2017-06-30T15:26:34.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-10-22T08:21:22.000Z (2 months ago)
- Last Synced: 2024-10-29T19:43:54.259Z (2 months ago)
- Topics: animal-movement, animal-tracking, biologging, data-access, fish, lifewatch, oscibio, r, r-package, rstats
- Language: R
- Homepage: https://inbo.github.io/etn/
- Size: 10.6 MB
- Stars: 6
- Watchers: 11
- Forks: 5
- Open Issues: 71
-
Metadata Files:
- Readme: README.Rmd
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
- open-sustainable-technology - etn - Provides functionality to access data from the European Tracking Network (ETN) database hosted by the Flanders Marine Institute (VLIZ) as part of the Flemish contribution to LifeWatch. (Biosphere / Marine Life and Fishery)
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# etn
[![CRAN status](https://www.r-pkg.org/badges/version/etn)](https://CRAN.R-project.org/package=etn)
[![repo status](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)Etn provides functionality to access data from the [European Tracking Network (ETN)](http://www.lifewatch.be/etn/) database hosted by the Flanders Marine Institute (VLIZ) as part of the Flemish contribution to LifeWatch. ETN data is subject to the [ETN data policy](http://www.lifewatch.be/etn/assets/docs/ETN-DataPolicy.pdf) and can be:
- restricted: under moratorium and only accessible to logged-in data owners/collaborators
- unrestricted: publicly accessible without login and routinely published to international biodiversity facilities
The ETN infrastructure currently requires the package to be run within the [LifeWatch.be RStudio server](http://rstudio.lifewatch.be/), which is password protected. A login can be requested at http://www.lifewatch.be/etn/contact.## Installation
You can install the development version of etn from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("inbo/etn")
```## Meta
- We welcome [contributions](.github/CONTRIBUTING.md) including bug reports.
- License: MIT
- Get citation information for etn in R doing `citation("etn")`.
- 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.