Skip to content

Commit

Permalink
Update quick start distance example (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
minecraft2048 authored Jan 11, 2024
1 parent e63546e commit ccd45ab
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 @@ -92,7 +92,7 @@ automatic transformation to a Cartesian frame:
```julia
x_lla = LLA(-27.468937, 153.023628, 0.0) # City Hall, Brisbane, Australia
y_lla = LLA(-27.465933, 153.025900, 0.0) # Central Station, Brisbane, Australia
distance(x_lla, y_lla) # 401.54 meters
euclidean_distance(x_lla, y_lla) # 401.54 meters
```
(assuming the `wgs84` datum, which can be configured in `distance(x, y, datum)`).

Expand Down

0 comments on commit ccd45ab

Please sign in to comment.