[rasterio] 02/03: Merge tag 'upstream/0.17'

Johan Van de Wauw johanvdw-guest at moszumanska.debian.org
Thu Jan 15 21:54:20 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 bb498340e7f633da489405896055d2b2437d0e72
Merge: d6b7b37 f460b6c
Author: Johan Van de Wauw <johan.vandewauw at gmail.com>
Date:   Thu Jan 15 22:34:48 2015 +0100

    Merge tag 'upstream/0.17'
    
    Upstream version 0.17

 .travis.yml                  |   3 +-
 CHANGES.txt                  |   7 ++
 README.rst                   |  60 ++++++-----
 build-wheels.sh              |  18 ++++
 docs/cli.rst                 |  12 +--
 rasterio/__init__.py         |   2 +-
 rasterio/_base.pyx           |   5 +-
 rasterio/_drivers.pyx        |  14 ++-
 rasterio/_io.pyx             | 221 +++++++++++++++++++++++++++-----------
 rasterio/rio/bands.py        |  20 ++--
 rasterio/rio/cli.py          |  41 +++----
 rasterio/rio/features.py     |  82 ++++++--------
 rasterio/rio/info.py         |   3 +-
 rasterio/rio/merge.py        | 127 +++++++++++++++++-----
 rasterio/rio/options.py      |  21 ----
 rasterio/rio/rio.py          |  76 +++++--------
 rasterio/tool.py             |  61 ++++++-----
 requirements-dev.txt         |  13 ++-
 requirements.txt             |   6 +-
 setup.py                     | 106 +++++++++++++------
 tests/test_cli.py            | 115 --------------------
 tests/test_indexing.py       |  10 +-
 tests/test_read.py           |  13 ---
 tests/test_read_boundless.py |  51 +++++++++
 tests/test_read_resample.py  |  33 ++++++
 tests/test_rio_bands.py      |  12 +--
 tests/test_rio_features.py   |  99 +++++++++++++++++
 tests/test_rio_info.py       |  18 +++-
 tests/test_rio_merge.py      | 247 +++++++++++++++++++++++++++++++++++++++++++
 tests/test_rio_options.py    |  15 ---
 tests/test_rio_rio.py        |  38 ++++---
 tests/test_tool.py           |  44 ++++++++
 32 files changed, 1073 insertions(+), 520 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