Skip to main content

Module density

Module density 

Source
Expand description

Tile density analysis

Buckets features into (zoom, x, y, time-bucket) tiles — the same cut a real stt-build run makes with --temporal-bucket — to predict tile counts, per-tile feature loads, and archive size, and to flag issues.

Structs§

DensityAnalysis
Density analysis results
DensityIssue
A potential density issue
ZoomDensity
Tile statistics for one zoom level, with features split into (x, y, time-bucket) tiles by the recommended temporal bucket.

Enums§

IssueSeverity
Issue severity level

Functions§

analyze
Analyze tile density across the recommended zoom range.