-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
find_timeset checks whether a time_set that matches data being indexed is already in the database by comparing time resolution, calendar, and start and end dates.
However, two datasets may have the same time resolution. calendar, and start and end dates but have different timestamps and therefore different time_sets - if one of them is wrong.
Recently, a dataset with incorrect timestamps was indexed, and a time_set for annual 1971-2000 was created. Later a 1971-2000 annual dataset with correct timestamps was indexed, and assigned to the time_set with incorrect timestamps. Possibly find_timeset could check individual timestamps in addition to start and end date and resolution. Though "don't index bad data" is a good solution too.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels