Skip to content

Models ~ hostingCapacity

Jenny edited this page Mar 7, 2023 · 18 revisions

Introduction

Walkthrough

Meter Data: Input file in a .csv format including meter data
Algorithm: sandia1, sandia2 Circuit (Optional):

Meter Data input CSV file format

[busname, datetime, volts reading, kwWatts reading, kVAR reading, _latitude, longitude, service_tx_name, phase count] Input columns italicized are optional

busname: any string
datetime: YYYY-MM-DDTHH:mmZ
volts reading: any float/decimal, must be actual not PU
kW reading: any float, avg over the measurement interval
kVAR reading: any float, avg over the measurement interval
latitude: any float
longitude: any float
service_tx_name: any string
phase_count: "1" or "3"

Example of .csv input file:

... bus1,2019-01-01T00:00Z,124.8201353,3.907200098,0.712799966 bus1,2019-01-01T00:15Z,124.589564,4.658400059,0.686399996 bus1,2019-01-01T00:30Z,124.6299914,4.963200092,1.051200032 ...

Outputs:

Clone this wiki locally