Software to reconstruct missing data in climate datasets using Kriging
- python>=3.11.0
- pykrige>=1.7.0
- tqdm>=4.64.1
- numpy>=1.23.5
- xarray>=2022.11.0
- netcdf4>=1.6.2
- matplotlib>=3.7.1
An Anaconda environment with all the required dependencies can be created using environment.yml:
conda env create -f environment.ymlTo activate the environment, use:
conda activate nckrignckrig can be installed using pip in the current directory:
pip install .nckrig <netcdf-filename> <varname>
nckrig is licensed under the terms of the BSD 3-Clause license.