Closed ansell closed 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:
eventDate
verbatimEventDate
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
TODO: Deploy the updated version before the next GBIF exports and before archives.ala.org.au goes live
The ALA in some cases attempt to map
eventDate
fields before loading to improve the usefulness of data, with the original date string going intoverbatimEventDate
, 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