NCAS-CMS / cfdm

A Python reference implementation of the CF data model
http://ncas-cms.github.io/cfdm
MIT License
28 stars 11 forks source link

Implementation of UGRID (part 2 of 2) #271

Open davidhassell opened 1 year ago

davidhassell commented 1 year 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).

Part 1 (https://github.com/NCAS-CMS/cfdm/issues/270) of this enhancement deals with the internal representation and reading of datasets.

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