cf.Coordinate.insert_data¶
-
Coordinate.
insert_data
(data, bounds=None, copy=True)[source]¶ Insert a new data array into the coordinate in place.
A coordinate bounds data array may also inserted if given with the bounds keyword. Coordinate bounds may also be inserted independently with the
insert_bounds
method.Parameters: data:
cf.Data
bounds:
cf.Data
, optionalcopy:
bool
, optionalReturns: