GISCoords
The first step before using OpenDSS-GIS is to define the GIS coordinates for the active model in OpenDSS. The GIS coordinates can be defined using the GISCoords command in the same way the BusCoords are defined, this is, by typing the commands and using the path to the file containing the GIS coordinates as argument:
GISCoords myFilePath
The GIScoords file format is like the BusCoords file, it is composed by comma separated values that include the name of the bus, the latitude and longitude.
…
MyNode1,xx.xxxxxxxx,-xx.xxxxxxxx
MyNode2,xx.xxxxxxxx,-xx.xxxxxxxx
MyNode3,xx.xxxxxxxx,-xx.xxxxxxxx
MyNode4,xx.xxxxxxxx,-xx.xxxxxxxx
…
If this file is not defined in the model, the model’s schematic cannot be displayed on the map.