Skip to main content

No project description provided

Project description

psdm2pp

This is a work-in-progress tool for converting PSDM to pandapower grid models.

Limitations

  • Currently only basic grid model conversion supported
  • No switch conversion implemented yet

Usage

from pypsdm import RawGridContainer
from psdm2pp.grid import convert_grid

psdm_path = "/my/psdm_grid/path"
psdm_grid = RawGridContainer.from_csv(psdm_path)
pp_grid, uuid_idx_maps = convert_grid(psdm_grid)

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

psdm2pp-0.1.0.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

psdm2pp-0.1.0-py3-none-any.whl (4.1 kB view hashes)

Uploaded Python 3

Supported by

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