commonfields: id: CalculateGeoDistance version: -1 name: CalculateGeoDistance type: python subtype: python3 script: '-' tags: - Utilities comment: Compute the distance between two sets of coordinates, in miles. enabled: true args: - name: src_coords required: true description: Latitude and Longitude coordinates for the first location. Required format 1.23,4.56 - name: dest_coords required: true description: Latitude and Longitude coordinates for the second location. Required format 1.23,4.56 outputs: - contextPath: Geo.Distance description: Distance between two sets of coordinates, in miles. - contextPath: Geo.Coordinates description: List of coordinates used in the calculation. scripttarget: 0 dockerimage: demisto/py3-tools:1.0.0.114656 runas: DBotWeakRole tests: - Impossible Traveler - Test fromversion: 5.0.0