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
follow the planetiler architecture (which has the best performance today for huge inputs, right?): loop over each feature, loop over each zoom level, writes encoded per-tile intermediate output somewhere. Then the sorting + feature dropping + compression + writing happens in a later pass.
The text was updated successfully, but these errors were encountered:
Currently this iterates over tiles (in parallel), uses an rtree to find all matching features, then builds each tile.
What about:
The text was updated successfully, but these errors were encountered: