Skip to content

4DN Data Portal Warning #391

Answered by nvictus
wangfuzhou110 asked this question in Q&A
Discussion options

You must be logged in to vote

@wangfuzhou110 @StefanoCretti The bug was an issue during zoomification (i.e. coarsening to lower resolutions from a base resolution), where occasionally a bin would get "split" during aggregation. This would happen at the boundaries of large chunks of data, so it's rare but happens more often in very deep datasets.

In those cases, the identifier for a split pixel (bin1, bin2) ends up being reported twice with different values, but if you add the values associated with those records you would get the correct count for that pixel.

Importantly, you will only notice the issue if you use the tabular interfaces: clr.pixels() or clr.matrix(as_pixels=True, ...) because it turns out that the way …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by nvictus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #357 on February 24, 2024 10:23.