Regenerate everything after all the geom changes. Also likely picking up minor diffs from using new georust

This commit is contained in:
Dustin Carlino 2022-06-20 23:16:35 +01:00
parent 1783ea6b2c
commit ad06d145d4
3 changed files with 1317 additions and 1319 deletions

File diff suppressed because it is too large Load Diff

View File

@ -118,9 +118,7 @@ impl Polygon {
(&self.points, &self.indices)
}
/// Does this polygon contain the point either in the interior or right on the border? Haven't
/// tested carefully for polygons with holes.
// TODO Not sure about the "right on the border"
/// Does this polygon contain the point in its interior?
pub fn contains_pt(&self, pt: Pt2D) -> bool {
self.to_geo().contains(&geo::Point::from(pt))
}

View File

@ -2,15 +2,15 @@
{
"map": "montlake (in seattle (us))",
"scenario": "weekday",
"finished_trips": 36421,
"cancelled_trips": 375,
"total_trip_duration_seconds": 17952169.302099973
"finished_trips": 36429,
"cancelled_trips": 367,
"total_trip_duration_seconds": 17893299.014299836
},
{
"map": "sao_miguel_paulista (in sao_paulo (br))",
"scenario": "Full",
"finished_trips": 121120,
"cancelled_trips": 224,
"total_trip_duration_seconds": 84788781.93149996
"total_trip_duration_seconds": 84788784.85729995
}
]