#rstats #python #gis folks I could do with some advice. I'm working with the fast {cppRouting} library on generating millions of leastcost paths from graph objects. The paths are output as data frames in the form of `data.frame(from = ..., to = ...)`. With large graphs the resulting data.frames can be many millions of rows long. The next stage is to convert to line geometries and then 'burn' to raster showing number of times each cell is traversed. 1/2