NCAS-CMS / cf-python

A CF-compliant Earth Science data analysis library
http://ncas-cms.github.io/cf-python
MIT License
120 stars 19 forks source link

Implementation of UGRID (part 2 of 2) #697

Open davidhassell opened 11 months ago

davidhassell commented 11 months ago

CF-1.11 will recognise the UGRID conventions (https://github.com/cf-convention/cf-conventions/issues/153), and so cfdm needs enhancing to implement the extended CF data model that this implies (specifically, the new Domain Topology and Cell Connectivity constructs).

This work relies on cfdm implementing the new data model - see https://github.com/NCAS-CMS/cfdm/issues/270 and https://github.com/NCAS-CMS/cfdm/issues/271

Part 1 (#696) of this enhancement deals with the data representation, and collapsing and regridding of meshes.

This part (2) will implement the ability to write UGRID datasets to disk.