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-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.5.0.tar.gz (62.0 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.5.0-py3-none-any.whl (76.5 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for r2x_reeds-0.5.0.tar.gz
Algorithm Hash digest
SHA256 ae3a73cfff9969222397d864f65b73c9ed85f0a8c1581b65186753170d63c9ab
MD5 dc3ebf74f7509a94498cdda1e25b864b
BLAKE2b-256 81ee49761fe8a7718f5926ae88c032b6a3ed811326a6c570661f364eaec0e64d

See more details on using hashes here.

Provenance

The following attestation bundles were made for r2x_reeds-0.5.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.5.0-py3-none-any.whl.

File metadata

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

File hashes

Hashes for r2x_reeds-0.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 bd762a898f0e7879c620d9bba0d778857fd7bba5a5df4fff66cc44e907c1dc73
MD5 d0b69f7eff6d6e49e4ae1c32593ef5dc
BLAKE2b-256 60a1dbdaf1658786a7b1f24c91133261eed542443e36e9ea0589a7370cdcc238

See more details on using hashes here.

Provenance

The following attestation bundles were made for r2x_reeds-0.5.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