Optimise
This commit is contained in:
parent
9179acd4cd
commit
2c613dc0d1
14 changed files with 376 additions and 188 deletions
|
|
@ -72,8 +72,7 @@ async fn main() -> anyhow::Result<()> {
|
|||
let grid = grid_index::GridIndex::build(&property_data.lat, &property_data.lon, consts::GRID_CELL_SIZE);
|
||||
|
||||
info!(
|
||||
"Precomputing H3 cells for resolutions {}-{}",
|
||||
consts::H3_PRECOMPUTE_MIN,
|
||||
"Precomputing H3 cells at resolution {}",
|
||||
consts::H3_PRECOMPUTE_MAX
|
||||
);
|
||||
let h3_cells = data::precompute_h3(&property_data.lat, &property_data.lon)?;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue