cs_lang:python:things-to-know:geographic
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| cs_lang:python:things-to-know:geographic [2012/06/20 11:20] – cedric | cs_lang:python:things-to-know:geographic [2012/06/20 11:21] (current) – cedric | ||
|---|---|---|---|
| Line 60: | Line 60: | ||
| a = -1 | a = -1 | ||
| return CalcRad((lat1+lat2) / 2) * math.acos(a) | return CalcRad((lat1+lat2) / 2) * math.acos(a) | ||
| - | </ | ||
| - | <code python> | ||
| def MeterOffset((lat1, | def MeterOffset((lat1, | ||
| """ | """ | ||
cs_lang/python/things-to-know/geographic.1340184050.txt.gz · Last modified: by cedric
