[rasterio] branch upstream updated (22a7340 -> a423ade)

Johan Van de Wauw johanvdw-guest at moszumanska.debian.org
Tue Sep 29 18:25:19 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  22a7340   Imported Upstream version 0.26.0
       new  a423ade   Imported Upstream version 0.27.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:
 .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(-)
 create mode 100644 rasterio/tools/__init__.py
 create mode 100644 rasterio/tools/merge.py
 create mode 100644 tests/data/rgb1.tif
 create mode 100644 tests/data/rgb2.tif
 create mode 100644 tests/data/rgb3.tif
 create mode 100644 tests/data/rgb4.tif
 create mode 100644 tests/data/rgb_deflate.tif
 create mode 100644 tests/test_image_structure.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