summaryrefslogtreecommitdiffstats
path: root/manuals_and_examples/manuals/body.html
blob: aff76388171107cb04d99fe1d7a0a833a9388b3d (plain)
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
<!DOCTYPE HTML PUBliC "-//IETF//DTD HTML//EN">
<html>
  <head>
    <title>rasdaman, the intelligent multidimensional raster server</title>
  </head>

<body bgcolor=white style="font-family:Helvetica,Arial">

<p>
This is the documentation of <i>rasdaman community</i>, a free, open-source middleware extending standard relational database systems with the ability to efficiently query and manipulate multi-dimensional arrays of unlimited size.
Such arrays are also called "raster data", "gridded data", etc. depending on the application domain.
</p>
<table width="70%" align=center>
<tr>
  <td>
    <li>If you want to set up rasdaman then you should consult the <a href=pdf/inst-guide.pdf target=_top>Installation and Administration Guide</A>;
      best read in conjunction with the <a href=pdf/external-guide-POSTGRESQL.pdf target=_top>PostgreSQL External Products Guide</A>.
    <p>
    <li>Retrieval and manipulation of raster data is documented in the <a href=pdf/ql-guide.pdf target=_top>Query Language Guide</A> (PDF).
      The visual query frontend, <i>rview</i>, is described in the <a href=pdf/rview-guide.pdf target=_top>rview guide</A> (PDF).
    <P>
    <li>For client API programming there is a <a href=pdf/dev-guide-c++.pdf>C++ Development Guide</A> (PDF) and <a href=pdf/dev-guide-java.pdf>Java Development Guide</A> (PDF) together with <a href=doc-api/html/index.html>documentation</A> (HTML).
    <P>
    <li>For those who wish to study the sources there is an HTML documentation of the <a href=doc-all/html/index.html>complete system</a>, <a href=doc-api/html/index.html>API</A>, and the <a href="doc-basedbms/html/index.html">PostgreSQL base DBMS interface</a>
    <p>
    <li>Finally, there is a <a href=pdf/error-messages.pdf target=_top>list of error messages</A>.
  </td>
</tr>
</table>

<br>
<hr size="1">
<br>

<p>
<i>Rasdaman community</i> 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.
<i>Rasdaman community</i> 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 rasdaman. If not, see <a href="http://www.gnu.org/licenses/" target="licence">http://www.gnu.org/licenses/</a>.
</p>
<p>
Copyright &copy; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Peter Baumann / <a href="http://www.rasdaman.com">rasdaman GmbH</a> Germany.
</p>
<p>
For more information see <a href="http://www.rasdaman.org" target="_new">http://www.rasdaman.org</a>
or contact Peter Baumann via <em>baumann &auml;tt rasdaman dot com</em>.
</p>

</body>
</html>