Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/peterdesmet/dwc-dp
- Owner: peterdesmet
- License: mit
- Created: 2024-05-15T17:02:07.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-16T07:59:31.000Z (6 months ago)
- Last Synced: 2024-10-12T12:16:01.507Z (about 1 month ago)
- Size: 242 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.