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
{{ message }}
This repository was archived by the owner on Sep 23, 2024. It is now read-only.
I use stac-table to generate metadata for geospatial datasets, but once in a while I need to manage parquet files without a geometry column. This works fine with stac-table by setting proj=False, unless I also need to infer datetime information, in which case the generation fails.
ValueError: An error occurred while calling the read_parquet method registered to the pandas backend.
Original Message: Missing geo metadata in Parquet/Feather file.
Use pandas.read_parquet/read_feather() instead.