Climate data analysis toolkit
Project description
Climakitae
A python toolkit for retrieving and performing scientific analyses with climate data from the Cal-Adapt Analytics Engine.
Note: This package is in active development and should be considered a work in progress.
Documentation
Check out the official documentation on ReadTheDocs: https://climakitae.readthedocs.io/en/latest/
Installation
Install the latest version in development directly with pip.
pip install https://github.com/cal-adapt/climakitae/archive/main.zip
Basic Usage
# Import functions of interest from climakitae
from climakitae.core.data_interface import (
get_data_options,
get_subsetting_options,
get_data
)
# See all the data catalog options as a pandas DataFrame object
get_data_options()
# See all the area subset options for retrieving a spatial subset of the catalog data
get_subsetting_options()
# Retrieve data for a single variable for the state of California
get_data(
variable = "Precipitation (total)",
downscaling_method = "Dynamical",
resolution = "9 km",
timescale = "monthly",
scenario = "SSP 3-7.0 -- Business as Usual",
cached_area = "CA"
)
If you want to use graphic user interfaces to retrieve and view data visualization options (among other features), you'll need to import our sister package climakitaegui, which works in tandem with climakitae to produce interactive GUIs. See climakitaegui for more information on how to use this library.
Links
- PyPI releases: https://pypi.org/project/climakitae/
- Source code: https://github.com/cal-adapt/climakitae
- Issue tracker: https://github.com/cal-adapt/climakitae/issues
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
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 climakitae-1.2.2.tar.gz.
File metadata
- Download URL: climakitae-1.2.2.tar.gz
- Upload date:
- Size: 29.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2581887e20dbb4c5d1a9b1745b7731b9e699d847f2d4f4ac69a537a68702ca7b
|
|
| MD5 |
094eba4e6347630dbd226871a8fd1dc1
|
|
| BLAKE2b-256 |
77a2251cbb7acb02173294775e228f0bf13e13cb16db374ca83b35ce89c7ceb7
|
File details
Details for the file climakitae-1.2.2-py3-none-any.whl.
File metadata
- Download URL: climakitae-1.2.2-py3-none-any.whl
- Upload date:
- Size: 29.7 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c4beb752ad8c11f23bef79afe64d03fb0436bc2fbbc214cd3fa3b875362bd7cc
|
|
| MD5 |
cb2d048b36d246ac3092abe34dd17aae
|
|
| BLAKE2b-256 |
2667d0e9785d546197eba68aad4de6e8d3e5f52ed578fdea6d57b5e2294fa012
|