Skip to content

datasets are assigned wrong time_set during indexing #122

@corviday

Description

@corviday

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions