Amalgamate existing climate data to create monthly climate variable fields.
Jupyter notebooks hosted on stitches
use functionality that is contained within the accompanying Python package.
NOTE Ensure you are using Python >= 3.9. Calling
python
may use a different instance. Some users may need to usepython3
or the like instead.
To install for use, run the following:
pip install stitches-emulator
To install package data that has already been pre-processed run the following:
import stitches
stitches.install_package_data()
For users who would like to generate the package data locally, run the following:
import stitches
stitches.generate_pkg_data()
but note that this will take several hours to run.
Notebook | Description |
---|---|
stitches-quickstart.ipynb |
Simple tutorial to demonstrate how stitches can be used as an emulator. |
stitches
users and developers must agree to our community guidelines outlines in our community guidelines outlines in our
Contributor Guidelines and Code of Conduct.
Open an issue to ask for help or report an issue (how to open a GitHub issue).