Sean Gillies 23bc94a256 Enable NUM_THREADS option for reproject().
Closes #60.

Usage:

  from rasterio.warp import reproject()
  reproject(..., num_threads=2)

In practice, I'm not seeing a speed up for modestly sized
images. I think you'd have to get into some very large rasters
to see a difference.
2014-04-28 14:39:49 -06:00
..
2014-03-31 16:28:53 -06:00
2014-03-07 21:01:38 -07:00
2014-03-14 21:25:30 -06:00
2014-03-08 15:04:32 -07:00
2014-02-10 13:58:02 -07:00