Evan

Results 18 comments of Evan

Wow, prompt reply! Thanks! > The only reason to use the Rust version is performance, since the Shapely Polylabel is a pure Python implementation. This would be why I'm currently...

Oh nice, I'll give it a shot at this problem I'm currently experiencing. Shouldn't be too hard to add to my Dockerfile. I would absolutely appreciate a wheel at some...

Yeah, I can't have this in my production containers (security) so at some point it will be required, perhaps after the holiday. This is my first time working with Rust,...

I've run some tests using the ffi module directly and it is a great improvement over the Shapely methods. A wheel would definitely be the next step. Any idea of...

Just an update: I ended up hacking up a solution to bake a wheel locally for my container. I used your simplification python package as an example. I'll shoot ya...

Marking as ready for review since #1704 has merged

> @elocke do you think it could solve your usecase ? Just realized my notifications are off, apologies. I had to think about it but this would cover my use...

@andreynering @pd93 Any ETA on when this could be reviewed? I would love to get working on using this in our CI refactor. Thanks much!