createCircuitCoordConversion
Function to create conversion of circuit coordinates to GPS coordinates
Contents
Syntax
createCircuitCoordConversion();
Description
Function is a user interface to map the Google map and the circuit drawing on top of each other. The user aligns the two images and the conversion is created for getting GPS Lat/Lon for the OpenDSS bus coordinates. This is used when the OpenDSS coordinate system is unknown and not any standard coordinate systems like UTM.
Inputs
- none - user will select the OpenDSS circuit file along with the coordinates file through the GUI
Outputs
- none - a new OpenDSS bus coordinates files is saved out for the circuit
Example
Starts the user interface. Directions are in the interface.
createCircuitCoordConversion();
%
