[pyosmium] branch upstream updated (a98be7a -> fdbfe20)

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sat Feb 6 20:58:27 UTC 2016


This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch upstream
in repository pyosmium.

      from  a98be7a   Imported Upstream version 2.5.4
       new  fdbfe20   Imported Upstream version 2.6.0

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:
 CHANGELOG.md                  |  19 ++-
 README.md                     |   2 +-
 doc/conf.py                   |   6 +-
 doc/intro.rst                 |  75 +++++++++++-
 doc/ref_osm.rst               |  33 ++++-
 doc/ref_osmium.rst            |  28 ++++-
 examples/convert.py           |  37 ++++++
 examples/filter_coastlines.py |  56 +++++++++
 examples/normalize_boolean.py |  66 ++++++++++
 lib/generic_handler.hpp       |   4 +-
 lib/generic_writer.hpp        | 278 ++++++++++++++++++++++++++++++++++++++++++
 lib/geom.cc                   |   2 +-
 lib/index.cc                  |   2 +-
 lib/io.cc                     |   2 +-
 lib/osm.cc                    |  20 +--
 lib/osmium.cc                 |  43 ++++++-
 osmium/__init__.py            |   2 +-
 osmium/geom/__init__.py       |   1 -
 osmium/index/__init__.py      |   1 -
 osmium/io/__init__.py         |   1 -
 osmium/osm/__init__.py        |  14 +++
 osmium/osm/mutable.py         |  75 ++++++++++++
 setup.py                      |  15 ++-
 test/test_osm.py              |  23 +++-
 test/test_writer.py           | 142 +++++++++++++++++++++
 25 files changed, 900 insertions(+), 47 deletions(-)
 create mode 100644 examples/convert.py
 create mode 100644 examples/filter_coastlines.py
 create mode 100644 examples/normalize_boolean.py
 create mode 100644 lib/generic_writer.hpp
 delete mode 100644 osmium/geom/__init__.py
 delete mode 100644 osmium/index/__init__.py
 delete mode 100644 osmium/io/__init__.py
 create mode 100644 osmium/osm/mutable.py
 create mode 100644 test/test_writer.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pyosmium.git



More information about the Pkg-grass-devel mailing list