Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cal-adapt/climakitae
A Python toolkit for retrieving, visualizing, and performing scientific analyses with data from the Cal-Adapt Analytics Engine.
https://github.com/cal-adapt/climakitae
Last synced: about 1 month ago
JSON representation
A Python toolkit for retrieving, visualizing, and performing scientific analyses with data from the Cal-Adapt Analytics Engine.
- Host: GitHub
- URL: https://github.com/cal-adapt/climakitae
- Owner: cal-adapt
- License: bsd-3-clause
- Created: 2021-11-09T01:48:13.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-20T00:41:27.000Z (about 2 months ago)
- Last Synced: 2024-11-20T01:27:21.698Z (about 2 months ago)
- Language: Python
- Homepage: https://climakitae.readthedocs.io
- Size: 193 MB
- Stars: 21
- Watchers: 6
- Forks: 2
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- open-sustainable-technology - Climakitae - Enable a transition from climate vulnerability assessments to decision support for investor-owned utilities and other stakeholders. (Climate Change / Climate Data Processing and Analysis)
README
Climakitae
==========
A python toolkit for retrieving and performing scientific analyses with climate data from the [Cal-Adapt Analytics Engine](https://analytics.cal-adapt.org).**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 climakitae as ck # Import the package
from climakitae.core.data_interface import DataParameters
sel = DataParameters() # Pull up selections to make data settings
data = sel.retrieve() # Retrieve the data from the AWS catalog
data = ck.load(data) # Read the data into memory
```Links
-----
* PyPI releases: https://pypi.org/project/climakitae/
* Source code: https://github.com/cal-adapt/climakitae
* Issue tracker: https://github.com/cal-adapt/climakitae/issuesContributors
------------
[![Contributors](https://contrib.rocks/image?repo=cal-adapt/climakitae)](https://github.com/cal-adapt/climakitae/graphs/contributors)