Skip to content

NCAR/mpr-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mpr-python

Jupyter-notebook for Muti-scale Parameter Regionalization

Directory structure

1 ./notebook

notebook to explore mpr

2 ./mpr

a collection of custom modules

To use mpr modules:

Install the mpr by

cd mpr-python 
(optional) conda activate $ENVIRONMENT_NAME
pip install -e .

after that, mpr module can be imported

import mpr 

or

if you would like not to install mpr module, insert in the beginning of the notebooks or python scripts

sys.path.append(<PATH TO mpr-python>)

e.g., calling from ./notebook/xx.ipyb, insert

sys.path.append('../')

About

Jupyter-notebook for Muti-scale Parameter Estimation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published