microsoft / microsoft/GlobalMLBuildingFootprints
Gap in the data
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 2k
- Forks
- 277
- PR merge metrics
- No merged PRs in 30d
Description
First of all, amazing data set!
There seem to be a gap in the data or a little bug in the notebook example_building_footprints.ipynb. These arethe buildings extracted with AOI
[
[
-0.31158648247856036,
51.67080399034276
],
[
-0.31158648247856036,
51.55175362366529
],
[
-0.12320075078847026,
51.55175362366529
],
[
-0.12320075078847026,
51.67080399034276
],
[
-0.31158648247856036,
51.67080399034276
]
]
and tiles
[31313113, 31313131]
As you can see there a strip missing.
I have downloaded the geoJSON containing all the areas covered and there should be data at these coordinates.
Any advice/suggestion?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with example_building_footprints.ipynb and reproduce the reported AOI using tiles 31313113 and 31313131. Compare the extracted buildings with the coverage GeoJSON at the supplied coordinates to determine whether the strip is caused by the notebook or missing source data. Done means the cause is identified and the issue has a documented, reproducible result.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100