/etn-occurrences

🐟 Fish tracking data

Primary LanguageCSSMIT LicenseMIT

ETN - LifeWatch.be acoustic telemetry data of fish

Rationale

This repository contains the functionality to standardize the ETN - LifeWatch.be acoustic telemetry data of fish to a Darwin Core occurrence dataset that can be harvested by GBIF. It was developed for LifeWatch.

Workflow

source data → Darwin Core mapping script → generated Darwin Core files

Published dataset

  • Dataset on the IPT unpublished
  • Dataset on GBIF unpublished

Repo structure

The repository structure is based on Cookiecutter Data Science. Files and directories indicated with GENERATED should not be edited manually.

├── README.md         : Description of this repository
├── LICENSE           : Repository license
├── .gitignore        : Files and directories to be ignored by git
│
├── data
│   ├── raw           : Source data, input for mapping script
│   └── processed     : Darwin Core output of mapping script GENERATED
│
├── docs              : Repository website GENERATED
│
└── src
    ├── dwc_mapping.Rmd : Darwin Core mapping script, core functionality of this repository
    └── src.Rproj       : RStudio project file

Contributors

List of contributors

License

MIT License