Mission Support System (MSS)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


    :copyright: Copyright 2008-2014 Deutsches Zentrum fuer Luft- und Raumfahrt e.V.
    :copyright: Copyright 2011-2014 Marc Rautenhaus (mr)
    :copyright: Copyright 2016-2020 by the mss team, see AUTHORS.
    :license: APACHE-2.0, see LICENSE for details.


***************************************************************************

   When using this software, please acknowledge its use by citing the
   reference documentation in any publication, presentation, report,
   etc. you create:

   Rautenhaus, M., Bauer, G., and Doernbrack, A.: A web service based
   tool to plan atmospheric research flights, Geosci. Model Dev., 5,
   55-71, doi:10.5194/gmd-5-55-2012, 2012.

   Thank you.

***************************************************************************

Below is a list of software packages that are used in the MSS or from
which parts are used in the MSS (see the LICENSE file for the terms and
conditions that apply to these components):

OWSLib
-----------

Copyright (c) 2006, Ancient World Mapping Center

Package for working with OGC map, feature, and coverage services.
Obtained from SVN (http://svn.gispython.org/svn/gispy/OWSLib/trunk),
revision 1672, on 2010/08/11.

NOTE: The file "wms.py" has been modified for the MSS. Changes are marked 
with "(mss)". We renamed it to "ogcwms.py" (2017-04-28)

We also did a PEP8 review of the ogcwms.py and adopted it to the recent 0.14 version
https://pypi.python.org/pypi/OWSLib/0.14.0 


NETCDF4-PYTHON
--------------------

Copyright: 2008 by Jeffrey Whitaker

mslib/netCDF4tools.py contains substantial parts taken from the
netcdf4-python library -- Python/numpy interface to netCDF

https://code.google.com/p/netcdf4-python/

********************************************************************************


KML Examples
-------------

Below are links from where certain KML Files have been obtained, which are used 
as Test Samples in MSS (mss/docs/samples/kml/):

World_Map.kml (mss/docs/samples/kml/World_Map.kml)
++++++++++++++++++++++++++++++++++++++++++++++++++++

Link : https://data.nasa.gov/dataset/World-Map/7zbq-j77a
Download Link: https://data.nasa.gov/api/geospatial/7zbq-j77a?method=export&format=KML
(Open Data - NASA)

Other Test Samples have been taken from Google Archive KML Samples
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Link : https://github.com/googlearchive/kml-samples



style.kml  (mss/docs/samples/kml/style.kml)
++++++++++++++++++++++++++++++++++++++++++++++++++++

Link : https://github.com/googlearchive/kml-samples/blob/gh-pages/morekml/Styles/Styles.Style_Merging.kml

geometry_collection.kml  (mss/docs/samples/kml/geometry_collection.kml)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Link : https://github.com/googlearchive/kml-samples/blob/gh-pages/kml/MultiGeometry/polygon-point.kml

Multilinestrings.kml  (mss/docs/samples/kml/Multilinestrings.kml)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Link : https://github.com/googlearchive/kml-samples/blob/gh-pages/kml/MultiGeometry/multi-linestrings.kml

polygon_inner.kml  (mss/docs/samples/kml/polygon_inner.kml)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Link : https://github.com/googlearchive/kml-samples/blob/gh-pages/kml/Polygon/polyInnerBoundaries.kml



Icons
------

We use icons in mslib.mui.editor from the tango-icon-library
Author: Jakub Steiner jimmac@gmail.com

License: https://github.com/freedesktop/tango-icon-library/blob/master/COPYING.PublicDomain
Further Information: http://tango.freedesktop.org






































