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.
Check out the official documentation on ReadTheDocs: https://climakitaegui.readthedocs.io/en/latest/
Install the latest version in development directly with pip.
pip install https://github.com/cal-adapt/climakitaegui/archive/main.zip
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
- PyPI releases: https://pypi.org/project/climakitaegui/
- Source code: https://github.com/cal-adapt/climakitaegui
- Issue tracker: https://github.com/cal-adapt/climakitaegui/issues