https://github.com/cedadev/cfa-cpp
C++ bindings for the CFA-C reference implementation of the CFA conventions
https://github.com/cedadev/cfa-cpp
Last synced: 3 months ago
JSON representation
C++ bindings for the CFA-C reference implementation of the CFA conventions
- Host: GitHub
- URL: https://github.com/cedadev/cfa-cpp
- Owner: cedadev
- License: other
- Created: 2022-06-15T11:14:07.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-09T10:03:19.000Z (almost 4 years ago)
- Last Synced: 2025-10-23T09:55:44.465Z (8 months ago)
- Language: Makefile
- Size: 194 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# CFA-CPP
C++ bindings for the CFA-C reference implementation of the CFA conventions
## Goal
Currently, [NetCDF](https://github.com/ncasuk/ncas-isc/tree/main/python/presentations/read_write_data) files managed by CEDA are on disk/tape and we want to move them to ObjectStorage but they are too large to be sent over the internet. This library makes use of the [CFA-C](https://github.com/cedadev/CFA-C) library in order to split the NetCDF files up so that users can access them over the internet.
## Resources and Conventions
Current naming conventions follow the [NetCDF++](http://unidata.github.io/netcdf-cxx4/ncDim_8h_source.html) library conventions.
# Changlog
15/06/2022 - Initial project skeleton, VSCode project and Vagrant VM for testing setup