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!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...