You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,9 @@ result = sf.lazy().filter(pl.col("population") > 100_000).range_query(-10.0, 35.
45
45
46
46
## Why PyCanopy
47
47
48
-
The only spatial engine with a Polars-native API, cost-model-driven index selection, and a full spatial query planner. The driving motivator behind creating this library was to provide the optimizations of relational DBs (query planning, indexing) in a performant dataframe interface that abstracts away the complexity of doing so from users working with spatial data.
48
+
PyCanopy is the only spatial engine with a Polars-native API, cost-model-driven index selection, and a full spatial query planner.
49
+
50
+
The driving motivator behind creating this library was to provide the optimizations of relational DBs (query planning, indexing, etc) in a performant dataframe interface that abstracts away the complexity of doing so from users working with spatial data.
0 commit comments