Returns the address at the given coordinates. The coordinates must be defined using GISCoords, LoadBus can also be used with this command. This command doesn’t have arguments, but it requires the user to previously define the coordinates for the point of interest as follows:


set GISCoords = [35.92214527098195, -84.14210580168506]

GIS GetAddress


The answer from OpenDSSiGIS is a JSON string describing the address details. Using the commands above, the response from OpenDSS-GIS will be as follows:


{ "address": { "Match_addr": "900-998 Corridor Park Blvd, Knoxville, Tennessee, 37932", "LongLabel": "900-998 Corridor Park Blvd, Knoxville, TN, 37932, USA", "ShortLabel": "900-998 Corridor Park Blvd", "Addr_type": "StreetAddress", "Type": "", "PlaceName": "", "AddNum": "970", "Address": "970 Corridor Park Blvd", "Block": "", "Sector": "", "Neighborhood": "", "District": "", "City": "Knoxville", "MetroArea": "", "Subregion": "Knox County", "Region": "Tennessee", "Territory": "", "Postal": "37932", "PostalExt": "", "CountryCode": "USA" }, "location": { "x": -84.14173410620927, "y": 35.921630248787075, "spatialReference": { "wkid": 4326, "latestWkid": 4326 } } }


The following conditions need to be fulfilled:

1. OpenDSS-GIS must be installed

2. OpenDSS-GIS must be initialized (use GIS Start command)