I am working on a new high-level C++ interface for netCDF-C, which provides a
convenient interface for subset selection using coordinate variables,
interoperability with various contiguous containers (Boost and STL) and a few
other features. While still in an early stage of development, the goal is to
provide an interface similar to xarray in Python, especially "group by"
operations over coordinate variables, and additional convenience functions for
files conforming to CF conventions.
The project is on GitHub:
https://github.com/jbuonagurio/ncpp
Feedback, suggestions and contributions are welcome.
- John Buonagurio