From 673710e21c01571ba2c34f764c685803401359e5 Mon Sep 17 00:00:00 2001 From: Claudio Satriano Date: Mon, 5 Aug 2013 11:27:48 +0200 Subject: [PATCH] Update base.py --- obspy/core/util/geodetics/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obspy/core/util/geodetics/base.py b/obspy/core/util/geodetics/base.py index 8aa1473dec8..dac01aa77f1 100644 --- a/obspy/core/util/geodetics/base.py +++ b/obspy/core/util/geodetics/base.py @@ -248,7 +248,7 @@ def kilometer2degrees(kilometer, radius=6371): def locations2degrees(lat1, long1, lat2, long2): """ - Convenience function to calculate the great distance between two points on + Convenience function to calculate the great circle distance between two points on a spherical Earth. This method uses the Vincenty formula in the special case of a spherical