Skip to content

Commit 601c4a6

Browse files
philippemironPhilippe Miron
andauthored
Haversine to sphere (#205)
* move haversine module to sphere * lint * fix tests * added back datasets * version bump --------- Co-authored-by: Philippe Miron <philippe.miron@dtn.com>
1 parent 9d3fbb5 commit 601c4a6

File tree

9 files changed

+276
-310
lines changed

9 files changed

+276
-310
lines changed

clouddrift/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@
66
import clouddrift.adapters
77
import clouddrift.analysis
88
import clouddrift.datasets
9-
import clouddrift.haversine
109
import clouddrift.sphere

clouddrift/analysis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from concurrent import futures
1111
from datetime import timedelta
1212
import warnings
13-
from clouddrift.haversine import distance, bearing, position_from_distance_and_bearing
13+
from clouddrift.sphere import distance, bearing, position_from_distance_and_bearing
1414

1515

1616
def apply_ragged(

clouddrift/haversine.py

Lines changed: 0 additions & 182 deletions
This file was deleted.

0 commit comments

Comments
 (0)