[ossim] branch upstream updated (e0f587a -> 851b6bc)

Bas Couwenberg sebastic at debian.org
Wed Feb 7 18:09:19 UTC 2018


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

sebastic pushed a change to branch upstream
in repository ossim.

      from  e0f587a   New upstream version 2.2.1
       new  851b6bc   New upstream version 2.2.2

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:
 CMakeLists.txt                                     |  10 +
 cmake/CMakeLists.txt                               |  10 +-
 cmake/scripts/ossim-cmake-config.sh                |  17 +-
 include/ossim/base/JsonInterface.h                 |  31 +
 include/ossim/base/ossimKeywordlist.h              |  27 +-
 include/ossim/imaging/ossimWriter.h                | 111 ++-
 include/ossim/init/JsonConfig.h                    | 184 +++++
 include/ossim/projection/ossimImageViewTransform.h |   8 +-
 include/ossim/projection/ossimRpcSolver.h          |   7 +-
 include/ossim/projection/ossimSensorModel.h        |   2 +-
 include/ossim/projection/ossimSensorModelTuple.h   |   2 +-
 include/ossim/reg/GroundControlPoint.h             |  83 +++
 include/ossim/reg/Image.h                          |  85 +++
 include/ossim/reg/PhotoBlock.h                     |  99 +++
 include/ossim/reg/TiePoint.h                       | 126 ++++
 include/ossim/util/ossimTool.h                     |  16 +-
 scripts/archive.sh                                 |   2 +-
 scripts/build.sh                                   |   7 +-
 scripts/env.sh                                     |   2 +-
 scripts/install.sh                                 |   2 +-
 share/ossim/templates/ossim_preferences_template   |   5 +-
 src/CMakeLists.txt                                 |   9 +-
 src/base/ossimKeywordlist.cpp                      | 425 +++++++++++-
 src/imaging/ossimImageRenderer.cpp                 |  27 +-
 src/imaging/ossimImageWriterFactory.cpp            |   5 +-
 src/imaging/ossimWriter.cpp                        | 746 +++++++++++++++------
 src/init/JsonConfig.cpp                            | 467 +++++++++++++
 src/projection/ossimImageViewTransform.cpp         |  15 +
 src/projection/ossimRpcModel.cpp                   |   3 +-
 src/projection/ossimSensorModel.cpp                |   4 +-
 src/projection/ossimSensorModelTuple.cpp           | 197 +++---
 src/reg/GroundControlPoint.cpp                     | 121 ++++
 src/reg/Image.cpp                                  | 115 ++++
 src/reg/PhotoBlock.cpp                             | 183 +++++
 src/reg/TiePoint.cpp                               | 243 +++++++
 src/support_data/ossimQuickbirdRpcHeader.cpp       |  12 +
 src/util/ossimTool.cpp                             |   5 -
 37 files changed, 3051 insertions(+), 362 deletions(-)
 create mode 100644 include/ossim/base/JsonInterface.h
 create mode 100644 include/ossim/init/JsonConfig.h
 create mode 100644 include/ossim/reg/GroundControlPoint.h
 create mode 100644 include/ossim/reg/Image.h
 create mode 100644 include/ossim/reg/PhotoBlock.h
 create mode 100644 include/ossim/reg/TiePoint.h
 create mode 100644 src/init/JsonConfig.cpp
 create mode 100644 src/reg/GroundControlPoint.cpp
 create mode 100644 src/reg/Image.cpp
 create mode 100644 src/reg/PhotoBlock.cpp
 create mode 100644 src/reg/TiePoint.cpp

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



More information about the Pkg-grass-devel mailing list