Skip to content

Discrete values in Temporal Coverage should combination of discrete years #10

@100mi

Description

@100mi

Description

Temporal Coverage for a dataset with discrete year (example: 2010,2011,2013,2014,2015,2016,2017,2019,2020,2021) is currently represented as Comma Separated String and looks like in the below image:

Screenshot 2022-11-01 at 3 16 27 PM

But what we aim for better representation is to have list of year in continuous fashion as : 2010-11, 2013-17 and 2019-2021

Task

All the Temporal Coverage code is present inside app > utils > temporal_coverage.py. Go through the existing code and logic that gets temporal coverage and then modify accordingly and Test for all possible cases.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions