georust / geo

Geospatial primitives and algorithms for Rust
https://crates.io/crates/geo
Other
1.47k stars 190 forks source link

fix: error in earth radius #1170

Closed louisgreiner closed 2 months ago

louisgreiner commented 2 months ago

Just a typo in the documentation, const is ok (according to IUGG R1 radius https://en.wikipedia.org/wiki/Earth_radius)

See const here : https://github.com/georust/geo/blob/main/geo/src/lib.rs#L245