This repository has been archived by the owner on Dec 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
/
readme.html
129 lines (94 loc) · 4.68 KB
/
readme.html
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
<!--
~ Copyright (C) 2012 Brockmann Consult GmbH ([email protected])
~
~ 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 BEAM 5</title>
</head>
<body>
<h1>About BEAM 5</h1>
<hr/>
<a name="into"/>
<h2>Introduction</h2>
<p>The BEAM 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.
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 BEAM bug reports and feature request to the
<a href="http://www.brockmann-consult.de/beam-jira/browse/BEAM">BEAM issue tracker</a>.</p>
<a name="directory"/>
<h2>Directory Structure</h2>
<p>This is the structure of the BEAM installation directory:</p>
<ul>
<li><code><a href="bin">bin</a></code> - BEAM/VISAT executable and BEAM command-line tools.</li>
<li><code><a href="config">config</a></code> - BEAM configuration file.</li>
<li><code><a href="lib">lib</a></code> - Common libraries used by BEAM.</li>
<li><code><a href="modules">modules</a></code> - Installed BEAM modules and plugins.</li>
<li><code><a href="licenses">licenses</a></code> - 3rd party licenses and EULAs of libraries.</li>
</ul>
<p>If BEAM is started the first time, a <code>.beam</code> directory is created in the user's
home directory. BEAM uses this directory to store user preferences, auxiliary and temporary data.</p>
<a name="tpcontent"/>
<h2>Third Party Content</h2>
<p>BEAM 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). Especially an
open-source license of the <a href="http://www.jidesoft.com/">JIDE Java and Swing Components Library</a>
has kindly been made available for the BEAM project. These are distributed under
the <a href="licenses/jide_eula.html">JIDE EULA</a> and may only be used indirectly in the context
of BEAM.</p>
<a name="development"/>
<h2>Development</h2>
<p>Java developers please refer to the <a href="http://www.brockmann-consult.de/beam-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 BEAM is the home page at
<a href="http://envisat.esa.int/services/beam/">http://envisat.esa.int/services/beam/</a>.</p>
<!--
<p>You can also contact the BEAM software engineering team directly for questions and comments:</p>
<pre>
Norman Fomferra (BEAM project manager)
GITZ / Brockmann Consult
Max-Planck-Strasse 2
D-21502 Geesthacht (Germany)
Tel: +49 (0)4152 889 303
Fax: +49 (0)4152 889 333
Mail: [email protected]
<a href="http://www.brockmann-consult.com">www.brockmann-consult.com</a>
</pre>
-->
<p>Thank you for using the BEAM Software!</p>
<hr/>
<p><i>Copyright © 2002-2012 by Brockmann Consult GmbH ([email protected]). All rights reserved.</i></p>
</body>
</html>