-
Notifications
You must be signed in to change notification settings - Fork 61
Models ~ transformerPairing
The model corrects GIS errors where meters are not associated with the correct transformer. It does this by calculating voltage and power correlations between meters. It is based on code and results developed by Logan Blakely and Matthew Reno at Sandia National Laboratory.
The model requires four separate input files, each a .csv file with different readings from AMI meters.
The four different files are separated into customer IDs, voltage, real power, and reactive power. Each row of each file corresponds to a customer - respective to the rows customer CSV file. None of the files contain headings.
The customer CSV file consists of one column with no index listing each customer ID.
The test customer CSV file used in the default model: here
An example of a valid customer AMI data file:
customer_0
customer_1
customer_2
The voltage file is voltage AMI data; each row contains comma separated voltage values for the customer corresponding to the customer CSV. This means that the voltage values in row 0 correspond to the customer listed in row 0 of the customerCSV file. This pattern is followed for the real and reactive power CSVs.
An example of what one of these files looks like:
5.0738492473829432e+02,5.0738492473829432e+02,5.0738492473829432e+02,5.0738492473829432e+02
6.3092489043223449e+02,6.3092489043223449e+02,6.3092489043223449e+02,6.3092489043223449e+02
The test voltage AMI file: here
The test realPower AMI file: here
The test reactivePower AMI file: here
The model output displays a table with a customer ID and the corresponding original labels that were incorrect and the predicted transformer label that they should be.
The model output also shows how many of those predicted labels were modified were accurately modified.
Correlation Coefficient Threshhold