11 Commits

Author SHA1 Message Date
Kevin Wurster
235e0b33de Update docs with affine vs. transform switch 2016-06-05 15:23:39 -04:00
Erik Seglem
44c3d9badf Replace drivers with Env in docs and examples (#760)
Replace rasterio.drivers with rasterio.Env.
2016-06-02 19:01:18 -07:00
Matthew Perry
e53b0d910a import numpy as np in docs and examples (#740)
import numpy as np in docs and examples and remove unneeded imports
2016-06-02 06:46:52 -07:00
Kevin Wurster
d60d40c3ca Remove references to write_band() but not the actual method. 2016-04-12 20:45:56 -04:00
Jeffrey Gerard
26d9f9e91e s/read_band/read/ throughout docs
... because read_band is deprecated.

Small progress toward #516
2016-01-06 13:39:17 -08:00
Sean Gillies
86af7368e4 Update concurrency doc and example. 2014-07-02 17:23:40 -06:00
Sean Gillies
ecac3dbe1d Test and document use of default bidx in block_windows(). 2014-06-25 11:57:32 -06:00
Sean Gillies
547602a8d0 More comments in the new async-rasterio.py example. 2014-06-19 13:09:27 -06:00
Sean Gillies
7063d32b37 Add concurrent processing doc.
Also release GIL when warping, but this has no speedup in practice.
2014-06-17 16:51:52 -06:00
Sean Gillies
2aaeec48ce Add more comments to the example. 2014-06-17 10:36:19 -06:00
Sean Gillies
a1f8b9ad5f Release GIL around GDALRasterIO.
Also add Python 3.4 example of using thread pool executor from
concurrent.futures.
2014-06-16 17:57:50 -06:00