[rasterio] branch master updated (156436e -> 01d3c44)
Johan Van de Wauw
johanvdw-guest at moszumanska.debian.org
Tue Feb 10 21:19:16 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 156436e Import upstream release 0.17
new 624a85d Add cligj dependency
new 498df05 Imported Upstream version 0.18
new ff34381 Merge tag 'upstream/0.18'
new cace49f Only remove generated cpp files
new 3fed161 Update changelog
new 4e7cbce Update manpage
new 01d3c44 update changelog
The 7 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:
CHANGES.txt | 13 +
build-wheels.sh | 18 -
debian/changelog | 7 +-
debian/control | 1 +
debian/rio.1 | 2 +-
debian/rules | 2 +-
docs/cli.rst | 191 +++++++--
docs/reproject.rst | 50 ++-
rasterio/__init__.py | 2 +-
rasterio/_base.pxd | 1 +
rasterio/_base.pyx | 119 +++++-
rasterio/_drivers.pyx | 4 +-
rasterio/_err.pyx | 2 +-
rasterio/_example.pyx | 2 +
rasterio/_features.pyx | 64 ++-
rasterio/_fill.pyx | 84 ++++
rasterio/_gdal.pxd | 4 +-
rasterio/_io.pyx | 48 ++-
rasterio/_warp.pyx | 109 +-----
rasterio/features.py | 23 +-
rasterio/fill.py | 47 +++
rasterio/rasterfill.cpp | 886 ++++++++++++++++++++++++++++++++++++++++++
rasterio/rio/features.py | 236 ++++++++++-
rasterio/rio/info.py | 42 +-
rasterio/rio/main.py | 3 +-
rasterio/rio/sample.py | 94 +++++
rasterio/warp.py | 3 +-
requirements-dev.txt | 2 +-
setup.py | 22 +-
tests/conftest.py | 8 +
tests/test_features_bounds.py | 65 ++++
tests/test_fillnodata.py | 45 +++
tests/test_rio_features.py | 282 +++++++++++++-
tests/test_rio_info.py | 42 ++
tests/test_rio_sample.py | 81 ++++
tests/test_sampling.py | 17 +
tests/test_tags.py | 8 +
tests/test_transform.py | 14 +-
38 files changed, 2405 insertions(+), 238 deletions(-)
delete mode 100644 build-wheels.sh
create mode 100644 rasterio/_fill.pyx
create mode 100644 rasterio/fill.py
create mode 100644 rasterio/rasterfill.cpp
create mode 100644 rasterio/rio/sample.py
create mode 100644 tests/test_features_bounds.py
create mode 100644 tests/test_fillnodata.py
create mode 100644 tests/test_rio_sample.py
create mode 100644 tests/test_sampling.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