[rasterio] branch master updated (01d3c44 -> 802e821)

Johan Van de Wauw johanvdw-guest at moszumanska.debian.org
Tue Jun 2 20:23:23 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  01d3c44   update changelog
       new  eca81ba   Imported Upstream version 0.24.0
       new  760d5e7   Merge tag 'upstream/0.24.0'
       new  f2c7f0d   Add extra dependency to python-snuggs
       new  802e821   update changelog

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:
 .travis.yml                      |   4 +-
 AUTHORS.txt                      |  23 +-
 CHANGES.txt                      |  48 ++++
 README.rst                       |  19 ++
 benchmarks/calc.sh               |  21 ++
 benchmarks/ndarray.py            |  37 +--
 debian/changelog                 |   4 +-
 debian/control                   |   1 +
 docs/calc.rst                    | 119 +++++++++
 docs/cli.rst                     | 117 ++++++++-
 docs/img/mask_band.png           | Bin 0 -> 24324 bytes
 docs/img/mask_bands_rgb.png      | Bin 0 -> 24606 bytes
 docs/img/mask_conj.png           | Bin 0 -> 24989 bytes
 docs/img/mask_sieved.png         | Bin 0 -> 21704 bytes
 docs/masks.rst                   | 253 ++++++++++++-------
 examples/reproject.py            |  13 +-
 rasterio/__init__.py             |  12 +-
 rasterio/_base.pyx               |  79 +++++-
 rasterio/_features.pyx           |  11 +-
 rasterio/_fill.pyx               |  27 +-
 rasterio/_gdal.pxd               |  29 ++-
 rasterio/_io.pxd                 |   2 +
 rasterio/_io.pyx                 | 515 ++++++++++++++++++++++++++++++++-------
 rasterio/_warp.pyx               | 262 +++++++++++---------
 rasterio/crs.py                  |   1 +
 rasterio/features.py             |  77 ++++--
 rasterio/fill.py                 |  52 ++--
 rasterio/profiles.py             |  48 ++++
 rasterio/rio/bands.py            |  17 +-
 rasterio/rio/calc.py             | 146 +++++++++++
 rasterio/rio/cli.py              | 177 +++++++++++++-
 rasterio/rio/features.py         | 403 +++++++++++++++++++++++-------
 rasterio/rio/info.py             | 128 ++++++++--
 rasterio/rio/main.py             |  41 +++-
 rasterio/rio/merge.py            |  75 ++++--
 rasterio/rio/rio.py              |  33 +--
 rasterio/rio/sample.py           |   8 +-
 rasterio/tool.py                 |   4 +-
 rasterio/transform.py            |  15 ++
 rasterio/warp.py                 | 158 ++++++++++++
 requirements-dev.txt             |   3 +-
 requirements.txt                 |   1 +
 setup.py                         |  94 ++++---
 tests/conftest.py                |  15 +-
 tests/test_band_masks.py         | 100 ++++++++
 tests/test_coords.py             |  16 --
 tests/test_crs.py                |  54 ++++
 tests/test_features_rasterize.py |  22 +-
 tests/test_features_shapes.py    |  36 ++-
 tests/test_features_sieve.py     |  50 +++-
 tests/test_indexing.py           |  31 ++-
 tests/test_mask_creation.py      |  45 ++++
 tests/test_meta.py               |  28 +++
 tests/test_nodata.py             |   5 +-
 tests/test_profile.py            |  79 ++++++
 tests/test_read.py               |  17 +-
 tests/test_read_boundless.py     |  20 ++
 tests/test_read_resample.py      |   2 +-
 tests/test_rio_calc.py           | 180 ++++++++++++++
 tests/test_rio_cli.py            |  18 ++
 tests/test_rio_features.py       | 280 ++++++++++++++++++---
 tests/test_rio_info.py           | 107 +++++++-
 tests/test_rio_merge.py          |  88 ++++++-
 tests/test_rio_rio.py            |  10 +-
 tests/test_rio_sample.py         |  12 +-
 tests/test_sampling.py           |   4 +-
 tests/test_tool.py               |  10 +-
 tests/test_transform.py          |  69 +++++-
 tests/test_update.py             |  82 +++++--
 tests/test_warp.py               | 371 ++++++++++++++++++++++++----
 tests/test_write.py              |  18 +-
 71 files changed, 4052 insertions(+), 794 deletions(-)
 create mode 100755 benchmarks/calc.sh
 create mode 100644 docs/calc.rst
 create mode 100644 docs/img/mask_band.png
 create mode 100644 docs/img/mask_bands_rgb.png
 create mode 100644 docs/img/mask_conj.png
 create mode 100644 docs/img/mask_sieved.png
 create mode 100644 rasterio/profiles.py
 create mode 100644 rasterio/rio/calc.py
 create mode 100644 tests/test_band_masks.py
 create mode 100644 tests/test_mask_creation.py
 create mode 100644 tests/test_meta.py
 create mode 100644 tests/test_profile.py
 create mode 100644 tests/test_rio_calc.py
 create mode 100644 tests/test_rio_cli.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