[rasterio] branch ubuntu updated (7a87f5a -> e8d9475)
Johan Van de Wauw
johanvdw-guest at moszumanska.debian.org
Sun Aug 16 19:47:08 UTC 2015
This is an automated email from the git hooks/post-receive script.
johanvdw-guest pushed a change to branch ubuntu
in repository rasterio.
from 7a87f5a Merge branch 'master' into ubuntu
adds f460b6c Imported Upstream version 0.17
adds bb49834 Merge tag 'upstream/0.17'
adds 156436e Import upstream release 0.17
adds 624a85d Add cligj dependency
adds 498df05 Imported Upstream version 0.18
adds ff34381 Merge tag 'upstream/0.18'
adds cace49f Only remove generated cpp files
adds 3fed161 Update changelog
adds 4e7cbce Update manpage
adds 01d3c44 update changelog
adds 2224e12 trusty build
adds a58221e utopic build
new e8d9475 Merge branch 'ubuntu' of ssh+git://git.debian.org/git/pkg-grass/rasterio into ubuntu
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 | 3 +-
CHANGES.txt | 20 +
README.rst | 60 +--
debian/changelog | 13 +-
debian/control | 1 +
debian/rio.1 | 2 +-
debian/rules | 7 +-
docs/cli.rst | 203 +++++++---
docs/reproject.rst | 50 ++-
rasterio/__init__.py | 2 +-
rasterio/_base.pxd | 1 +
rasterio/_base.pyx | 124 +++++-
rasterio/_drivers.pyx | 18 +-
rasterio/_err.pyx | 2 +-
rasterio/_example.pyx | 2 +
rasterio/_features.pyx | 64 ++-
rasterio/_fill.pyx | 84 ++++
rasterio/_gdal.pxd | 4 +-
rasterio/_io.pyx | 263 +++++++++----
rasterio/_warp.pyx | 109 +-----
rasterio/features.py | 23 +-
rasterio/fill.py | 47 +++
rasterio/rasterfill.cpp | 886 ++++++++++++++++++++++++++++++++++++++++++
rasterio/rio/bands.py | 20 +-
rasterio/rio/cli.py | 41 +-
rasterio/rio/features.py | 316 ++++++++++++---
rasterio/rio/info.py | 45 ++-
rasterio/rio/main.py | 3 +-
rasterio/rio/merge.py | 127 ++++--
rasterio/rio/options.py | 21 -
rasterio/rio/rio.py | 76 ++--
rasterio/rio/sample.py | 94 +++++
rasterio/tool.py | 61 +--
rasterio/warp.py | 3 +-
requirements-dev.txt | 15 +-
requirements.txt | 6 +-
setup.py | 122 ++++--
tests/conftest.py | 8 +
tests/test_cli.py | 115 ------
tests/test_features_bounds.py | 65 ++++
tests/test_fillnodata.py | 45 +++
tests/test_indexing.py | 10 +-
tests/test_read.py | 13 -
tests/test_read_boundless.py | 51 +++
tests/test_read_resample.py | 33 ++
tests/test_rio_bands.py | 12 +-
tests/test_rio_features.py | 343 ++++++++++++++++
tests/test_rio_info.py | 60 ++-
tests/test_rio_merge.py | 247 ++++++++++++
tests/test_rio_options.py | 15 -
tests/test_rio_rio.py | 38 +-
tests/test_rio_sample.py | 81 ++++
tests/test_sampling.py | 17 +
tests/test_tags.py | 8 +
tests/test_tool.py | 44 +++
tests/test_transform.py | 14 +-
56 files changed, 3441 insertions(+), 716 deletions(-)
create mode 100644 rasterio/_fill.pyx
create mode 100644 rasterio/fill.py
create mode 100644 rasterio/rasterfill.cpp
delete mode 100644 rasterio/rio/options.py
create mode 100644 rasterio/rio/sample.py
delete mode 100644 tests/test_cli.py
create mode 100644 tests/test_features_bounds.py
create mode 100644 tests/test_fillnodata.py
create mode 100644 tests/test_read_boundless.py
create mode 100644 tests/test_read_resample.py
create mode 100644 tests/test_rio_features.py
create mode 100644 tests/test_rio_merge.py
delete mode 100644 tests/test_rio_options.py
create mode 100644 tests/test_rio_sample.py
create mode 100644 tests/test_sampling.py
create mode 100644 tests/test_tool.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