I found 2 sources for this kind of data. One from google which publish an python script to download data from wkt polygon geometry https://colab.research.google.com/github/google-research/google-research/blob/master/building_detection/open_buildings_download_region_polygons.ipynb works fine, the problem is they do not cover Chad nor Mali which are location that interest me most One from Microsoft https://github.com/microsoft/GlobalMLBuildingFootprints/blob/main/examples/example_building_footprints.ipynb but the script they publish does not work systematically. I got it work for an area in Cameroon, but it bugs for an area covering Ndjamena (capital of Chad) (see attached python script with corresponding areas) I am a newbie in python, the traceback errors says : "ValueError: Multiple rows found for QuadKey: 122212321" do you understand why it works for Cameroon and not for Chad? Attachments: MstGB-Cameroon.py MstGB-Chad.py
|