geo
geo copied to clipboard
For algorithms that return meters, document that self and the input is expected to be latitude/longitude degrees
trafficstars
- https://docs.rs/geo/0.13.0/geo/algorithm/chamberlain_duquette_area/trait.ChamberlainDuquetteArea.html
- https://docs.rs/geo/0.13.0/geo/algorithm/haversine_distance/trait.HaversineDistance.html
- https://docs.rs/geo/0.13.0/geo/algorithm/haversine_length/trait.HaversineLength.html
- https://docs.rs/geo/0.13.0/geo/algorithm/vincenty_length/trait.VincentyLength.html
- https://docs.rs/geo/0.13.0/geo/algorithm/vincenty_distance/trait.VincentyDistance.html
Somewhat related to https://github.com/georust/geo/issues/194#issuecomment-621776960