https://github.com/alan-turing-institute/vehicle-grid-integration-opendss-networks
Vehicle Grid Integration OpenDSS Networks
https://github.com/alan-turing-institute/vehicle-grid-integration-opendss-networks
hut23 hut23-521
Last synced: about 2 months ago
JSON representation
Vehicle Grid Integration OpenDSS Networks
- Host: GitHub
- URL: https://github.com/alan-turing-institute/vehicle-grid-integration-opendss-networks
- Owner: alan-turing-institute
- Created: 2021-08-20T10:46:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-26T12:18:40.000Z (about 3 years ago)
- Last Synced: 2025-01-12T22:42:07.062Z (3 months ago)
- Topics: hut23, hut23-521
- Homepage:
- Size: 21.9 MB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Original network models
https://github.com/deakinmt/uk-mvlv-models# vehicle-grid-integration-opendss-networks
Vehicle Grid Integration OpenDSS Networks* This repo stores the networks that the OpenDSS web back-end uses
* A GitHub Action uploads networks in `vgiwebprodopendssnetworks`
* The destination is our Azure Storage Container `vgiwebprodopendssnetworks`
* It will upload on a push to `main`
* The BlobEndpoint is held in a repo secret `NETWORKS_DATA_CONTAINER_CONNECTION_STRING`
* That SAS token will expire 2022-12-31## zip file structure should match
* forward slash path separators
* LF line endings```
├── buscoords.csv
├── generators.dss
├── lds_edit.dss
├── lines.dss
├── loads.dss
├── lvNetworks
│ ├── network_11_1_1144
│ │ ├── Feeder_1
│ │ │ ├── LineCode.txt
│ │ │ ├── LinesUnq_pruned.txt
│ │ │ ├── LinesUnq_pruned1_1144.txt
│ │ │ ├── LoadsCopyUnq.txt
│ │ │ ├── LoadsCopyUnq1_1144.txt
│ │ │ ├── Transformers.txt
│ │ │ ├── Transformers_mod.txt
│ │ │ ├── Transformers_mod1_1144.txt
│ │ │ ├── Transformers_one_mod.txt
│ │ │ └── XY_Position1_1144.csv
...
├── master_mvlv.dss
├── redirect_lv_ntwx.dss
├── regcontrols.dss
└── transformers.dss
```