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.
When using
overturemaps-py
to download a dataset as aparquet
file I receive the following error when attempting to read the file withgeopandas
. The error is thrown frompyarrow
: