/dwc-dp

Darwin Core Data Package

MIT LicenseMIT

Darwin Core Data Package

This is a proof of concept to test how a Darwin Core Archive could be represented as a Data Package.

  1. Input (data/dwc): a Darwin Core Archive (derived from this dataset) with an Event core and Occurrence and MeasurementOrFact extensions.
  2. Transform (src/transform.qmd)
  3. Output:
  • Approach 1: (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): a Data Package with a "core" table event, and two "extension" tables: occurrence and measurementorfact.