Climakitaegui

December 30, 2024 ยท View on GitHub

A python toolkit for adding graphical user interface and visualization tools to the Climakitae python package. It does not work standalone - climakitae needs to be installed as well.

Note: This package is in active development and should be considered a work in progress.

Documentation

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

Installation

Install the latest version in development directly with pip.

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

Basic Usage

import climakitae as ck                           # Import the base climakitae package
import climakitaegui as ckg                       # Import the climakitaegui package
selections = ckg.Select()                         # Initialize selections object
selections.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
ckg.view(data)                                    # Generate a basic visualization of the data

Contributors

Contributors