cal-adapt / climakitae

A Python toolkit for retrieving, visualizing, and performing scientific analyses with data from the Cal-Adapt Analytics Engine.
https://climakitae.readthedocs.io
BSD 3-Clause "New" or "Revised" License
19 stars 2 forks source link

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