[rasterio] branch master updated (452320a -> 0d9db52)

Johan Van de Wauw johanvdw-guest at moszumanska.debian.org
Fri Sep 25 10:08:19 UTC 2015


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

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

      from  452320a   Specify that rasterio requires cligj >0.2
       new  c7657ea   Revert "Revert "Merge tag 'upstream/0.26.0'""
       new  014b4e7   Add B/D to python-click-plugins
       new  d187a21   update changelog
       new  0d9db52   Set section for rasterio

The 4 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:
 .gitignore               |  76 +++++++++++++++++++++++++++
 .travis.yml              |  20 +++++--
 AUTHORS.txt              |   3 +-
 CHANGES.txt              |  18 +++++++
 README.rst               |  45 +++++++++++++++-
 debian/changelog         |   9 ++++
 debian/control           |   2 +
 docs/cli.rst             | 133 ++++++++++++++++++++++++++++++++---------------
 docs/reproject.rst       |  64 +++++++++++++++++++++--
 examples/polygonize.py   |  10 ++--
 rasterio/__init__.py     |   2 +-
 rasterio/_base.pyx       |  35 ++++++++++++-
 rasterio/_features.pyx   |  10 ++--
 rasterio/_fill.pyx       |   4 +-
 rasterio/_gdal.pxd       |   2 +-
 rasterio/_io.pyx         |   8 +--
 rasterio/_warp.pyx       |   8 +--
 rasterio/dtypes.py       |   6 +++
 rasterio/enums.py        |   2 +-
 rasterio/rio/bands.py    |  15 +-----
 rasterio/rio/convert.py  |   6 ++-
 rasterio/rio/info.py     |   6 +++
 rasterio/rio/main.py     |   8 +--
 rasterio/rio/options.py  |   8 ++-
 rasterio/rio/overview.py |   6 +--
 requirements-dev.txt     |   3 +-
 setup.py                 |   3 +-
 tests/test_checksum.py   |  45 ++++++++++++++++
 tests/test_colormap.py   |  14 +++--
 tests/test_dtypes.py     |  21 +++++---
 tests/test_overviews.py  |  10 ++++
 tests/test_rio_bands.py  |   6 +--
 tests/test_rio_info.py   |  16 ++++++
 33 files changed, 507 insertions(+), 117 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 tests/test_checksum.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