Sean Gillies
|
29cb0b7344
|
Working polygonize function (#20).
TODO: tests, better examples, removal of unneeded code copied
from Fiona.
|
2014-01-17 01:08:09 -07:00 |
|
Sean Gillies
|
fd8afd6cf8
|
Add nodata kwarg to rasterio.open()
In 'w' mode, all bands of new files will have this nodata value set.
Closes #17.
|
2013-12-18 20:46:17 -07:00 |
|
Sean Gillies
|
d995c5e57b
|
Document way to assert uniform block structure.
Also note changes and bump version to get ready for 0.3.
|
2013-12-15 11:37:09 -07:00 |
|
Sean Gillies
|
222200b654
|
Add read-only crs_wkt attribute.
Closes #10.
|
2013-11-26 14:17:50 -07:00 |
|
Sean Gillies
|
aa7b30176f
|
Add rasterio.five and remove six dependency.
Closes #9. Thanks, @mwtoews!
|
2013-11-26 08:51:41 -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
|
6287816c93
|
Push changes and new version number.
|
2013-11-22 16:40:40 -07:00 |
|
Sean Gillies
|
46bfbbf073
|
Register using the long description from README.rst
|
2013-11-19 15:52:48 -07:00 |
|
Sean Gillies
|
c0f4b5b989
|
Exclude MANIFEST.in from sdist manifest.
|
2013-11-19 14:23:34 -07:00 |
|
Sean Gillies
|
89280eb352
|
Bail out of setup if Numpy isn't available.
Also add requirements files.
|
2013-11-19 14:12:49 -07:00 |
|
Sean Gillies
|
e37439668b
|
Initial commit of rasterio package.
It reads byte type bands to numpy ubyte arrays.
|
2013-11-03 10:23:50 -07:00 |
|