Skip to main content

ReEDS model plugin

Project description

r2x-reeds

ReEDS parser and transforms plugin for the r2x-core plugin framework.

CI Actions Quality Python PyPI License codecov Documentation

[!WARNING] This project is currently optimized for internal R2X workflows. You are welcome to use it, but APIs and behavior may continue to evolve as r2x-core evolves.

r2x-reeds integrates NREL ReEDS model data with r2x-core and infrasys. It provides a parser plugin for building infrasys.System objects from ReEDS data, plus a set of reusable post-parse transforms for common system-modification workflows.

Quickstart · Installation · What It Provides · Usage with r2x-core · Development · License

Quickstart

Install:

pip install r2x-reeds

Parse a ReEDS run directory into an infrasys.System:

from pathlib import Path

from r2x_core import DataStore, PluginContext
from r2x_reeds import ReEDSConfig, ReEDSParser

run_path = Path("path/to/reeds_run")

config = ReEDSConfig(
    solve_year=2030,
    weather_year=2012,
    case_name="test_Pacific",
)
ctx = PluginContext(
    config=config,
    store=DataStore.from_plugin_config(config, path=run_path),
)

system = ReEDSParser.from_context(ctx).run().system
print(system.name)

Installation

From PyPI

Python requirement: >=3.11, <3.14.

pip install r2x-reeds

Using uv:

uv add r2x-reeds

From Source

git clone https://github.com/NREL/r2x-reeds.git
cd r2x-reeds
uv sync --all-groups

What It Provides

  • ReEDSParser: reads ReEDS outputs and inputs (CSV/HDF5-backed mappings) into infrasys.System components and time series.
  • ReEDSUpgrader and run_reeds_upgrades(...): input version-detection and upgrade pipeline run during parser lifecycle.
  • Plugin entry point for r2x-core under the r2x_plugin group:
    • reeds-parser = r2x_reeds:ReEDSParser
  • Transform entry points under r2x.transforms:
    • add-pcm-defaults
    • add-emission-cap
    • add-electrolyzer-load
    • add-purchaser-load
    • add-ccs-credit
    • break-gens
    • add-imports
    • add-optimal-siting

Usage with r2x-core

r2x-reeds follows the r2x-core plugin lifecycle.

  • Build parser instances with PluginContext.
  • Run lifecycle hooks with .run().
  • Configure parsing through ReEDSConfig.
  • Apply optional r2x.transforms after parsing for scenario/system modifiers.

Development

Install dev dependencies:

uv sync --all-groups

Run the same checks used in CI:

uv run prek run --all-files --hook-stage pre-push

Targeted commands:

uv run pytest -q -m "not slow" --maxfail=1 --disable-warnings
uv run ty check ./src/r2x_reeds/

License

BSD 3-Clause. See LICENSE.txt.

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

r2x_reeds-0.6.0.tar.gz (68.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

r2x_reeds-0.6.0-py3-none-any.whl (84.0 kB view details)

Uploaded Python 3

File details

Details for the file r2x_reeds-0.6.0.tar.gz.

File metadata

  • Download URL: r2x_reeds-0.6.0.tar.gz
  • Upload date:
  • Size: 68.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for r2x_reeds-0.6.0.tar.gz
Algorithm Hash digest
SHA256 342c2db29738d0ab19da333a31ddf74bd49894977ee60c1a053241382179cee0
MD5 c47d846682794ae50b617df7652b99b4
BLAKE2b-256 1189c249a5fe5a7837b23e4fb9e72a57e9877d4a65fae4c3e24264e8b2c92629

See more details on using hashes here.

Provenance

The following attestation bundles were made for r2x_reeds-0.6.0.tar.gz:

Publisher: release.yaml on NatLabRockies/r2x-reeds

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file r2x_reeds-0.6.0-py3-none-any.whl.

File metadata

  • Download URL: r2x_reeds-0.6.0-py3-none-any.whl
  • Upload date:
  • Size: 84.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for r2x_reeds-0.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e10286cca5f00f530fbe22ff9cfbc67295474ac36d21e3f9f810113e5f107581
MD5 ba52643c5199e75642b48908fa3a9721
BLAKE2b-256 da542fb5c1da9e8eca110cd9e64b2c850cbda622ff34b3332c9c7dca7572b734

See more details on using hashes here.

Provenance

The following attestation bundles were made for r2x_reeds-0.6.0-py3-none-any.whl:

Publisher: release.yaml on NatLabRockies/r2x-reeds

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page