Skip to content

Commit 56bf373

Browse files
committed
feat: add example notebook
1 parent 6d9e117 commit 56bf373

File tree

7 files changed

+546229
-87
lines changed

7 files changed

+546229
-87
lines changed

Cargo.lock

Lines changed: 22 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ name = "stacrs"
99
crate-type = ["cdylib"]
1010

1111
[dependencies]
12-
clap = "4.5.30"
12+
clap = "4.5.31"
1313
geojson = "0.24.1"
14+
geoarrow = "0.4.0-beta.3"
1415
pyo3 = { version = "0.23.4", features = ["extension-module"] }
1516
pyo3-async-runtimes = { version = "0.23.0", features = [
1617
"tokio",

0 commit comments

Comments
 (0)