Replies: 1 comment 7 replies
-
Hrm, guess I should have read the other discussions more. Just found #453 with info on the parquet_kv_metadata function. That should likely be sufficient for me. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to build a little python tool to wrap some DuckDB spatial functionality, and want to get the primary_column or the crs from GeoParquet geo metadata.
But I can't seem to figure out how to extract that information. If I do:
select * from parquet_metadata('my_file.parquet')
;I get
key_value_metadata
column, but all entries are{}
. I'm sure these are geoparquet, and I got the metadata working fine with pyarrow. I couldn't find any other suggested route.thanks!
Beta Was this translation helpful? Give feedback.
All reactions