Skip to content

Commit

Permalink
use patch geo
Browse files Browse the repository at this point in the history
  • Loading branch information
gauteh committed Aug 16, 2024
1 parent 7494120 commit a2b8355
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,5 @@ default = [ ]
[profile.release]
debug = true

[patch.crates-io]
geo = { path = "/home/gauteh/dev/misc/geo/geo" }
2 changes: 1 addition & 1 deletion src/shapes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use std::io;
use std::path::Path;
use std::{borrow::Borrow, convert::TryInto};

use geo::{point, Contains, Geometry, MultiPolygon, Point, Polygon};
use geo::{point, Contains, Geometry, MultiPolygon, Point, Polygon, PreparedGeometry};
use numpy::{PyArray, PyReadonlyArrayDyn};
use rstar::{PointDistance, RTree, RTreeObject, AABB, Envelope};

Expand Down

0 comments on commit a2b8355

Please sign in to comment.