[rasterio] branch upstream updated (bbdbaef -> f460b6c)

Johan Van de Wauw johanvdw-guest at moszumanska.debian.org
Thu Jan 15 21:54:33 UTC 2015


This is an automated email from the git hooks/post-receive script.

johanvdw-guest pushed a change to branch upstream
in repository rasterio.

      from  bbdbaef   Imported Upstream version 0.16
      adds  f460b6c   Imported Upstream version 0.17

No new revisions were added by this update.

Summary of changes:
 .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(-)
 create mode 100644 build-wheels.sh
 delete mode 100644 rasterio/rio/options.py
 delete mode 100644 tests/test_cli.py
 create mode 100644 tests/test_read_boundless.py
 create mode 100644 tests/test_read_resample.py
 create mode 100644 tests/test_rio_features.py
 create mode 100644 tests/test_rio_merge.py
 delete mode 100644 tests/test_rio_options.py
 create mode 100644 tests/test_tool.py

-- 
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