@@ -61,8 +61,7 @@ may nonetheless be modified in memory.
61
61
: longitude(128 ) = [0.0 , ... , 357.1875 ] degrees_east
62
62
: height(1 ) = [2.0 ] m
63
63
64
- The `cf ` package uses :ref: `Dask <Performance >` for all of its array
65
- manipulation and can:
64
+ The `cf ` package can:
66
65
67
66
* read :term: `field constructs <field construct> ` and :term: `domain
68
67
constructs <domain construct> ` from netCDF, CDL, PP and UM datasets
@@ -120,7 +119,10 @@ manipulation and can:
120
119
121
120
* apply differential operators to field constructs,
122
121
123
- * create derived quantities (such as relative vorticity).
122
+ * create derived quantities (such as relative vorticity),
123
+
124
+ * read and write that data that are quantized to eliminate false
125
+ precision.
124
126
125
127
----
126
128
@@ -146,9 +148,9 @@ of plotting possibilities with example code.
146
148
**Performance **
147
149
---------------
148
150
149
- As of version 3.14.0 (released 2023-01-31), cf uses :ref: `Dask
150
- <Performance>` for all of its data manipulations, which provides lazy,
151
- parallelised, and out-of-core computations of array operations.
151
+ The ` cf ` package uses :ref: `Dask < Performance >` for all of its data
152
+ manipulations, which provides lazy, parallelised, and out-of-core
153
+ computations of array operations.
152
154
153
155
----
154
156
0 commit comments