AtlasOfLivingAustralia / biocache-store

Occurrence processing, indexing and batch processing
Other
7 stars 24 forks source link

Add verbatimEventDate to GBIF export #234

Closed ansell closed 6 years ago

ansell commented 6 years ago

The ALA in some cases attempt to map eventDate fields before loading to improve the usefulness of data, with the original date string going into verbatimEventDate, which is a standard Darwin Core Term:

http://rs.tdwg.org/dwc/terms/#verbatimEventDate

However, we are not currently sending verbatimEventDate in the GBIF exports we create.

The fix needs to go in at:

https://github.com/AtlasOfLivingAustralia/biocache-store/blob/master/src/main/scala/au/org/ala/biocache/export/GBIFOrgDwCACreator.scala#L85

ansell commented 6 years ago

TODO: Deploy the updated version before the next GBIF exports and before archives.ala.org.au goes live