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, optional

copy : bool, optional

Returns :

None

Previous topic

cf.Coordinate.insert_bounds

Next topic

cf.Coordinate.mask_invalid

This Page