forked from seadas/seadas
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.html
More file actions
117 lines (81 loc) · 4.27 KB
/
readme.html
File metadata and controls
117 lines (81 loc) · 4.27 KB
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
<!--
~ Copyright (C) 2012 Brockmann Consult GmbH (info@brockmann-consult.de)
~
~ This program is free software; you can redistribute it and/or modify it
~ under the terms of the GNU General Public License as published by the Free
~ Software Foundation; either version 3 of the License, or (at your option)
~ any later version.
~ This program is distributed in the hope that it will be useful, but WITHOUT
~ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
~ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
~ more details.
~
~ You should have received a copy of the GNU General Public License along
~ with this program; if not, see http://www.gnu.org/licenses/
-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>About SeaDAS 7</title>
</head>
<body>
<h1>About SeaDAS 7</h1>
<hr/>
<a name="into"/>
<h2>Introduction</h2>
<p>The SeaDAS software is a set of executable tools and an application
programming interface (API) facilitating the use
of the data products of a number of earth observation satellites.
SeaDAS is based on the BEAM software.
BEAM has initially been developed to support the
data of the MERIS, AATSR and ASAR sensors onboard the ESA Envisat platform.
BEAM is developed under contract to
<a href="http://www.esa.int/SPECIALS/ESRIN_SITE/">ESA/ESRIN</a>.</p>
<a name="license"/>
<h2>License</h2>
<p>This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation. This program is distributed in the hope it will
be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>
for more details.</p>
<p>You have received a copy of the <a href="LICENSE.txt">GNU General Public License</a>
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.</p>
<!--<a name="reporting"/>-->
<!--<h2>Reporting</h2>-->
<!--<p>You can submit SeaDAS bug reports and feature request to the-->
<!--<a href="http://www.brockmann-consult.de/beam-jira/browse/BEAM">SeaDAS issue tracker</a>.</p>-->
<a name="directory"/>
<h2>Directory Structure</h2>
<p>This is the structure of the SeaDAS installation directory:</p>
<ul>
<li><code><a href="bin">bin</a></code> - SeaDAS executable and SeaDAS command-line tools.</li>
<li><code><a href="config">config</a></code> - SeaDAS configuration file.</li>
<li><code><a href="lib">lib</a></code> - Common libraries used by SeaDAS.</li>
<li><code><a href="modules">modules</a></code> - Installed SeaDAS modules and plugins.</li>
<li><code><a href="licenses">licenses</a></code> - 3rd party licenses and EULAs of libraries.</li>
</ul>
<p>If SeaDAS is started the first time, a <code>.seadas</code> directory is created in the user's
home directory. SeaDAS uses this directory to store user preferences, auxiliary and temporary data.</p>
<a name="tpcontent"/>
<h2>Third Party Content</h2>
<p>SeaDAS includes some items that have been sourced from third parties. The licenses for these items
are provided in the <code>licenses</code> directory (see above). </p>
<a name="development"/>
<!--<h2>Development</h2>-->
<!--<p>Java developers please refer to the <a href="http://www.brockmann-consult.de/SeaDAS-wiki/display/BEAM/">BEAM Wiki</a>-->
<!--for more information about software development with BEAM.</p>-->
<h2>More Information</h2>
<p>The most important source of information for SeaDAS is the home page at
<a href="http://seadas.gsfc.nasa.gov">http://seadas.gsfc.nasa.gov</a>.</p>
<p>Thank you for using the SeaDAS Software!</p>
<hr/>
<p><i>Copyright © 2002-2013 by Brockmann Consult GmbH (info@brockmann-consult.de).</i><br>
<i>Copyright © 2011-2013 by United States Government as represented by the
National Aeronautics and Space Administration. <br>No copyright is claimed in the United
States under Title 17, U.S.Code.<br>All rights reserved.</i></p>
</body>
</html>