Skip to content

Installation

Requirements

  • Python 3.10+

Install

pip install osm-powerplants

From Source

git clone https://github.com/open-energy-transition/osm-powerplants.git
cd osm-powerplants
pip install -e .

Verify

osm-powerplants info

Development

pip install -e ".[dev]"
pre-commit install
pytest