georust / geo

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

implement euclidean distance for all geometry types #1029

Closed mcassels closed 1 year ago

mcassels commented 1 year ago

This change implements https://github.com/georust/geo/issues/979

michaelkirk commented 1 year ago

Hi @mcassels, are you still interested in working on this? Let me know if you have any questions.

If you don't think you'll have time, I can try to finish it up.

mcassels commented 1 year ago

@michaelkirk thanks for the review! I'm still planning to work on this, sorry for the delay -- been travelling with limited internet access. I'm hoping to get back to this within the next couple days

bors[bot] commented 1 year ago

Build succeeded!

The publicly hosted instance of bors-ng is deprecated and will go away soon.

If you want to self-host your own instance, instructions are here. For more help, visit the forum.

If you want to switch to GitHub's built-in merge queue, visit their help page.

JosiahParry commented 1 year ago

Amazing!