Skip to content

Commit

Permalink
Merge pull request #58 from jmolina4/change_haversine_link
Browse files Browse the repository at this point in the history
Changing the haversine formula link to another one with pseudocode in it
  • Loading branch information
lauris-tw authored Jul 3, 2024
2 parents 3e4e9b3 + 243e12c commit c0f623d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ It reads the previously ingested data parquet files.

Hint:

- For distance calculation, consider using [**Haversine formula**](https://en.wikipedia.org/wiki/Haversine_formula) as an option.
- For distance calculation, consider using [**Haversine formula**](https://www.movable-type.co.uk/scripts/latlong.html) as an option.

##### Input

Expand Down

0 comments on commit c0f623d

Please sign in to comment.