Python Forum
Distance between two locations when their latitude and longitudes are given
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Distance between two locations when their latitude and longitudes are given
#3
Thanks! That helped.. but then I found another error..
Error:
--------------------------------------------------------------------------- NameError Traceback (most recent call last) <ipython-input-68-f294b8d435f6> in <module> 47 return (phimedium,'Distance between point 1 and 2 is:', Distance, 'km') 48 ---> 49 d=Distance_Geogr_Points() 50 d.Ellip_earth_proj_plane(deltaphi, deltalambda, phimedium, K1, K2) <ipython-input-68-f294b8d435f6> in __init__(self) 9 self.point1=point1 10 self.point2=point2 ---> 11 self.deltaphi=deltaphi 12 self.deltalambda=deltalambda 13 self.phimedium=phimedium NameError: name 'deltaphi' is not defined
Reply


Messages In This Thread
RE: Distance between two locations when their latitude and longitudes are given - by dcardonaa - Sep-12-2019, 05:46 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Help in reducing the number of bits for gps latitude and longitude sohaikia 1 1,889 Jan-12-2021, 08:17 AM
Last Post: Larz60+
  Distance between indicies of a list johnissa 2 3,061 Apr-25-2018, 01:04 AM
Last Post: johnissa
  Distance between two points! zepel 14 33,995 Apr-28-2017, 08:32 PM
Last Post: sparkz_alot

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020