SEforALL-IEAP / onsset

The code of the Open Source Spatial Electrification Tool (OnSSET)
http://www.onsset.org
Other
0 stars 1 forks source link

T&D network routing for grid expansion - Part A: straight lines improvement #6

Open AndreasSahlberg opened 5 months ago

AndreasSahlberg commented 5 months ago

Improve the current grid-expansion algorithm in OnSSET with the following to ensure "basic" version provides a more realistic network while still minimizing simulation time:

-- Ensure new MV lines extend from MV lines or substation, not from HV lines. -- Replace the current vectorized implementation with loop (using Numba?) to minimize almost parallel lines (see fig. below) -- Return new MV line extensions as geojson

image