In #1305 we created the code to generate pmtiles.
It has already been optimized so it can run with 8GB for one of the biggest feed (mdb-1078).
We can further optimize it by using numpy for arrays of coordinates.
This should allow us to not create an index for shapes.txt while still using a similar amount or memory.
And it should make it faster.
In #1305 we created the code to generate pmtiles.
It has already been optimized so it can run with 8GB for one of the biggest feed (mdb-1078).
We can further optimize it by using numpy for arrays of coordinates.
This should allow us to not create an index for shapes.txt while still using a similar amount or memory.
And it should make it faster.