[rasterio] branch master updated (cf24dd1 -> ff808ef)
Johan Van de Wauw
johanvdw-guest at moszumanska.debian.org
Sun Aug 16 19:47:06 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 cf24dd1 Bump copyright year/add myself for packaging copyright
new 3424e4f Imported Upstream version 0.25.0
new af7b531 Merge tag 'upstream/0.25.0'
new 90af314 Fix patches, drop patches included upstream
new e515095 update changelog
new 22a7340 Imported Upstream version 0.26.0
new 685a30a Merge tag 'upstream/0.26.0'
new ff808ef 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:
.gitignore | 76 ++++
.travis.yml | 20 +-
AUTHORS.txt | 16 +-
CHANGES.txt | 47 ++-
README.rst | 164 +++++---
debian/changelog | 8 +
...0001-Rename-rio-to-rasterio-Closes-788463.patch | 12 +-
.../0002-Fix-compatibility-with-Cython-0.22.patch | 65 ---
.../0003-Fix-compatibility-with-numpy-1.9.patch | 22 -
debian/patches/series | 2 -
docs/cli.rst | 222 ++++++++--
docs/reproject.rst | 64 ++-
examples/polygonize.py | 10 +-
rasterio/__init__.py | 8 +-
rasterio/_base.pxd | 1 +
rasterio/_base.pyx | 73 +++-
rasterio/_features.pxd | 20 +-
rasterio/_features.pyx | 10 +-
rasterio/_fill.pyx | 4 +-
rasterio/_gdal.pxd | 11 +-
rasterio/_io.pyx | 72 +++-
rasterio/_warp.pyx | 21 +-
rasterio/crs.py | 40 +-
rasterio/dtypes.py | 6 +
rasterio/enums.py | 15 +-
rasterio/errors.py | 9 +
rasterio/rio/__init__.py | 4 +-
rasterio/rio/bands.py | 31 +-
rasterio/rio/calc.py | 28 +-
rasterio/rio/cli.py | 255 ------------
rasterio/rio/convert.py | 109 +++++
rasterio/rio/features.py | 175 ++++++--
rasterio/rio/helpers.py | 79 ++++
rasterio/rio/info.py | 311 +++++++++++---
rasterio/rio/main.py | 62 +--
rasterio/rio/merge.py | 27 +-
rasterio/rio/options.py | 162 ++++++++
rasterio/rio/overview.py | 101 +++++
rasterio/rio/rio.py | 203 ---------
rasterio/rio/sample.py | 4 +-
rasterio/rio/warp.py | 208 ++++++++++
rasterio/sample.py | 10 +
rasterio/tool.py | 17 +-
rasterio/warp.py | 24 +-
requirements-dev.txt | 3 +-
setup.py | 27 +-
tests/data/RGB.byte.tif | Bin 1713704 -> 1743350 bytes
tests/test_checksum.py | 45 ++
tests/test_cli_main.py | 21 +
tests/test_colormap.py | 30 +-
tests/test_crs.py | 39 +-
tests/test_dtypes.py | 21 +-
tests/test_indexing.py | 11 +-
tests/test_meta.py | 27 +-
tests/test_options.py | 20 +
tests/test_overviews.py | 50 +++
tests/test_profile.py | 10 +
tests/test_rio_bands.py | 6 +-
tests/test_rio_cli.py | 18 -
tests/test_rio_convert.py | 120 ++++++
tests/test_rio_helpers.py | 23 ++
tests/test_rio_info.py | 459 ++++++++++++++++++++-
tests/test_rio_merge.py | 20 +
tests/test_rio_overview.py | 67 +++
tests/test_rio_rio.py | 182 --------
tests/test_rio_warp.py | 238 +++++++++++
tests/test_sampling.py | 9 +
tests/test_warp.py | 24 +-
tests/test_write.py | 20 +
69 files changed, 3160 insertions(+), 1158 deletions(-)
create mode 100644 .gitignore
delete mode 100644 debian/patches/0002-Fix-compatibility-with-Cython-0.22.patch
delete mode 100644 debian/patches/0003-Fix-compatibility-with-numpy-1.9.patch
create mode 100644 rasterio/errors.py
delete mode 100644 rasterio/rio/cli.py
create mode 100644 rasterio/rio/convert.py
create mode 100644 rasterio/rio/helpers.py
create mode 100644 rasterio/rio/options.py
create mode 100644 rasterio/rio/overview.py
delete mode 100644 rasterio/rio/rio.py
create mode 100644 rasterio/rio/warp.py
create mode 100644 rasterio/sample.py
create mode 100644 tests/test_checksum.py
create mode 100644 tests/test_cli_main.py
create mode 100644 tests/test_options.py
create mode 100644 tests/test_overviews.py
delete mode 100644 tests/test_rio_cli.py
create mode 100644 tests/test_rio_convert.py
create mode 100644 tests/test_rio_helpers.py
create mode 100644 tests/test_rio_overview.py
delete mode 100644 tests/test_rio_rio.py
create mode 100644 tests/test_rio_warp.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