znicholls / stitches

Amalgamate existing climate data to create monthly climate variable fields.

Home Page:https://jgcri.github.io/stitches/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DOI build pre-commit

stitches

Amalgamate existing climate data to create monthly climate variable fields.

Getting Started Using stitches

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 use python3 or the like instead.

Installation

To install for use, run the following:

python -m pip install git+https://github.com/JGCRI/stitches.git

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.

Tutorial Jupyter Notebooks

Notebook Description
stitches-quickstart.ipynb Simple tutorial to demonstrate how stitches can be used as an emulator.

Contributing

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).

About

Amalgamate existing climate data to create monthly climate variable fields.

https://jgcri.github.io/stitches/

License:BSD 2-Clause "Simplified" License


Languages

Language:Jupyter Notebook 97.2%Language:Python 2.7%Language:TeX 0.1%