Climate data analysis toolkit GUI support
Project description
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
- PyPI releases: https://pypi.org/project/climakitaegui/
- Source code: https://github.com/cal-adapt/climakitaegui
- Issue tracker: https://github.com/cal-adapt/climakitaegui/issues
Contributors
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file climakitaegui-1.3.0.tar.gz.
File metadata
- Download URL: climakitaegui-1.3.0.tar.gz
- Upload date:
- Size: 35.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb8b19e96f6e6de5cc619bd7011bf6d9ad9f96cf87e97c420e3d6d264ce931f0
|
|
| MD5 |
b69bb814bc31b5314b1bd09269ad06fb
|
|
| BLAKE2b-256 |
f5dd702e8339c6b0f1bc59ac6acb99f5f589726c851070d81794b2927d46daba
|
File details
Details for the file climakitaegui-1.3.0-py3-none-any.whl.
File metadata
- Download URL: climakitaegui-1.3.0-py3-none-any.whl
- Upload date:
- Size: 39.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ada4e73850bea2174e214c65a3c597c388187c1da300137fbf91a1112f704435
|
|
| MD5 |
a3e033ee9e27ab2f6335a58c21247f19
|
|
| BLAKE2b-256 |
289783f38058f8ec67046c00b254a1518c57f4b6e508149e7d63ef5d5f43e598
|