[rasterio] 02/13: Merge tag 'upstream/0.27.0'
Johan Van de Wauw
johanvdw-guest at moszumanska.debian.org
Tue Sep 29 18:25:15 UTC 2015
This is an automated email from the git hooks/post-receive script.
johanvdw-guest pushed a commit to branch master
in repository rasterio.
commit c88a3df0cead11a2821b333f80943e523ea7219b
Merge: 72adfdd a423ade
Author: Johan Van de Wauw <johan at vandewauw.be>
Date: Tue Sep 29 08:47:54 2015 +0200
Merge tag 'upstream/0.27.0'
Upstream version 0.27.0
.travis.yml | 29 +++++--
CHANGES.txt | 16 ++++
docs/cli.rst | 26 +++++++
rasterio/__init__.py | 2 +-
rasterio/_base.pyx | 110 +++++++++++++++++++++++---
rasterio/_io.pyx | 16 ++--
rasterio/coords.py | 12 +++
rasterio/crs.py | 2 +-
rasterio/dtypes.py | 10 +++
rasterio/enums.py | 17 ++++
rasterio/rio/convert.py | 92 +++++++++++++++++++++-
rasterio/rio/features.py | 28 ++++---
rasterio/rio/info.py | 2 +-
rasterio/rio/merge.py | 175 ++++++++----------------------------------
rasterio/tool.py | 71 +++++++++++++++++
rasterio/tools/__init__.py | 0
rasterio/tools/merge.py | 164 +++++++++++++++++++++++++++++++++++++++
rasterio/transform.py | 9 +++
requirements-dev.txt | 2 +-
setup.py | 1 +
tests/data/rgb1.tif | Bin 0 -> 481148 bytes
tests/data/rgb2.tif | Bin 0 -> 471548 bytes
tests/data/rgb3.tif | Bin 0 -> 383844 bytes
tests/data/rgb4.tif | Bin 0 -> 376188 bytes
tests/data/rgb_deflate.tif | Bin 0 -> 912290 bytes
tests/test_crs.py | 9 +++
tests/test_image_structure.py | 74 ++++++++++++++++++
tests/test_indexing.py | 24 +++++-
tests/test_read_boundless.py | 15 ++++
tests/test_read_resample.py | 17 ++--
tests/test_rio_convert.py | 65 +++++++++++++++-
tests/test_rio_features.py | 6 +-
tests/test_rio_merge.py | 92 +++++++++++++++++-----
tests/test_tool.py | 23 +++++-
34 files changed, 885 insertions(+), 224 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/rasterio.git
More information about the Pkg-grass-devel
mailing list