Loading repository data…
Loading repository data…
zhu-xlab / repository
GlobalBuildingAtlas: an open global and complete dataset of building polygons, heights and LoD1 3D models
In this project, we provide the level of detail 1 (LoD1) data of buildings across the globe.
A overview of the dataset is illustrated bellow:
⚠️This dataset is provided in three parts: ODbL-licensed polygons (
GBA.ODbLPolygon), CC BY-NC 4.0 polygons and LoD1 building models (GBA.PolygonandGBA.LoD1), and CC BY-NC 4.0 height maps (GBA.Height).
⚠️Users may combine these datasets for analysis or downstream applications, but doing so may create license implications.
⚠️It is the responsibility of each user to ensure that their use complies with the respective licenses.
⚠️This repository does not provide legal advice; users should review the original licenses and, if necessary, consult legal counsel.
The dataset aims at global coverage, so all countries, territories, and cities should be included. However, due to data quality limitations, some areas may be absent or may not have height attributes. You can check availability using our web viewer.
This is a machine-learning–derived product. Errors may occur. Please refer to the publication for validation results and further details.
High traffic can occasionally affect the web viewer. We restart the server as needed to maintain access. Please check the bulletin board for maintenance updates.
We used some building footprints from ODbL-licensed sources (OSM and Microsoft Global ML Building Footprints). According to ODbL, derivatives must also be ODbL-licensed, which conflicts with our PLANET-derived BY-NC data. Therefore, the dataset is split:
GBA.ODbLPolygon contains only building polygons derived from ODbL-licensed sources.GBA.LoD1 contains additional building footprints from other sources, and LoD1 JSON files linking all building polygon features from GBA.ODbLPolygon and GBA.Polygon.You can follow the README instructions under this repository, or HuggingFace to derive the final LoD1 GeoJSON files.
⚠️ By deriving the final LoD1 GeoJSON files, you acknowledge the License Notice.
All building polygons are recorded in EPSG:3857. Some files in GBA.ODbLPolygon on HuggingFace may appear in EPSG:4326 — please treat them as EPSG:3857.
A web interface for viewing the data is available at: website.
Note: This webviewer is intended for interactive visualization only. Please do not use the WFS service for feature streaming, automated querying, or bulk data extraction. For data access, please use the following dataset release.
⚠️ By downloading the data, you agree to the Terms of Use and acknowledge the License Notice.
The full data can be downloaded as follows:
Access the representative dataset
representative/ folder from HuggingFace folder of this repository, or via mediaTUM.Identify tiles overlapping your region of interest (RoI)
lod1.geojson to find the intersecting tiles in GBA.Polygon or GBA.LoD1.height_zip.geojson and height_tif.geojson to find intersecting tiles in GBA.Height.Download required tiles
ODbL polygons: download from HuggingFace and save under:
./ODbLPolygon
LoD1 polygons and other data: download from HuggingFace, and save under:
./Polygon
./LoD1
Run the enrichment script provided at HuggingFace
python produce_lod1.py
python produce_lod1.py \
--odbl_root /path/to/odbl \
--polygon_root /path/to/polygon \
--json_root /path/to/json \
--output_root /path/to/output
Output
./LoD1_GeoJSON
or the folder you specified.
height and var fields.For codes related to building map extraction, regularization, polygonization, and simplification, i.e., generating building polygons from satellite images (Sec. 4.3.2, Sec. 4.3.3, and Sec. 4.3.4), please refer to ./im2bf.
./im2bh../infer_height./fuse_bf../make_lod1.For codes to reproduce the plots in the manuscript, please refer to ./make_plots.
MIT with Commons Clause (no commercial use allowed). See LICENSE.
If you find this dataset helpful in your work, please cite the following paper.
@Article{essd-17-6647-2025,
AUTHOR = {Zhu, X. X. and Chen, S. and Zhang, F. and Shi, Y. and Wang, Y.},
TITLE = {GlobalBuildingAtlas: an open global and complete dataset of building polygons, heights and LoD1 3D models},
JOURNAL = {Earth System Science Data},
VOLUME = {17},
YEAR = {2025},
NUMBER = {12},
PAGES = {6647--6668},
URL = {https://essd.copernicus.org/articles/17/6647/2025/},
DOI = {10.5194/essd-17-6647-2025}
}