The python function `copy` in `iris.coords.DimCoord` module is used to create a deep copy of a coordinate object. The deep copy ensures that any changes made to the copied object do not affect the original object.
Python DimCoord.copy - 15 examples found. These are the top rated real world Python examples of iris.coords.DimCoord.copy extracted from open source projects. You can rate examples to help us improve the quality of examples.