Analysis tools for Hercules hybrid energy system simulations.
Hercules: https://github.com/NatLabRockies/hercules
git clone https://github.com/NatLabRockies/herc_analysis
cd herc_analysisTypical installation is to install into same environment as Hercules is installed in.
Can use uv sync to install all dependencies and Hercules:
uv syncor create a new environment and install:
uv venv
uv pip install -e .uv sync --all-extras
uv run pre-commit installor create a new environment and install:
uv venv
uv pip install -e .[docs,develop]pip install -e .pip install -e .[docs,develop]
pre-commit install