Hi,

What are you looking for exactly ? Computing the distance on ground between two 
points, based on their geographical coordinates ?


If yes, this is not related to Django, nor to Python in any way. Google with 
keywords such as "geographic coordinates distance computation" and you'll get 
tons of hits, among which this one : 
https://en.wikipedia.org/wiki/Geographical_distance

[https://upload.wikimedia.org/wikipedia/commons/4/4c/Azimutalprojektion-schief_kl-cropped.png]<https://en.wikipedia.org/wiki/Geographical_distance>

Geographical distance - 
Wikipedia<https://en.wikipedia.org/wiki/Geographical_distance>
en.wikipedia.org
Geographical distance is the distance measured along the surface of the 
earth.The formulae in this article calculate distances between points which are 
defined by geographical coordinates in terms of latitude and longitude.This 
distance is an element in solving the second (inverse) geodetic problem


Transcribing the formulas in Python is left as an exercise, since pretty 
trivial.


Best


Eric

________________________________
From: django-users@googlegroups.com <django-users@googlegroups.com> on behalf 
of Dheeraj Kumar <talk...@gmail.com>
Sent: Sunday, December 9, 2018 2:52:37 PM
To: django-users@googlegroups.com
Subject: Direction Distance measure in python code

Hi can any one tell how can i get distance measure in direction wise
N3 W4 S8 E4 N5
here n is north, w is west , s is south , e is east , n is north
please tell python Django code


--
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
django-users+unsubscr...@googlegroups.com<mailto:django-users+unsubscr...@googlegroups.com>.
To post to this group, send email to 
django-users@googlegroups.com<mailto:django-users@googlegroups.com>.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CANwUEV_m%2BaN3X%3Dr-Ltq2eKR7Yx%2BhA1gvv%3DtaazyvqRFLjUVEXQ%40mail.gmail.com<https://groups.google.com/d/msgid/django-users/CANwUEV_m%2BaN3X%3Dr-Ltq2eKR7Yx%2BhA1gvv%3DtaazyvqRFLjUVEXQ%40mail.gmail.com?utm_medium=email&utm_source=footer>.
For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/VI1P193MB0432D362B7B443EB29428FC58CA40%40VI1P193MB0432.EURP193.PROD.OUTLOOK.COM.
For more options, visit https://groups.google.com/d/optout.

Reply via email to