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 ...
1
vote
1answer
192 views
Bounding box argument ignored when displaying raster using mapserver
I am trying to display a raster image with Mapserver using different bbox arguments in a mapserv cgi request. I have been trying to specify different bbox arguments to "crop" the raster display, but ...
