forked from Open-MSS/MSS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NOTICE
143 lines (89 loc) · 4.93 KB
/
NOTICE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
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-2024 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:
Bauer, R., Grooß, J.-U., Ungermann, J., Bär, M., Geldenhuys, M., and Hoffmann, L.: The Mission Support
System (MSS v7.0.4) and its use in planning for the SouthTRAC aircraft campaign, Geosci.
Model Dev., 15, 8983–8997, https://doi.org/10.5194/gmd-15-8983-2022, 2022.
Rautenhaus, M., Bauer, G., and Doernbrack, A.: A web service based
tool to plan atmospheric research flights, Geosci. Model Dev., 5,
55-71, https://doi.org/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 [email protected]
License: https://gitlab.freedesktop.org/tango/tango-icon-library/-/blob/master/COPYING.PublicDomain
Further Information: https://gitlab.freedesktop.org/tango/tango-icon-library
Airports Data
-------------
To draw airports on the topview we use the services provided by ourairports
Further Information: https://ourairports.com/about.html#overview
Airports Data
-------------
To draw airspaces on the topview we use the services provided by openaip.net
Further Information: http://www.openaip.net/
Qt-json-view
------------
Author: Paul Schweizer (https://github.com/PaulSchweizer)
License: https://github.com/PaulSchweizer/qt-json-view/blob/master/LICENSE (MIT License)
Package for working with JSON files in PyQt5.
Obtained from Github (https://github.com/PaulSchweizer/qt-json-view), on 23/7/2021.
Identity Provider
-----------------
We utilize example files from the pysaml2 library to set up the configuration for our local Identity Provider (IdP).
Obtained from GitHub (https://github.com/IdentityPython/pysaml2/tree/master/example/idp2) on 13/07/2023
Copyright: 2018 Roland Hedberg
License: https://github.com/IdentityPython/pysaml2/blob/master/LICENSE (Apache License 2.0)
Further Information: https://pysaml2.readthedocs.io/en/