10 Commits

Author SHA1 Message Date
Kevin Wurster
e5d3085ccd Update docs to use 'rasterio.shutil.copy()'. 2017-10-14 01:42:23 -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
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
3f44601183 Change paths in docs and examples. 2014-09-01 22:04:52 -06:00
Sean Gillies
92c4cea27a Driver management (#22) and sieving (#21).
Big ugly commit, forgive me.
2014-01-21 14:19:42 -07:00
Sean Gillies
d0173ea4d4 Order RGB properly and show writes within loop. 2013-12-16 09:12:10 -07:00
Sean Gillies
788826e9b3 Tests of copying and implementation of creation options.
Closes #5.
2013-11-24 09:13:20 -07:00
Sean Gillies
8703afc0ac Add a _copy module with RasterCopier class.
First swing at exposing CreateCopy. Works, but creation options not
fully implemented.
2013-11-23 21:59:38 -07:00
Sean Gillies
634ac58c46 Restrict 'w' mode to GTiffs.
Closes #4.
2013-11-23 15:10:50 -07:00