Even Rouault 80433405c0 Fix crash in meta() method with zero-band rasters
Some GDAL datasets like HDF5 have just a list of subdatasets, but no
raster band themselves. DatasetReader.meta currently segfaults on such
datasets.
2016-03-05 19:07:21 +01:00
..
2015-08-30 22:22:04 -06:00
2014-09-01 22:00:56 -06:00
2014-09-01 22:00:56 -06:00
2014-11-13 11:14:16 -07:00
2015-10-22 12:30:22 -06:00

Testing
=======

Rasterio's tests require several raster data files. Grab them from

https://github.com/mapbox/rasterio/tree/master/tests/data

and copy them to this directory.

The RGB.byte.tif file is derived from USGS Landsat 7 ETM imagery. The shade.tif
file is derived from USGS SRTM 90 data. The float.tif and float_nan.tif files
are original works of the Rasterio authors. All test images are licensed under
the CC0 1.0 Universal (CC0 1.0) Public Domain Dedication:
http://creativecommons.org/publicdomain/zero/1.0/.