This is a proof of concept to test how a Darwin Core Archive could be represented as a Data Package.
- Input (data/dwc): a Darwin Core Archive (derived from this dataset) with an Event core and Occurrence and MeasurementOrFact extensions.
- Transform (src/transform.qmd)
- Output:
- Approach 1: (data/dwc-dp1): a Data Package with a "core" table
event
that combines Events and Occurrences, as well as an "extension" tablemeasurementorfact
. - Approach 2: (data/dwc-dp2): a Data Package with a "core" table
event
, and two "extension" tables:occurrence
andmeasurementorfact
.