Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Filter to only voucher containing AD in the museumherbmnr column

  2. Generate unique record number (http://rs.tdwg.org/dwc/terms/recordNumber ) using prefix and vouchernr.

  3. create specimen_holder column. Value is State Herbarium of South Australia

  4. museumherbmnr corresponds to state catalogue number. ALA use also this field, but adds a space between alphabetic and numeric characters

  5. Scientific name is the concatenation of following flsp columns fl."GENUS",fl."SP",
    fl."ISP1RANK" , fl."ISP1" , fl."SPAUTHOR"

  6. Get values from DETERMINERNR1 for the determiner column. The values for observer are outside the database see excel sheet at bottom of this list

  7. NOTICE that DETERMINEDATE is not the same as the collection date that happened during VISITDATE

View file
namebdbsa-data-returns-template-gen.xlsx

See code below for guidance

...

These variables are stored at the site-visit level. However, they apply only to particular animal groups,i.e. not all NUMTRAP columns apply to all animal observations done during a site visit. Also create dipnetused variable where the value is YES when DIPNETHRS is not null.

All records have to be filtered by ISCERTAIN = Y

Separate NUMOBSERVED column into the following parameters when none detected

Individuals

  1. Pivot length and lengthmethod columns

...