asdatetime |
Change the internal representation of data array elements from numeric reference times to datatime-like objects. |
asreftime |
Change the internal representation of data array elements from datatime-like objects to numeric reference times. |
binary_mask |
Return a binary (0 and 1) missing data mask of the data array. |
chunk |
Partition the data array. |
clip |
Clip (limit) the values in the data array in place. |
close |
Close all files referenced by the variable. |
copy |
Return a deep copy. |
cos |
Take the trigonometric cosine of the data array in place. |
datum |
Return an element of the data array as a standard Python scalar. |
delattr |
Delete a named attribute. |
delprop |
Delete a CF property. |
dump |
Return a string containing a full description of the instance. |
equals |
True if two variables are logically equal, False otherwise. |
expand_dims |
Insert a size 1 axis into the data array. |
fill_value |
Return the data array missing data value. |
flip |
Flip dimensions of the data array in place. |
getattr |
Get a named attribute. |
getprop |
Get a CF property. |
hasprop |
Return True if a CF property exists, otherise False. |
identity |
Return the variable’s identity. |
insert_data |
Insert a new data array into the variable in place. |
match |
Determine whether or not a variable satisfies conditions. |
name |
Return a name for the variable. |
override_units |
Override the data array units in place. |
select |
Return the instance if it matches the given conditions. |
setattr |
Set a named attribute. |
setdata |
Set data array elements depending on a condition. |
setprop |
Set a CF property. |
sin |
Take the trigonometric sine of the data array in place. |
squeeze |
Remove size 1 dimensions from the data array in place. |
transpose |
Permute the dimensions of the data array in place. |