iobis / quality-taskteam

OBIS data quality task team
1 stars 0 forks source link

eventDate for historical dataset #3

Closed ymgan closed 1 year ago

ymgan commented 1 year ago

eventDate is required term for OBIS and GBIF.

OBIS-OPI has dataset with BC record, which will result in negative date. Recommendations on how to populate eventDate requested.

If eventDate is absent, GBIF will still index the record.

obis-qc utilises Python's native datetime module is currently the limiting factor with MINYEAR = 1. So it needs a bit of work to support years <= 0.

Related issue:

ymgan commented 1 year ago

from meeting notes 2022-02-22

ymgan commented 1 year ago

[migrate from meeting notes 2022-09-15]

Difference between Gregorian and Julian date. Any date before 1582 CE is wrong, needs to be calculated.

Uses chronometric age extension to document historical dates

ymgan commented 1 year ago

This was a task for Historical Data Project Team