Is a small python package with utility classes and functions to work with GrIMP data hosted by NASA NSIDC: (NSIDC-0723) and velocity (NSIDC-481, 0725, 0727, 0731).
For examples of how this library is used refer to notebooks in https://github.com/fastice/GrIMPNotebooks
grimpfunc has dependencies that are best installed as a conda package and not via pip. You can either:
- Install grimpfunc in a stand-alone reproducible virtual environment managed by pixi
gh repo clone fastice/grimpfunc
pixi run notebooks
- Install as a conda-package into an exiting conda/mamba environment
conda activate myenv
conda install --channel https://repo.prefix.dev/uw-cryo grimpfunc
0.0.6 2025-08-20 Updated to fix issues with NSIDC migration of data sets to cloud
Be sure to bump package versions in pyproject.toml and add additional dependencies if necessary
This will build a new package
pixi build
Upload to a server to install via pixi or conda-forge
pixi upload https://prefix.dev/api/v1/upload/uw-cryo grimpfunc-0.1.0-pyh4616a5c_0.conda
0.0.7 2025-09-03 Minor fixes.
0.0.6 2025-08-20 Updated to fix issues with NSIDC migration of data sets to cloud.