Missing 53/104/8 tile
Open
Nobody has claimed this yet.
bug
- Dominant language
- JavaScript
- Stars
- 71
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
The current timezone.json lookup table is missing 53/104/8 tile because turf.intersect between America/Chicago zone and 53/104/8 tile fails with the following error:
```
unable to assign hole to a shell [ (-105.22637, 30.79939) ]
```
cc @tcql, @morganherlocker
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 with the timezone.json lookup table and reproduce the missing 53/104/8 tile case involving turf.intersect between the America/Chicago zone and the tile. Investigate the reported "unable to assign hole to a shell" failure; done means the tile is represented in timezone.json and the lookup generation handles this case.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100