Replies: 1 comment 1 reply
-
Not yet, but it wouldn't be hard to add ... we've got https://docs.rs/stac/latest/stac/struct.Node.html#method.into_values in the underlying Rust crate, so we'll just need to expose that in a
Unsupported at this time: stac-utils/rustac#428 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to create stac-geoparquet for some existing static STAC collections (~1000 items), the docs currently are focused on API search results and I'm wondering about a couple things
According to the spec
I'm not sure this can currently be done with
stacrs.write
/ I'm finding this actually quite challenging to figure out 😅 . I tried the following:Side note: I also tried stac-geoparquet, but it overwrites schema metadata to only have the
geo
key (https://github.com/stac-utils/stac-geoparquet/blob/121f6485fd188179f1c05d53ec26c69d2518c683/stac_geoparquet/arrow/_to_parquet.py#L144)Beta Was this translation helpful? Give feedback.
All reactions