Climate data analysis toolkit GUI support
Project description
A python toolkit for adding graphical user interface and visualization tools to the [Climakitae python package](https://github.com/cal-adapt/climakitae). 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 sel = ckg.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 ckg.view(data) # Generate a basic visualization of the data from climakitaegui.explore import warming_levels # Import warming levels code wl = warming_levels().show() # Explore Warming Levels GUI `
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
[![Contributors](https://contrib.rocks/image?repo=cal-adapt/climakitaegui)](https://github.com/cal-adapt/climakitaegui/graphs/contributors)
Project details
Release history Release notifications | RSS feed
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
File details
Details for the file climakitaegui-1.0.1.tar.gz
.
File metadata
- Download URL: climakitaegui-1.0.1.tar.gz
- Upload date:
- Size: 34.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b4e616716908c60f1a59b52b02cc70eb94301b58d7c5124e12a6a90465654bbb |
|
MD5 | 6507a6f6d2359803ed497e277976eb94 |
|
BLAKE2b-256 | 440a6fcc02d5e1ac8d1f4c227653c8c5b6f87fc2a1a0157bf9a9bbe1b85ccdba |
File details
Details for the file climakitaegui-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: climakitaegui-1.0.1-py3-none-any.whl
- Upload date:
- Size: 38.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b594f5f5ba5c3574b3363de8ca8779718c40d88db2383bc71a1a86494a3f8f8c |
|
MD5 | 7dccd619926fca859c8c0969452d547c |
|
BLAKE2b-256 | e10d822e063407b327904a5079252eeef73955783380209356dd4ca1b9a02107 |