16 Commits

Author SHA1 Message Date
Matthew Perry
ff7108566d add failing testcase to demonstrate #679 2016-04-27 13:05:41 -04:00
Matthew Perry
8ca9f01399 treat non-invertable gdal errors as warnings 2016-04-11 13:45:32 -04:00
James McBride
68e8163faa Added an example to docs on using a shapefile to mask a raster.
This includes the very simple shapefile used to do the masking. I
suspect though that including a shapefile in the repository is
undesirable.
2016-03-28 21:25:07 -07:00
Matthew Perry
46de77f3cd test for right-edge data loss 2016-03-16 15:38:29 -04:00
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
Sean Gillies
dd15b4ae53 Merge branch 'master' into vfs
Conflicts:
	rasterio/__init__.py
2015-11-09 14:44:14 -07:00
Sean Gillies
49938067bc No blocksizes in untiled profiles
Closes #502
2015-10-22 12:30:22 -06:00
Sean Gillies
4667e40ee9 Merge branch 'master' into vfs
Conflicts:
	rasterio/rio/info.py
2015-10-20 21:56:08 -06:00
Sean Gillies
4c1e09b599 Merge pull request #485 from mapbox/perrygeo-window_full_cover
Perrygeo's window full cover
2015-09-25 09:26:18 -06:00
Sean Gillies
30547d45d1 Fix computation of output image size and extents.
The results of rio-merge are much better!

Added a test of merging 4 pieces of the RGB.byte.tif file and
getting a file with the same checksums as the original.
2015-09-24 22:53:00 -06:00
Sean Gillies
c9ebdbcdbd Add compression and interleaving properties
Plus supporting enums, and tests, and surface these in the profile
property.
2015-09-23 13:25:06 -06:00
Sean Gillies
8c68844f0a Add zip file 2015-08-30 22:22:04 -06:00
Sean Gillies
084692aa2c Addition of a --rebuild option plus resampl method tagging.
rio-pyramid renamed rio-overview.

Plus many small fixes suggested by Brendan Ward.
2015-07-14 13:21:41 -06:00
Sean Gillies
fd584bd862 CC0 for test images. 2014-11-13 11:14:16 -07:00
Sean Gillies
a86f9fe579 Final layout tweaks.
Remove test data from sdists. Check for it when running tests and
direct users to download location. No automated download... I don't
expect many users to be running the tests from an sdist.

Closes #133.
2014-09-02 09:57:44 -06:00
Sean Gillies
943fa8e099 New layout, tests moved. 2014-09-01 22:00:56 -06:00