Tagged Questions
9
votes
1answer
299 views
Efficient raster sampling of billions of polygons (bounding boxes)
How can a raster be computed efficiently (in Python), given a set consisting of billions of bounding boxes (read sequentially from a file), and given that the raster values for each cell should give ...