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.
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 settingproj=False
, unless I also need to infer datetime information, in which case the generation fails.Sample code to reproduce the issue:
When running I get this error: