[rasterio] branch upstream updated (6bf9f19 -> aa9e1e4)
Johan Van de Wauw
johanvdw-guest at moszumanska.debian.org
Wed Nov 18 12:57:13 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 6bf9f19 Imported Upstream version 0.29.0
adds aa9e1e4 Imported Upstream version 0.30.0
No new revisions were added by this update.
Summary of changes:
.coveragerc | 13 +
.gitignore | 1 +
.travis.yml | 5 +-
CHANGES.txt | 15 +-
docs/windowed-rw.rst | 49 ++
rasterio/__init__.py | 87 +++-
rasterio/_base.pyx | 25 +-
rasterio/_features.pxd | 1 -
rasterio/_features.pyx | 158 ++++---
rasterio/_io.pyx | 179 +++++++-
rasterio/dtypes.py | 106 ++++-
rasterio/enums.py | 7 +
rasterio/features.py | 164 +++----
rasterio/rio/convert.py | 4 -
rasterio/rio/features.py | 25 +-
rasterio/rio/info.py | 3 -
rasterio/rio/main.py | 1 +
rasterio/rio/merge.py | 1 -
rasterio/rio/options.py | 29 +-
rasterio/rio/sample.py | 4 -
rasterio/tools/merge.py | 2 +
rasterio/transform.py | 2 +
rasterio/vfs.py | 43 ++
rasterio/warnings.py | 9 +
requirements-dev.txt | 7 +-
setup.cfg | 10 +-
setup.py | 19 +-
tests/conftest.py | 164 +++++++
tests/data/files.zip | Bin 0 -> 854723 bytes
tests/test_band_masks.py | 108 ++++-
tests/test_blocks.py | 4 +-
tests/test_colormap.py | 2 -
tests/test_dtypes.py | 53 ++-
tests/test_features.py | 728 ++++++++++++++++++++++++++++++
tests/test_features_bounds.py | 65 ---
tests/test_features_rasterize.py | 181 --------
tests/test_features_shapes.py | 144 ------
tests/test_features_sieve.py | 185 --------
tests/test_indexing.py | 125 ++++++
tests/test_mask_creation.py | 9 +
tests/test_profile.py | 31 +-
tests/test_rio_features.py | 947 +++++++++++++++++++++++----------------
tests/test_rio_options.py | 63 +++
tests/test_vfs.py | 101 +++++
tests/test_warnings.py | 8 +
45 files changed, 2644 insertions(+), 1243 deletions(-)
create mode 100644 .coveragerc
create mode 100644 rasterio/vfs.py
create mode 100644 rasterio/warnings.py
create mode 100644 tests/data/files.zip
create mode 100644 tests/test_features.py
delete mode 100644 tests/test_features_bounds.py
delete mode 100644 tests/test_features_rasterize.py
delete mode 100644 tests/test_features_shapes.py
delete mode 100644 tests/test_features_sieve.py
create mode 100644 tests/test_rio_options.py
create mode 100644 tests/test_vfs.py
create mode 100644 tests/test_warnings.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