81 buildings
Downloading Microsoft and Google Building Footprints
This notebook demonstrates how to download Microsoft and Google Building Footprints and merge them into a single vector file.
- Microsoft Global Building Footprints: https://github.com/microsoft/GlobalMLBuildingFootprints
- Google Open Buildings: https://sites.research.google/open-buildings
Uncomment the following line to install leafmap if needed.
1 | |
1 | |
Specify the country name.
1 | |
Specify the number of files to download. Set to None to download all files.
1 | |
Download the Microsoft building footprints.
1 2 3 | |
Display the Microsoft building footprints.
1 2 3 4 | |
Download the Google building footprints.
1 2 3 4 5 6 7 | |
Display the Google building footprints.
1 | |
1 2 3 4 5 | |