NREL / ditto

DiTTo is a Distribution Transformation Tool that aims at providing an open source framework to convert various distribution systems modeling formats.
https://nrel.github.io/ditto/
BSD 3-Clause "New" or "Revised" License
68 stars 35 forks source link

Can I create a store and then add elements manually? #355

Open iboates opened 3 years ago

iboates commented 3 years ago

I have to convert some data that I have to a DSS file. I only need to add lines of a network as well as indicate which nodes are for power generation and which ones are for demand (so basically just the topology). The rest is filled in by another software which takes a DSS file as an input.

The source for this data is not any standardized format, it is just a geometrical arrangement of lines which I want to encode as a .dss file.

I cannot find any documentation for this, however. Is it possible to do this? Basically i just want to create the store and then read some external data and create the appropriate elements inside, then save to a file