Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#1 Incorporating the CFA convention for aggregated datasets into CF #534

Open
wants to merge 63 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
63 commits
Select commit Hold shift + click to select a range
261b55f
aggregation variables first draft
davidhassell Apr 18, 2024
616c4c0
aggregation variables first draft
davidhassell Apr 18, 2024
bba2114
cfa
davidhassell Apr 18, 2024
e53b400
JMG comments
davidhassell Apr 19, 2024
0ccd1d3
remove outdated text
davidhassell Apr 22, 2024
9eecc28
cfa
davidhassell Apr 22, 2024
4a3a390
CFA authors
davidhassell Apr 23, 2024
2bcd3ea
clarity
davidhassell Apr 23, 2024
9b5f18b
tidy
davidhassell Apr 23, 2024
9bd81a2
tidy
davidhassell Apr 24, 2024
eb788ac
clarify use of URIs
davidhassell Apr 24, 2024
d75b597
cfa
davidhassell Apr 24, 2024
e094853
clarity
davidhassell Apr 25, 2024
02e4949
cfa
davidhassell Apr 25, 2024
b775031
cfa
davidhassell Apr 25, 2024
a8bc280
cfa
davidhassell Apr 26, 2024
c5e08c6
cfa
davidhassell Apr 28, 2024
d31ce26
reformat appendix A
davidhassell Apr 29, 2024
9efe177
Clarity
davidhassell Apr 29, 2024
bd58c1e
Clarity
davidhassell Apr 29, 2024
2a9443d
Typo
davidhassell Apr 29, 2024
ffa7805
Typo
davidhassell Apr 29, 2024
27b11ca
Typo
davidhassell Apr 29, 2024
f550369
Clarity
davidhassell Apr 29, 2024
cef86ee
clarity
davidhassell Apr 29, 2024
d8fd781
Clarity
davidhassell Apr 29, 2024
e133010
dev
davidhassell Apr 29, 2024
6e4ecf3
cfa
davidhassell Apr 29, 2024
2c09afa
cfa
davidhassell Apr 30, 2024
03565d6
file and format checkpoint
davidhassell Apr 30, 2024
8092e80
cfa
davidhassell May 1, 2024
3159eb3
cfa
davidhassell May 2, 2024
15e130c
cfa
davidhassell May 2, 2024
91bc8de
Merge branch 'aggregation2' of github.com:davidhassell/cf-conventions…
davidhassell May 2, 2024
532533e
multiple non-standard features
davidhassell May 2, 2024
6d5feff
multiple non-standard features checkpoint
davidhassell May 2, 2024
d86bd5b
value feature keyword first commit
davidhassell May 2, 2024
6608011
tidy
davidhassell May 2, 2024
2dbf226
tidy
davidhassell May 2, 2024
3f746d2
clarity
davidhassell May 3, 2024
32391ff
dev
davidhassell May 3, 2024
1d3413d
Merge branch 'main' of github.com:cf-convention/cf-conventions into a…
davidhassell May 3, 2024
0a4346b
dev
davidhassell May 3, 2024
b5a863f
missing data
davidhassell May 7, 2024
2505b1a
tidy
davidhassell May 8, 2024
82bb21c
dev
davidhassell May 8, 2024
0a04ba9
dev
davidhassell May 14, 2024
9d90921
remove redundent comment
davidhassell May 14, 2024
5ddfca1
revert PDF font size
davidhassell May 14, 2024
3bc9b10
Clarity
davidhassell May 14, 2024
3eaef45
Clarity
davidhassell May 14, 2024
2260624
Clarity
davidhassell May 14, 2024
8b0179b
Clarity
davidhassell May 14, 2024
2678ff2
dev
davidhassell May 14, 2024
4b9d973
dev
davidhassell May 14, 2024
a466699
dev
davidhassell May 15, 2024
5bd8531
dev
davidhassell May 17, 2024
c534056
correct 'value' missing data
davidhassell Jul 25, 2024
275c6d9
dev
davidhassell Jul 30, 2024
5efc8f9
re-wording
davidhassell Jul 30, 2024
957d53f
dev
davidhassell Jul 30, 2024
395332e
clarification on canonical form
davidhassell Aug 20, 2024
dc2ee60
fix CDl example
davidhassell Aug 20, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 22 additions & 1 deletion appa.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,16 @@ See <<appendix-grid-mappings>> for the grid mapping attributes, and <<appendix-m
The "Type" values are **S** for string, **N** for numeric, and **D** for the type of the data variable.
Each attribute may be used in any of the ways shown in its "Use" entry.
**G** indicates it can appear as a global attribute, and **Gr** as a group attribute.
For variable attributes, the possible values of "Use" are: **C** for variables containing coordinate data, **D** for data variables, **M** for geometry container variables, **Do** for domain variables, **BI** and **BO** for boundary variables (see <<cell-boundaries>> for the distinction between **BI** and **BO**), and **-** for variables with some other purpose.
For variable attributes, the possible values of "Use" are:

* **C** for variables containing coordinate data,
* **D** for data variables,
* **M** for geometry container variables,
* **Do** for domain variables,
* **BI** and **BO** for boundary variables (see <<cell-boundaries>> for the distinction between **BI** and **BO**),
* **A** for aggregation variables (see <<aggregation-variables>>),
* **-** for variables with some other purpose.

CF does not prohibit any of these attributes from being attached to variables of different kinds from those listed as their "Use" in this table, but their meanings are not defined by CF if they are used in these other ways.
"Links" indicates the location of the attribute"s original definition (first link) and sections where the attribute is discussed in this document (additional links as necessary).

Expand Down Expand Up @@ -38,6 +47,18 @@ Attribute
If both **`scale_factor`** and **`add_offset`** attributes are present, the data are first scaled before the offset is added.
In cases where there is a strong constraint on dataset size, it is allowed to pack the coordinate variables (using add_offset and/or scale_factor), but this is not recommended in general.

| **`aggregated_data`**
| S
| A
| <<aggregation-variables>>
| Records the aggregation instructions that define how to create the aggregated data of an aggregation variable.

| **`aggregated_dimensions`**
| S
| A
| <<aggregation-variables>>
| Identifies the dimensions of the aggregated data of an aggregation variable.

| **`ancillary_variables`**
| S
| D
Expand Down
Loading