Investigate difference in `rs cover` vs `tile-cover` tile list
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 2.1k
- Forks
- 385
- PR merge metrics
- No merged PRs in 30d
Description
When generating lists of tile ids covering geometries we are seeing a difference between the tile-cover and the rs cover generated tile ids. For the same geometries:
wc -l /tmp/tile-cover.tiles
116230 /tmp/tile-cover.tiles
wc -l /tmp/rs-cover.tiles
115248 /tmp/rs-cover.tiles
Our rs cover tool does not include 982 tiles the tile-cover tool gives us. We need to look into this.
Tasks:
- Figure out difference between
tile-coverandrs cover
Contributor guide
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 by reproducing the comparison between the tile-cover output and the rs cover output for the same geometries, using the reported wc -l counts. Inspect the rs cover entry point and compare its tile list with tile-cover to identify the 982 missing tiles. Done means the discrepancy is explained and, if appropriate, the two tools produce matching coverage.
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