Optimise
This commit is contained in:
parent
9179acd4cd
commit
2c613dc0d1
14 changed files with 376 additions and 188 deletions
|
|
@ -13,9 +13,9 @@ pub struct POICategoryGroup {
|
|||
pub struct AppState {
|
||||
pub data: PropertyData,
|
||||
pub grid: GridIndex,
|
||||
/// h3_cells[resolution][row_idx] = precomputed H3 cell ID.
|
||||
/// Empty Vec for resolutions not precomputed.
|
||||
pub h3_cells: Vec<Vec<u64>>,
|
||||
/// h3_cells[row_idx] = precomputed H3 cell ID at max resolution (12).
|
||||
/// Parent cells for lower resolutions derived via CellIndex::parent().
|
||||
pub h3_cells: Vec<u64>,
|
||||
pub poi_data: POIData,
|
||||
pub poi_grid: GridIndex,
|
||||
/// Precomputed JSON key names: "min_{feature_name}" for each numeric feature
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue