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
Sean Gillies
3f44601183
Change paths in docs and examples.
2014-09-01 22:04:52 -06:00
Sean Gillies
e5f8ce42c8
Update example for readme.
2014-07-21 11:08:46 -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
892bf372f4
Intermediate commit, adding driver contexts ( #21 )
2014-01-21 10:56:28 -07:00
Sean Gillies
6abc2c1973
Update readme example and add image.
2013-12-15 16:50:50 -07:00
Sean Gillies
b835873318
Improved readme, requirements, example and config for 0.2.
2013-11-24 13:24:45 -07:00
Sean Gillies
f2a60fd7a6
Change band indexes to start at 1.
...
read_band(1) gets the first band (formerly index 0). New indexes attribute
returns a list of band indexes. A 3-band raster will have indexes: [1,2,3].
Fixes #2 .
2013-11-22 16:37:30 -07:00
Sean Gillies
f413e9db5e
Add dataset creation options.
2013-11-12 22:57:05 -07:00
Sean Gillies
51b177e2f6
Add example of using meta attributes.
2013-11-07 12:09:54 -07:00
Sean Gillies
5bcda751d0
Basic read and write of GeoTIFFs with plenty of tests.
...
And an example script, which also appears in the readme.
2013-11-06 22:56:44 -07:00