Skip to content

cal-adapt/climakitaegui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

179 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Climakitaegui

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

Links

Contributors

Contributors

About

Python helper package to provide GUI interaction to the climakitae package to support use within Jupyter notebooks.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages