Skip to content

Commit

Permalink
Add a note about 256 vs 512 sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
iandees committed Dec 10, 2021
1 parent d8b7dbe commit ab0d108
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vectordatasource/transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -3125,6 +3125,9 @@ def keep_n_features_gridded(ctx):
get grid_width*grid_height buckets or just `grid_width`
to get grid_width*grid_width buckets.
This may impact "256" and "512" sized tiles differently,
so it might be worth checking both sizes.
NOTE: This only works with point features and will
pass through non-point features untouched.
Expand Down

0 comments on commit ab0d108

Please sign in to comment.