8 Commits

Author SHA1 Message Date
Sean C. Gillies
3487b0520d Fix enum name in example 2018-03-02 10:00:28 -07: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
Sean Gillies
4de49137b1 Add affine transform factories from_origin, from_bounds
To simplify and clarify the reprojection example.
2015-03-03 16:57:32 -07:00
Sean Gillies
8762f8d05e Better support for existing applications.
A deprecation warning is raised from the transform property and
an affine property is added to provide the new feature.

For method and function arguments, we sniff out GDAL geotransforms
and try to do the right thing with them, also raising deprecation
warnings in these cases.
2014-05-29 22:29:41 -06:00
Sean Gillies
ac3a760ea7 Finish reprojection doc. 2014-03-08 14:49:31 -07:00
Sean Gillies
161bf807c7 Add reprojection example and doc. 2014-03-08 14:32:05 -07:00