[pyresample] branch upstream updated (60db702 -> 9b0ba2e)
Antonio Valentino
a_valentino-guest at moszumanska.debian.org
Sat Jul 2 17:16:41 UTC 2016
This is an automated email from the git hooks/post-receive script.
a_valentino-guest pushed a change to branch upstream
in repository pyresample.
from 60db702 Imported Upstream version 1.1.6
new 9b0ba2e Imported Upstream version 1.2.4
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:
.gitignore | 59 +
.travis.yml | 10 +-
MANIFEST.in | 1 +
changelog.rst | 243 +
docs/areas.cfg | 282 +
docs/requirements.txt | 0
docs/source/API.rst | 5 +
docs/source/conf.py | 42 +-
docs/source/geo_def.rst | 36 +-
docs/source/plot.rst | 18 +-
docs/source/swath.rst | 96 +
pyresample/data_reduce.py | 30 +-
pyresample/ewa/__init__.py | 255 +
pyresample/ewa/_fornav.cpp | 32128 +++++++++++++++++++++++++++++++++
pyresample/ewa/_fornav.pyx | 328 +
pyresample/ewa/_fornav_templates.cpp | 440 +
pyresample/ewa/_fornav_templates.h | 62 +
pyresample/ewa/_ll2cr.c | 27246 ++++++++++++++++++++++++++++
pyresample/ewa/_ll2cr.pyx | 293 +
pyresample/geometry.py | 180 +-
pyresample/grid.py | 41 +-
pyresample/image.py | 71 +-
pyresample/kd_tree.py | 53 +-
pyresample/plot.py | 23 +-
pyresample/test/__init__.py | 19 +-
pyresample/test/test_ewa_fornav.py | 103 +
pyresample/test/test_ewa_ll2cr.py | 194 +
pyresample/test/test_geometry.py | 78 +
pyresample/test/test_kd_tree.py | 10 +-
pyresample/test/test_plot.py | 7 +-
pyresample/test/test_swath.py | 18 +-
pyresample/utils.py | 53 +-
pyresample/version.py | 2 +-
readthedocs.yml | 3 +
setup.py | 72 +-
35 files changed, 62275 insertions(+), 226 deletions(-)
create mode 100644 .gitignore
create mode 100644 docs/areas.cfg
create mode 100644 docs/requirements.txt
create mode 100644 pyresample/ewa/__init__.py
create mode 100644 pyresample/ewa/_fornav.cpp
create mode 100644 pyresample/ewa/_fornav.pyx
create mode 100644 pyresample/ewa/_fornav_templates.cpp
create mode 100644 pyresample/ewa/_fornav_templates.h
create mode 100644 pyresample/ewa/_ll2cr.c
create mode 100644 pyresample/ewa/_ll2cr.pyx
create mode 100644 pyresample/test/test_ewa_fornav.py
create mode 100644 pyresample/test/test_ewa_ll2cr.py
create mode 100644 readthedocs.yml
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pyresample.git
More information about the Pkg-grass-devel
mailing list