microsoft / microsoft/GlobalMLBuildingFootprints

Multiple rows found

Open
#76 3 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.