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 operations, such as subset_spatial, subset_temporal, coregistration, have a potential of changing dataset properties that should be properly reflected in the global attributes of affected datasets. There should be a uniform method of addressing this.
Actual behavior
Logic that handles updates to global attributes is part of particular operations.
Implementation hints
Create utility functions in ops/normalize.py or ops/utility.py that hamdle this. Such as adjust_spatial_attrs, adjust_temporal_attrs that work with attributes denoted in Attribute Convention for Data Discovery. Specifically:
Expected behavior
Some operations, such as
subset_spatial
,subset_temporal
,coregistration
, have a potential of changing dataset properties that should be properly reflected in the global attributes of affected datasets. There should be a uniform method of addressing this.Actual behavior
Logic that handles updates to global attributes is part of particular operations.
Implementation hints
Create utility functions in
ops/normalize.py
orops/utility.py
that hamdle this. Such asadjust_spatial_attrs
,adjust_temporal_attrs
that work with attributes denoted in Attribute Convention for Data Discovery. Specifically:As global attributes are optional, it is better to have no attribute than to have a wrong attribute.
Task list
adjust_spatial_attrs
adjust_temporal_attrs
subset_spatial
subset_temporal
coregistration
Specifications
Cate 0.9.0dev3
The text was updated successfully, but these errors were encountered: