[rasterio] branch upstream updated (5901f23 -> e86356d)

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Thu Mar 24 23:45:55 UTC 2016


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

sebastic pushed a change to branch upstream
in repository rasterio.

      from  5901f23   Imported Upstream version 0.31.0
       new  e86356d   Imported Upstream version 0.32.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 AUTHORS.txt                      |  37 ++--
 CHANGES.txt                      |  37 +++-
 README.rst                       |   2 +-
 docs/cli.rst                     |   4 +-
 docs/colormaps.rst               |   2 +-
 docs/concurrency.rst             |   2 -
 docs/datasets.rst                |   8 +-
 docs/features.rst                |   6 +-
 docs/georeferencing.rst          |   4 +-
 docs/masks.rst                   |   8 +-
 docs/tags.rst                    |   2 +-
 docs/windowed-rw.rst             |  12 +-
 examples/concurrent-cpu-bound.py |   2 -
 examples/decimate.py             |   2 +-
 examples/rasterio_polygonize.py  |   2 +-
 examples/sieve.py                |   2 +-
 rasterio/__init__.py             |   4 +-
 rasterio/_base.pyx               |  19 +-
 rasterio/_err.pyx                |   3 +-
 rasterio/_gdal.pxd               |   5 +
 rasterio/_io.pxd                 |   1 +
 rasterio/_io.pyx                 |  40 ++--
 rasterio/_warp.pyx               | 386 +++++++++++++++++++++++----------------
 rasterio/crs.py                  |   2 +-
 rasterio/enums.py                |   1 +
 rasterio/errors.py               |  13 +-
 rasterio/features.py             |   4 +-
 rasterio/rio/bands.py            |   7 +-
 rasterio/rio/calc.py             |   7 +-
 rasterio/rio/features.py         | 135 ++++++--------
 rasterio/rio/helpers.py          |  26 ++-
 rasterio/rio/info.py             |  55 +-----
 rasterio/rio/merge.py            |  18 +-
 rasterio/rio/options.py          |  63 ++++++-
 rasterio/rio/warp.py             | 174 ++++++++++++------
 rasterio/tool.py                 |  54 +++++-
 rasterio/tools/mask.py           |  92 ++++++++++
 rasterio/transform.py            |   1 +
 rasterio/warp.py                 | 115 +++++++-----
 tests/conftest.py                |  36 ++++
 tests/data/no_band.h5            | Bin 0 -> 9836 bytes
 tests/data/world.byte.tif        | Bin 0 -> 54885 bytes
 tests/test_crs.py                |  20 +-
 tests/test_read.py               |   7 +
 tests/test_rio_features.py       |   4 +-
 tests/test_rio_helpers.py        |  31 +++-
 tests/test_rio_info.py           |  42 +----
 tests/test_rio_merge.py          |   6 +-
 tests/test_rio_options.py        |  33 +++-
 tests/test_rio_warp.py           |  93 +++++++++-
 tests/test_tool.py               |  45 ++++-
 tests/test_tools_mask.py         |  51 ++++++
 tests/test_transform.py          |  21 +++
 tests/test_warp.py               |  78 ++++++--
 tests/test_warp_transform.py     |  63 +++++++
 55 files changed, 1304 insertions(+), 583 deletions(-)
 create mode 100644 rasterio/tools/mask.py
 create mode 100644 tests/data/no_band.h5
 create mode 100644 tests/data/world.byte.tif
 create mode 100644 tests/test_tools_mask.py
 create mode 100644 tests/test_warp_transform.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