You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains many SQL script to translate ETN data to Darwin Core: https://github.com/inbo/etn-occurrences/tree/main/sql. It should be investigate what is already covered by etn::write_dwc() and what can be used to extend that function.
Here's my quick attempt:
dwc_emof_animals_capture.sql: useful to for emof
dwc_emof_animals_surgery.sql: useful to for emof
dwc_emof_detections.sql: useful to for emof
dwc_emof_receiver_deployments.sql: useful to for emof
dwc_event_animals.sql: we don't use event-based dwc-a
dwc_event_receiver_deployments.sql: we don't use event-based dwc-a
dwc_occ_animals.sql: covered by write_dwc()
dwc_occ_detections.sql: covered by write_dwc()
The text was updated successfully, but these errors were encountered:
This repository contains many SQL script to translate ETN data to Darwin Core: https://github.com/inbo/etn-occurrences/tree/main/sql. It should be investigate what is already covered by
etn::write_dwc()
and what can be used to extend that function.Here's my quick attempt:
The text was updated successfully, but these errors were encountered: