Overture Maps Data Downloader with Optional GeoJSON Clipping
This Python script downloads geospatial data from Overture Maps, based on user-defined themes and data types (e.g., buildings, transportation). The script can download specific data within a given bounding box (bbox) and export it in GeoParquet or GeoPackage format.
Features:
Allows downloading multiple themes/types (e.g., buildings, transportation) using the overturemaps Python library.
Bounding box (bbox) filtering to limit data to a specific geographic extent.
Optionally clips geometries to the exact boundaries of a GeoJSON file, if provided.
Supports output in GeoParquet or GeoPackage formats.