Splunk Dev

Python script in Splunk distance between IPs

davecroto
Splunk Employee
Splunk Employee

Cannot run this python script from the command line $SPUNK_HOME/bin/scripts, can someone tell me why?

Here is the error:

$ python distance_two_IPs.py 20, 21, 45, 25
  File "distance_two_IPs.py", line 14
    yDistance = (lat2 - lat1) * nauticalMilePerLat
            ^
IndentationError: expected an indented block

I tried to cut and past the script here, but it displayed without line-brakes. So I here is the link:

http://www.geesblog.com/2009/01/calculating-distance-between-latitude-longitude-pairs-in-python/

Tags (1)
0 Karma
1 Solution

Ayn
Legend

Just as it says, you need to indent the code within the calcDistance function. Python uses indentation instead of curly brackets.

View solution in original post

Ayn
Legend

Just as it says, you need to indent the code within the calcDistance function. Python uses indentation instead of curly brackets.

davecroto
Splunk Employee
Splunk Employee

Thanks Ayn!!

0 Karma
Get Updates on the Splunk Community!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...