You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each Timezone Polygon corresponds to a zone id.
Each shortcut (h3 hexagon) points to a list of polygon ids sorted after their zone ids.
Currently during each lookup it is being computed where the list of sorted zone ids change for the last time (last_zone_change_idx).
to speed up the lookups, this value can be precomputed and stored as part of the binary file compilation in scripts/file_converter.py
The text was updated successfully, but these errors were encountered:
Each Timezone Polygon corresponds to a zone id.
Each shortcut (h3 hexagon) points to a list of polygon ids sorted after their zone ids.
Currently during each lookup it is being computed where the list of sorted zone ids change for the last time (
last_zone_change_idx
).to speed up the lookups, this value can be precomputed and stored as part of the binary file compilation in
scripts/file_converter.py
The text was updated successfully, but these errors were encountered: