Skip to content

A Python toolkit for retrieving, visualizing, and performing scientific analyses with data from the Cal-Adapt Analytics Engine.

License

Notifications You must be signed in to change notification settings

cal-adapt/climakitae

Repository files navigation

Climakitae

A python toolkit for retrieving, visualizing, 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.

Documentation

Check out the official documentation on ReadTheDocs: https://climakitae.readthedocs.io/en/latest/

Installation

Install the latest version in development directly with pip.

pip install https://github.com/cal-adapt/climakitae/archive/main.zip

Basic Usage

import climakitae as ck                        # Import the package
sel = ck.Select().show()                       # Pull up selections GUI to make data settings
data = sel.retrieve()                          # Retrieve the data from the AWS catalog
data = ck.load(data)                           # Read the data into memory
ck.view(data)                                  # Generate a basic visualization of the data
from climakitae.explore import warming_levels  # Import warming levels code
wl = warming_levels().show()                   # Explore Warming Levels GUI

Links

Contributors

Contributors

About

A Python toolkit for retrieving, visualizing, and performing scientific analyses with data from the Cal-Adapt Analytics Engine.

Resources

License

Stars

Watchers

Forks

Packages

No packages published