Skip to content

Commit

Permalink
Update python/cuspatial/cuspatial/core/spatial/distance.py
Browse files Browse the repository at this point in the history
Co-authored-by: jakirkham <jakirkham@gmail.com>
  • Loading branch information
taureandyernv and jakirkham authored Aug 14, 2023
1 parent 39d06dc commit 6275517
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/cuspatial/cuspatial/core/spatial/distance.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ def haversine_distance(p1: GeoSeries, p2: GeoSeries):
>>> # Calculate Haversine Distance of cuDF dataframe to comparator point
>>> df['compare_dist'] = cuspatial.haversine_distance(cuGeoSeries, atlGeoSeries)
>>> df.head()
latitude longitude compare_lat compare_lng compare_dist
0 0.0 0.0 2.0 2.0 314.474805
1 0.0 1.0 2.0 2.0 248.629315
Expand Down

0 comments on commit 6275517

Please sign in to comment.