trias-project / daisie-checklist

🇪🇺 DAISIE - Inventory of alien species in Europe
https://trias-project.github.io/daisie-checklist/
MIT License
0 stars 2 forks source link

Darwin Core mapping #25

Closed LienReyserhove closed 4 years ago

LienReyserhove commented 4 years ago

This PR includes a detailed description of how the following Darwin Core files are generated:

  1. taxon.csv
  2. vernacular_names.csv
  3. distribution.csv
  4. description.csv

These files are generated using several .Rmd files:

  1. 1_pre_processing.Rmd
  2. 2_dwc_taxon_mapping.Rmd
  3. 3_dwc_vernacularname_mapping.Rmd
  4. 4_dwc_distribution_mapping.Rmd
  5. 5_dwc_description_mapping.Rmd

This is an overview of all Darwin Core terms in the files + a reference to the .Rmd files needed to generate these files.

Taxon core

Remarks:

Vernacular names

Distribution

Description

LienReyserhove commented 4 years ago

Integrated the requested changes, ready for review

peterdesmet commented 4 years ago

Nice work! 👏

peterdesmet commented 4 years ago

Important: see #31