twhiteaker / CFGeom

CF Convention for Representing Simple Geometry Types
MIT License
9 stars 4 forks source link

CFGeom

Build
Status Coverage Status

A Python Reference Implementation for Representing Geometries in NetCDF Following the CF Conventions

This project demonstrates how points, lines, polygons, and their multipart equivalents can be represented in NetCDF-CF. The project includes a Python reference implementation for reading and writing geometries in a netCDF file.

For more on this project, see the documentation, or get started with the tutorial.

To view the geometries specification including examples, see Chapter 7 of the CF Conventions.

You may also be interested in the R reference implementation.

Use Cases

Contributors