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 1 of 2) #270

Closed davidhassell closed 12 months 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).

This part (1) of this enhancement deals with the internal representation and reading of datasets.

Part 2 (https://github.com/NCAS-CMS/cfdm/issues/271) will implement the ability to write UGRID datasets to disk.