[rasterio] branch upstream updated (498df05 -> eca81ba)
Johan Van de Wauw
johanvdw-guest at moszumanska.debian.org
Tue Jun 2 20:23:54 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 498df05 Imported Upstream version 0.18
adds eca81ba Imported Upstream version 0.24.0
No new revisions were added by this update.
Summary of changes:
.travis.yml | 4 +-
AUTHORS.txt | 23 +-
CHANGES.txt | 48 ++++
README.rst | 19 ++
benchmarks/calc.sh | 21 ++
benchmarks/ndarray.py | 37 +--
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 +-
69 files changed, 4048 insertions(+), 793 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