mapbox / raster-tester

Utilities for raster tests
https://github.com/mapbox/raster-tester
MIT License
0 stars 1 forks source link

Raster pessimist #10

Closed dnomadb closed 8 years ago

dnomadb commented 8 years ago

This aims to replace https://github.com/mapbox/pxm/blob/master/pxm-prep#L62-L73 with a randomized, windowed approach. Essentially, instead of loading the entire array, and checking the entire band at once, it:

cc @camillacaros @perrygeo

dnomadb commented 8 years ago

Current method (https://github.com/mapbox/pxm/blob/master/pxm-prep#L62-L73)

8.73s user 1.04s system 97% cpu 10.008 total

This method:

raster-tester isempty /private/tmp/rawsat.tif --randomize  0.43s user 0.10s system 96% cpu 0.547 total
perrygeo commented 8 years ago

:+1: