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
-`--connect_timeout` (optional): Socket connection timeout, in seconds. If omitted, the AWS SDK default value is used (typically 1 second).
41
41
-`--request_timeout` (optional): Socket read timeouts on Windows and macOS, in seconds. If omitted, the AWS SDK default value is used (typically 3 seconds). This option is ignored on non-Windows, non-macOS systems.
42
-
-`--stac/--no-stac` (optional): By default, the reader uses Overture's [STAC-geoparquet](https://stac-utils.github.io/stac-geoparquet/latest/) catalog to speed up queries. If the `--no-stac` flag is present, the data will be read normally.
42
+
-`--stac/--no-stac` (optional): By default, the reader uses Overture's [STAC catalog](https://stac.overturemaps.org/)to speed up queries to the latest release. If the `--no-stac` flag is present, the CLI will use the S3 path for the latest release directly.
43
43
44
44
This downloads data directly from Overture's S3 bucket without interacting with any other servers.
45
45
By including bounding box extents on each row in the Overture distribution, the underlying Parquet
@@ -65,18 +65,26 @@ Command-line options:
65
65
66
66
To install overturemaps from [PyPi](https://pypi.org/project/overturemaps/) using pip
67
67
68
-
```shell
68
+
```bash
69
69
pip install overturemaps
70
70
```
71
71
72
72
overturemaps is also on [conda-forge](https://anaconda.org/conda-forge/overturemaps) and can be installed using conda, mamba, or pixi. To install overturemaps using conda:
73
73
74
-
```shell
74
+
```bash
75
75
conda install -c conda-forge overturemaps
76
76
```
77
77
78
78
If you have [uv](https://docs.astral.sh/uv/) installed, you can run overturemaps [with uvx](https://docs.astral.sh/uv/guides/tools/#running-tools) without installing it:
0 commit comments