Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/peterdesmet/dwc-dp

Darwin Core Data Package
https://github.com/peterdesmet/dwc-dp

Last synced: 3 days ago
JSON representation

Darwin Core Data Package

Awesome Lists containing this project

README

        

# Darwin Core Data Package

This is a proof of concept to test how a Darwin Core Archive could be represented as a [Data Package](https://datapackage.org/).

1. Input ([data/dwc](data/dwc)): a Darwin Core Archive (derived from [this dataset](https://ipt.inbo.be/resource?r=meetnetten-libellen-transect-occurrences)) with an Event core and Occurrence and MeasurementOrFact extensions.
2. Transform ([src/transform.qmd]([src/transform.qmd]))
3. Output:
- Approach 1: ([data/dwc-dp1](data/dwc-dp1)): a Data Package with a "core" table `event` that combines Events and Occurrences, as well as an "extension" table `measurementorfact`.
- Approach 2: ([data/dwc-dp2](data/dwc-dp2)): a Data Package with a "core" table `event`, and two "extension" tables: `occurrence` and `measurementorfact`.