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
Release history Release notifications | RSS feed
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 details)
Built Distribution
File details
Details for the file psdm2pp-0.1.0.tar.gz
.
File metadata
- Download URL: psdm2pp-0.1.0.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.4 Darwin/23.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c18b6cf538b563d455e5eccf2f044005240b7e039da0f4290791fc056d8f4c92 |
|
MD5 | 07662ddbec7ccaaaeb6c427eacab3d09 |
|
BLAKE2b-256 | fed86c77832fc02498eb19fe82a87df31ad46822b4161789c3d3ada567c2df13 |
File details
Details for the file psdm2pp-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: psdm2pp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.4 Darwin/23.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 996a4e00bd69e41208fd94de3040bb00da98d293232fc878f06ded9211549401 |
|
MD5 | b31deb15d7c953e172ca5fb9acdc4e4b |
|
BLAKE2b-256 | eef3bf4ce5b1bb0e288ec0fb4a06f0bdf21863a0f36f0a6d61d7e494d006a89b |