Urban-Analytics-Technology-Platform / lines2pmtiles

Convert GeoJSON LineStrings to PMTiles
Apache License 2.0
1 stars 0 forks source link

Consider different architectures for greater performance #2

Open dabreegster opened 3 months ago

dabreegster commented 3 months ago

Currently this iterates over tiles (in parallel), uses an rtree to find all matching features, then builds each tile.

What about:

dabreegster commented 1 week ago

https://github.com/Open-S2/s2-pmtiles Need to look into this new Rust lib