Zero count with nonzero density

Open
#32 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
45/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
cpp
Domain
data

Research direction

Start by reproducing the reported case in tile-count using zoom 16, x 3987, and y 28823, then trace how it produces density 3 with count 0. Done means the reported tile no longer emits a nonzero density when its count is zero, with the existing behavior checked against the issue's JSON values.

Written by the indexing model from the issue text.

Description

@miles-dev alerts me to a feature in

{ "zoom": 16, "x": 3987, "y": 28823 }

that has

{ "density": 3, "count": 0 }

even though a count of 0 should always also correspond to a density of 0.

Dominant language
C++
Stars
32
Forks
9
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

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.

More from mapbox/tile-count

All issues in mapbox/tile-count

Similar issues

More C++ issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.