plooney

Results 7 comments of plooney

I am having this issue with 2.11. Tensorflow crashes with no error message in model.fit Code works fine in 2.9 I am using the Docker image

@kylebarron as suggested. ``` use geo::{HausdorffDistance, Simplify, Validation}; use std::f64::consts::PI; use geo::{AffineOps, AffineTransform, unary_union}; use geo::{BooleanOps, Buffer, LineString, MultiPolygon, Point, Polygon, Rect, coord}; use ndarray::linspace; use wkt::ToWkt; fn main() {...

Hi Michael, I've written it out to wkt read it in with shapely and the answer for the non simplified polygon is closer to zero. 2 is not correct. On...

I was writing a test using the Hausdorff distance to check that buffering was working as I expected. The two objects should be the same. I suspect that the issue...

Thanks @urschrei that is interesting. I also suspect that this bug is a manifestation of this. I've not checked but the dense union is going to have some points midway...

Formerly I have worked in medical imaging where Hausdorff distance is a standard measure of similarity of shapes. The Hausdorff distance of a point to a line should be the...

This is a bit more of a can of worms than I anticipated.I understand mathematically how it is defined. I assumed that the shapely implementation was continuous but I see,...