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 was archived by the owner on Sep 1, 2022. It is now read-only.
logicalSection, logicalSlice, and logicalReduce are only briefly described in AnnotatedSchema4.adoc. We should expand on this.
Only logicalReduce has an example in AnnotatedSchema4.adoc. All 3 elements should. Ideally, those examples would be drawn from unit tests, so that they're less likely to become stale.
@cwardgar the most tricky part of logicalSections and slices are the renaming of the anonymous dimensions created when the sections are extracted.
To do the renaming a wrapping with aggregation and netcdf elements are required making quite complex ncml.
The other problem it's about the logical of the ncml parsing it's been made by the CDM library which it's dependent on the order of the elements are been parsed and it's not based on the order they are written.
From #778.
logicalSection
,logicalSlice
, andlogicalReduce
are only briefly described in AnnotatedSchema4.adoc. We should expand on this.logicalReduce
has an example in AnnotatedSchema4.adoc. All 3 elements should. Ideally, those examples would be drawn from unit tests, so that they're less likely to become stale.logicalReduce
.logicalReduce
(the exact same one as in AnnotatedSchema4.adoc), but not the other 2 elements.logicalReduce
is tested, in TestLogicalReduce.The text was updated successfully, but these errors were encountered: