@@ -85,52 +85,34 @@ The `cf` package uses
8585of its array manipulation and can:
8686
8787* read field constructs from netCDF, CDL, PP and UM datasets,
88-
8988* create new field constructs in memory,
90-
91- * write and append field constructs to netCDF datasets on disk,
92-
89+ * write and append field and domain constructs to netCDF datasets on disk,
90+ * read, create, and manipulate UGRID mesh topologies,
9391* read, write, and create coordinates defined by geometry cells,
94-
9592* read netCDF and CDL datasets containing hierarchical groups,
96-
9793* inspect field constructs,
98-
9994* test whether two field constructs are the same,
100-
10195* modify field construct metadata and data,
102-
10396* create subspaces of field constructs,
104-
10597* write field constructs to netCDF datasets on disk,
106-
10798* incorporate, and create, metadata stored in external files,
108-
10999* read, write, and create data that have been compressed by convention
110100 (i.e. ragged or gathered arrays, or coordinate arrays compressed by
111101 subsampling), whilst presenting a view of the data in its
112102 uncompressed form,
113-
114103* combine field constructs arithmetically,
115-
116104* manipulate field construct data by arithmetical and trigonometrical
117105 operations,
118-
119- * perform statistical collapses on field constructs,
120-
106+ * perform weighted statistical collapses on field constructs,
107+ including those with geometry cells and UGRID mesh topologies,
121108* perform histogram, percentile and binning operations on field
122109 constructs,
123-
124110* regrid field constructs with (multi-)linear, nearest neighbour,
125111 first- and second-order conservative and higher order patch recovery
126- methods,
127-
112+ methods, to and from structured and unstructured grids,
128113* apply convolution filters to field constructs,
129-
130114* create running means from field constructs,
131-
132115* apply differential operators to field constructs,
133-
134116* create derived quantities (such as relative vorticity).
135117
136118Visualization
0 commit comments