You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.
Some NC datasets provide time coverage information using attributes time_coverage_start, time_coverage_end but don't define a time dimension and coordinate variable, e.g. Land Cover CCI.
Cate should generate the missing time dimension and coordinate variable if it finds the attributes time_coverage_start, time_coverage_end.
Actual behavior
Some operations raise errors if a dataset is lacking a time coordinate variable.
Merging of many such datasets has been addressed in #575 in order to fix #514 but that is not a general solution as it just adds a time dimension, but not a time coordinate variable.
Specifications
Cate 1.0 - 2.0.dev9
EDIT:
we must add the time dim when opening datasets from ODP so that timeseries of Land Cover CCI and other ECVs have a time dim
The text was updated successfully, but these errors were encountered:
Expected behavior
Some NC datasets provide time coverage information using attributes
time_coverage_start
,time_coverage_end
but don't define atime
dimension and coordinate variable, e.g. Land Cover CCI.Cate should generate the missing
time
dimension and coordinate variable if it finds the attributestime_coverage_start
,time_coverage_end
.Actual behavior
Some operations raise errors if a dataset is lacking a
time
coordinate variable.Merging of many such datasets has been addressed in #575 in order to fix #514 but that is not a general solution as it just adds a time dimension, but not a time coordinate variable.
Specifications
Cate 1.0 - 2.0.dev9
EDIT:
The text was updated successfully, but these errors were encountered: