Fixed bug relating to setting of parameters on datum and coordinate
conversion objects of coordinate conversion constructs
(https://github.com/NCAS-CMS/cfdm/issues/6).
Return an independent numpy array containing the data.
-
If a fill value has been set (see set_fill_value) then it will
-be used, otherwise the default numpy fill value appropriate to the
-data type will be used.
+
Return an independent numpy array containing the data.
+
If a fill value has been set (see set_fill_value) then it
+will be used, otherwise the default numpy fill value
+appropriate to the data type will be used.
Return an independent numpy array containing the data.
-
If a fill value has been set (see set_fill_value) then it will
-be used, otherwise the default numpy fill value appropriate to the
-data type will be used.
+
Return an independent numpy array containing the data.
+
If a fill value has been set (see set_fill_value) then it
+will be used, otherwise the default numpy fill value
+appropriate to the data type will be used.
Version 1.11.0.0 for version 1.11 of the CF conventions.
The CF (Climate and Forecast) metadata conventions
(http://cfconventions.org) provide a description of the physical
meaning of data and of their spatial and temporal properties and are
@@ -177,6 +179,10 @@
Related Topics
cell measure constructs
corresponding to CF-netCDF cell measure variables
+
domain topology constructs
corresponding to CF-netCDF UGRID mesh topology variables
+
+
cell connectivity constructs
corresponding to CF-netCDF UGRID connectivity variables
+
@@ -184,12 +190,13 @@
Related Topics
-
-
-
The constructs of the CF data model described using UML. The field construct corresponds to a CF-netCDF data variable. The domain construct provides the linkage between the field construct and the constructs which describe measurement locations and cell properties. It is useful to define an abstract generic coordinate construct that can be used to refer to coordinates when the their type (dimension or auxiliary coordinate construct) is not an issue.¶
Set descriptive properties. The dictionary keys are
property names, with corresponding values.
Properties may also be set after initialisation with
@@ -179,7 +190,7 @@
Related Topics
data: data_like, optional
Set the data.
A data_like object is any object that can be converted
-to a Data object, i.e. numpy array_like objects,
+to a Data object, i.e. numpy array_like objects,
Data objects, and cfdm instances that contain
Data objects.
The data also may be set after initialisation with the
@@ -189,7 +200,7 @@
Related Topics
The bounds array may also be set after initialisation
with the set_bounds method.
cfdm.BoundsData object, i.e. numpy array_like objects,
+to a Data object, i.e. numpy array_like objects,
Data objects, and cfdm instances that contain
Data objects.
The data also may be set after initialisation with the
@@ -192,7 +193,7 @@
Set descriptive properties. The dictionary keys are
property names, with corresponding values.
Properties may also be set after initialisation with
@@ -185,7 +186,7 @@
Related Topics
data: data_like, optional
Set the data.
A data_like object is any object that can be converted
-to a Data object, i.e. numpy array_like objects,
+to a Data object, i.e. numpy array_like objects,
Data objects, and cfdm instances that contain
Data objects.
The data also may be set after initialisation with the
@@ -202,7 +203,7 @@
Related Topics
cfdm.CellMeasure(source=x) is equivalent to
x.copy().
Set the axes of the cell method construct, specified
either by the construct identifiers of domain axis
constructs, standard names, or the special string
'area'.
Mapping of dimensions of the compressed array to their
corresponding dimensions in the uncompressed
array. Compressed array dimensions that are not
compressed must be omitted from the mapping.
The container has similarities to a dict in that it presents the
+
The container has similarities to a dict in that it presents the
metadata constructs as key/value pairs, where the key is the
unique identifier that corresponds to a metadata construct value;
is indexable by metadata construct identifier; and provides a
subset of the usual dictionary methods: get, items, keys,
and values. The number of constructs (which may be zero) can be
-found via the Python len function. The container can be
-converted to an actual dict with the todict method.
+found via the Python len function. The container can be
+converted to an actual dict with the todict method.
Filtering
A subset of the metadata constructs can be defined and returned in
-a new Constructs instance by using the various filter
-methods. See filter for more details.
+a new Constructs instance by using the various filter methods.
+See filter for more details.
Calling
Calling a Constructs instance also creates a new Constructs
instance that contains a subset of the metadata constructs,
@@ -152,12 +153,14 @@