annotate doc/overview.tex @ 900:6df869086544

Moved content to trunk doc/trunk@1022 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Hans Plum <hans.plum@intevation.de>
date Wed, 28 Apr 2010 14:17:46 +0000
parents
children
rev   line source
900
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
1 \section{Overview of the GNV-System}
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
2
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
3 The GNV systems consists of the mainly 4 components, serving the
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
4 following tasks:
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
5
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
6 % FIXME: Add architecture of the system in english
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
7
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
8 \begin{enumerate}
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
9 \item Artefact-Server
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
10 The Artefact-Server is a middleware component, managing the core tasks:
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
11 \begin{itemize}
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
12 \item Access to the database backend
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
13 \item Providing a RESTful-Interface with a XML-based protocol to serve
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
14 \item the expert information systems (FIS) with their products
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
15 \item (diagrams like timeseries, verticalprofile, map layers) to make
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
16 \item them accessable for the GNV-WebClient
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
17 \item Processing of data for interpolation, classification and vectorisation
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
18 \item Configuration capabilities for FIS and products
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
19 \item Caching database result sets
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
20 \item Managing the WMS-Server for creating maps dynamically
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
21 \end{itemize}
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
22
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
23 \item Database Backend
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
24 Database schemata like ESRI ArcMarineBSH, ArcS57 and CONTIS can be
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
25 served out of a ESRI ArcSDE 9.3.1 database.
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
26
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
27 \item WMS-Server
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
28 The WMS-Server provides maps via the standardized interface of the OGC
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
29 Web Map Service. The configuration is managed through the
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
30 artefact-server depending on the parameterization done be the user in
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
31 the GNV-WebClient
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
32
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
33 \item GNV-WebClient
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
34 The GNV-WebClient is a thin webbased client providing a HTML-based user
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
35 interface for the user to parameterize the FIS and products via the
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
36 XML-based protocol provided by the artefact-server through its
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
37 RESTful-interface. Within the client the user can manage these tasks:
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
38 \begin{itemize}
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
39 \item Select FIS, producs and their parameterisation
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
40 \item Visualize different diagrams like timeseries, vertical- and
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
41 horizontalprofiles, vertical and horizontal cross-sections and map
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
42 layers
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
43 \item Calculate and visualize (histograms) statistics
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
44 \item Export diagrams for printing in PNG, SVG, vectorized PDFs
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
45 \item Export data as in raw formats like CSV, Ocean Data View (ODV) and
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
46 ESRI Shapefiles
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
47 \end{itemize}
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
48
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
49 The GNV-WebClient can be integrated with different MapViewers. The
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
50 GNV-WebClients supports a XML-based interface to the MapViewers
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
51 describung geometrical data and information about
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
52 used layers in order to adapt the selection of FIS and areas of interest
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
53 for the parameterization.
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
54 \end{enumerate}
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
55
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
56 The systems has been designed as a distributed system. This manual
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
57 descibes the installation of a centralized system on one server for the
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
58 middleware and an existing database server.
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
59
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
60 \section{Deliverables}
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
61 \begin{enumerate}
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
62 \item \verb+ artefact-server-$VERSION.tar.bz2+ -- Artefact-Server of the
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
63 GNV-System as package for installation
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
64 \item \verb+ gnv-$VERSION.war+ -- Web Application Archive for
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
65 deploying in Apache Tomcat
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
66 \item \verb| cgi-mapserver-gp_5.6.3-1~gp+1_i386| -- UMN MapServer
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
67 5.6.3 (in Debian Lenny, UMN MapServer 5.0.3)
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
68 \item \verb+ installation-admin-manual.pdf+ -- this document
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
69 \item \verb+ configuration-manual.pdf+ -- Explaining the configuration
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
70 possibilities for the GNV-System in order to adapt FIS and products
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
71 (diagrams and maps) according to the database schema
6df869086544 Moved content to trunk
Hans Plum <hans.plum@intevation.de>
parents:
diff changeset
72 \end{enumerate}

http://dive4elements.wald.intevation.org