A python toolkit for retrieving and performing scientific analyses with climate data from the Cal-Adapt Analytics Engine.
Note: This package is in active development and should be considered a work in progress.
Check out the official documentation on ReadTheDocs: https://climakitae.readthedocs.io/en/latest/
Install the latest version in development directly with pip.
pip install https://github.com/cal-adapt/climakitae/archive/main.zip
import climakitae as ck # Import the package
from climakitae.core.data_interface import DataParameters
sel = DataParameters() # Pull up selections to make data settings
data = sel.retrieve() # Retrieve the data from the AWS catalog
data = ck.load(data) # Read the data into memory
- PyPI releases: https://pypi.org/project/climakitae/
- Source code: https://github.com/cal-adapt/climakitae
- Issue tracker: https://github.com/cal-adapt/climakitae/issues