12 Commits

Author SHA1 Message Date
Matthew Perry
c1c882757d fix known issues in examples 2018-01-31 21:42:15 -05: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
ec4cfa8fe8 More robust out/output switching.
Port sieve example to warning free code.
2014-10-11 09:33:12 -06:00
Sean Gillies
87e9bbd2b9 output is superceded by out.
Warn if `output` is used.

Closes #179.
2014-10-11 09:26:41 -06:00
Sean Gillies
3f44601183 Change paths in docs and examples. 2014-09-01 22:04:52 -06:00
Sean Gillies
9cdc1565b6 Closes #108 2014-07-16 14:12:17 -06:00
Sean Gillies
3898c3273b Add mask option to shapes().
This lets you exclude background pixels if you're only interested
in foreground shapes and saves a significant amount of time.

Closes #26.
2014-01-27 09:08:44 -07: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
cdfa4f6e93 Fully working sieve() (#21)
Also added a dtypes item to meta dict.
2014-01-20 17:06:03 -07:00