Datasets, Models and Methods for Power System Foundation Models
Project description
aidotgrids
Overview
1. Quick start
Install stable version (option A):
pip install -U aidotgrids
Or, install bleeding-edge version (Option B):
pip uninstall -y aidotgrids # ensure the PyPI version is removed
pip install git+https://github.com/AI-grids/aidotgrids
2. Datasets
All standardized tasks are hosted on Hugging Face Hub and can be downloaded
automatically via aidotgrids.load. Current coverage:
| Task / Dataset | Modality | Docs |
|---|---|---|
| OPFData | Graphs (optimal-power-flow) | details |
| PowerGraph | Transmission-grid graphs | details |
| SolarCube | Satellite imagery | details |
| BuildingElectricity | Time-series load profiles | details |
| WindFarm | SCADA & weather | details |
Load a dataset in a few lines:
from aidotgrids import load
ds = load.load_task(
task_name="WindFarm",
subtask_name="odd_time_predict48h",
root_path="~/AI-grids" # local cache/download directory
)
3. Contributing
We welcome pull requests for new datasets, models and algorithms, or simply a fix in our code. Please read CONTRIBUTING.md before opening an issue or pull request.
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 aidotgrids-0.0.1.tar.gz.
File metadata
- Download URL: aidotgrids-0.0.1.tar.gz
- Upload date:
- Size: 29.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
210c1e3677671c77aa1080b8c9e8d05dc9e578e88b1ff08c7cfab10642e54eb5
|
|
| MD5 |
bb51f342d7b2cc255a17f23ec3043daa
|
|
| BLAKE2b-256 |
586905fa3dfd6b93bf7cec2431b338a91717430cc88ab0dec6d41f991c378844
|
File details
Details for the file aidotgrids-0.0.1-py3-none-any.whl.
File metadata
- Download URL: aidotgrids-0.0.1-py3-none-any.whl
- Upload date:
- Size: 32.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fcc01c563e7accb93217afc68a03a5e91c343a9e0e7faa89805187e4c8692c96
|
|
| MD5 |
c098db61bad7a57ced768ec34247190a
|
|
| BLAKE2b-256 |
3e3a65c32f6d60bd60a446911769a0ce128cd30b4fd91121e9373a19d05db881
|