microsoft / microsoft/GlobalMLBuildingFootprints
Multiple rows found
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 2k
- Forks
- 277
- PR merge metrics
- No merged PRs in 30d
Description
Hi everybody!
i am running into an issue with a tile. specifically, when i try to run my coordinates, an error occurs that looks like this:
Multiple rows found for QuadKey: 122010203
The coordinates: (Sicily, Italy)
aoi_geom = {
"coordinates": [
[
[
12.433563373156886,
38.04256270793016
],
[
12.433563373156886,
37.77014720230194
],
[
12.828942380919273,
37.77014720230194
],
[
12.828942380919273,
38.04256270793016
],
[
12.433563373156886,
38.04256270793016
]
]
],
"type": "Polygon",
}
is there a way around this? is the problem related to the tile itself? Thanks for your time.
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
Reproduce the error with the provided Sicily AOI and QuadKey 122010203, then trace the tile lookup path that reports “Multiple rows found.” Determine whether the duplicate result comes from the tile data or query behavior, and document a verified workaround or fix once the cause is established.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100