nctoolkit is a comprehensive Python (3.8 and above) package for analyzing netCDF data on Linux and macOS. The easiest way to install the package is using conda or mamba. This will install nctoolkit ...
git clone https://github.com/NCAR/Comp4NC.git cd Comp4NC conda env update -f ci/environment.yml conda activate pyCompress4NC python -m pip install -e . Options ...