Python tools for interacting with Overture Maps (overturemaps.org) data.
Project description
overturemaps-py
Official Python command-line tool of the Overture Maps Foundation
Overture Maps provides free and open geospatial map data, from many different sources and normalized to a common schema. This tool helps to download Overture data within a region of interest and converts it to a few different file formats. For more information about accessing Overture Maps data, see our official documentation site https://docs.overturemaps.org.
Note: This repository and project are experimental. Things are likely change including the user interface until a stable release, but we will keep the documentation here up-to-date.
Quick Start
Download the building footprints for the specific bounding box as GeoJSON and save to a file named "boston.geojson"
$ overturemaps download --bbox=-71.068,42.353,-71.058,42.363 -f geojson --type=building -o boston.geojson
Usage
download
There is currently one option to the overturemaps utility, download. It will download Overture Maps data
with an optional bounding box into the specified file format. When specifying a bounding box,
only the minimum data is transferred. The result is streamed out and can handle arbitrarily
large bounding boxes.
Command-line options:
--bbox(optional): west, south, east, north longitude and latitude coordinates. When omitted the entire dataset for the specified type will be downloaded-f(required: one of "geojson", "geojsonseq", "geoparquet"): output format--output/-o(optional): Location of output file. When omitted output will be written to stdout.--type/-t(required): The Overture map data type to be downloaded. Examples of types arebuildingfor building footprints,placefor POI places data, etc. Runoverturemaps download --helpfor the complete list of allowed types
This downloads data directly from Overture's S3 bucket without interacting with any other servers. By including bounding box extents on each row in the Overture distribution, the underlying Parquet readers use the Parquet summary statistics to download the minimum amount of data necessary to extract data from the desired region.
To help find bounding boxes of interest, we like this bounding box tool
from Klokantech. Choose the CSV format and copy the value directly into
the --bbox field here.
Installation
pip install overturemaps
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file overturemaps-0.5.0.tar.gz.
File metadata
- Download URL: overturemaps-0.5.0.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.11.3 Darwin/23.4.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0cfd867596fbb1ff28cbb6578bc7041232e04f1acb8b0c7a1ff14fe4d72b120a
|
|
| MD5 |
3d87238a10458eb9357965f37ce2b3af
|
|
| BLAKE2b-256 |
c7855cb9aabaa06fe3faaeb50f2535ae4e7efba87d1df1e3f5afdb6e1e1611d4
|
File details
Details for the file overturemaps-0.5.0-py3-none-any.whl.
File metadata
- Download URL: overturemaps-0.5.0-py3-none-any.whl
- Upload date:
- Size: 7.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.11.3 Darwin/23.4.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f71efa9005d27b853c76c3ee4004f40581ce5d5ab73a938b5ceaf762db5865bf
|
|
| MD5 |
d119f8fb23edecc0ef30e135cb1a8535
|
|
| BLAKE2b-256 |
fc042516bb4bd5d0b0bfa021bdfc3711768033f63d36657fac3e3d2083e55172
|