OvertureMaps / overturemaps-py

overture-py
MIT License
137 stars 19 forks source link

Pyarrow shema error when trying to use parquet files #39

Closed songololo closed 3 months ago

songololo commented 3 months ago

When using overturemaps-py to download a dataset as a parquet file I receive the following error when attempting to read the file with geopandas. The error is thrown from pyarrow:

Attempted to register factory for scheme 'file' but that scheme is already registered.
pyarrow.lib.ArrowInvalid: URI has empty scheme: 'temp/eu-connectors.parquet'

During handling of the above exception, another exception occurred:

pyarrow.lib.ArrowKeyError: Attempted to register factory for scheme 'file' but that scheme is already registered.
songololo commented 3 months ago

Issue was file path resolution.