-
Notifications
You must be signed in to change notification settings - Fork 37
Closed
Description
Hi,
I just gave the cli a spin after freshly installing with:
uv pip install overturemaps
However it throws this error:
(base) ➜ Downloads overturemaps download -f geoparquet --type=place -o places.geoparquet
Traceback (most recent call last):
File "/opt/homebrew/Caskroom/miniconda/base/bin/overturemaps", line 8, in <module>
sys.exit(cli())
^^^^^
File "/opt/homebrew/Caskroom/miniconda/base/lib/python3.12/site-packages/click/core.py", line 1157, in __call__
return self.main(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/Caskroom/miniconda/base/lib/python3.12/site-packages/click/core.py", line 1078, in main
rv = self.invoke(ctx)
^^^^^^^^^^^^^^^^
File "/opt/homebrew/Caskroom/miniconda/base/lib/python3.12/site-packages/click/core.py", line 1688, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/Caskroom/miniconda/base/lib/python3.12/site-packages/click/core.py", line 1434, in invoke
return ctx.invoke(self.callback, **ctx.params)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/Caskroom/miniconda/base/lib/python3.12/site-packages/click/core.py", line 783, in invoke
return __callback(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/Caskroom/miniconda/base/lib/python3.12/site-packages/overturemaps/cli.py", line 88, in download
reader = record_batch_reader(type_, bbox)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/Caskroom/miniconda/base/lib/python3.12/site-packages/overturemaps/core.py", line 26, in record_batch_reader
dataset = ds.dataset(
^^^^^^^^^^^
File "/opt/homebrew/Caskroom/miniconda/base/lib/python3.12/site-packages/pyarrow/dataset.py", line 782, in dataset
return _filesystem_dataset(source, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/Caskroom/miniconda/base/lib/python3.12/site-packages/pyarrow/dataset.py", line 465, in _filesystem_dataset
fs, paths_or_selector = _ensure_single_source(source, filesystem)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/Caskroom/miniconda/base/lib/python3.12/site-packages/pyarrow/dataset.py", line 441, in _ensure_single_source
raise FileNotFoundError(path)
FileNotFoundError: overturemaps-us-west-2/release/2024-05-16-beta.0/theme=places/type=place/It seems to request a very old places release too.
Metadata
Metadata
Assignees
Labels
No labels