summaryrefslogtreecommitdiffstats
path: root/petascope/README
diff options
context:
space:
mode:
authorDimitar Misev <dimitar@debian.(none)>2011-02-05 22:44:35 +0100
committerwww-data <www-data@ubuntu.localdomain>2011-02-16 10:01:49 +0100
commit3d356cc9ef7b1055242256c00a2e6b93b5462880 (patch)
tree977d6292418f8bce19632e10e13ac39da617c226 /petascope/README
parent054f18a0e07c429609aae393f6bde67f21f9b82c (diff)
downloadrasdaman-upstream-master.tar.gz
rasdaman-upstream-master.tar.xz
rasdaman-upstream-master.zip
WCS 2.0 implementation in PetascopeHEADmaster
Diffstat (limited to 'petascope/README')
-rw-r--r--petascope/README57
1 files changed, 28 insertions, 29 deletions
diff --git a/petascope/README b/petascope/README
index f46ed45..095a090 100644
--- a/petascope/README
+++ b/petascope/README
@@ -1,42 +1,42 @@
-This file is part of PetaScope, a free implementation of the Open GeoSpatial Consortium (OGC, www.opengeospatial.org) Web Coverage Service (WCS) standards suite. As such, it implements the following interface standards:
-- Web Coverage Service (WCS) 1.1.2
-- WCS Processing Extension 1.0.0, which grounds on Web Coverage Processing Service (WCPS) 1.0.0
-- WCS Transaction Extension (WCS-T) 1.4.0
-
-In addition, you can find a demo implementation of the Web Coverage Service (WCS) 2.0, which is currently under development.
+PetaScope
+---------
-PetaScope is implemented as a Java servlet. As such, it relies on the following freely available components which are not part of the PetaScope distribution:
-- rasdaman (www.rasdaman.org) as raster server
-- Tomcat (tomcat.apache.org) as servlet container
-- PostgreSQL (www.postgresql.org) as relational database system
+This file is part of PetaScope, a free implementation of the Open GeoSpatial Consortium (OGC,
+www.opengeospatial.org) Web Coverage Service (WCS) standards suite. As such, it implements the
+following interface standards:
+ - Web Coverage Service (WCS) 2.0
+ - Web Coverage Service (WCS) 1.1.2
+ - Web Coverage Processing Service (WCPS) 1.0.0
+ - WCS Transaction Extension (WCS-T) 1.4.0
-DISTRIBUTION
-============
+PetaScope is implemented as a Java servlet. As such, it relies on the following
+freely available components which are not part of the PetaScope distribution:
+ - rasdaman (www.rasdaman.org) as raster server
+ - Tomcat (tomcat.apache.org) as servlet container
+ - PostgreSQL (www.postgresql.org) as relational database system
+
+
+Distribution
+------------
A PetaScope distribution consists of the following directories and files:
-doc/ Source code documentation,
- generated by javadoc
-examples/ Sample XML requests
-lib/ External libraries required (+)
-misc/ Additional scripts and files, e.g., for
- initializing the metadata database
-src/ PetaScope Java source code
-test/ test source code and test files
-nbproject/ Project build files and properties.
-xml/ WC*S schema files used by PetaScope
- (copies from schemas.opengis.net)
-settings.properties Servlet initialization parameters,
- such as database connections (*)
+db/ Scripts to initialize and maintain the PetaScope database
+db/settings.properties Servlet initialization parameters, such as database connections (*)
+lib/ External libraries required
+makefiles/
+nbproject/ NetBeans project build files and properties.
+src/ Main source code
+test/ Test source code and test files
+xml/ WC*S schema files used by PetaScope (copies from schemas.opengis.net)
web/WEB-INF/web.xml PetaScope servlet deployment file (*)
LICENSE PetaScope license
build.xml "Ant" rule file for building PetaScope
+Makefile Standard Makefile for building PetaScope, see 'make help' for more details
+INSTALL Installation guidelines
README This file
Notes:
-(+) provided for convenience; it is recommended
- to sustitute these by the resp. files of your
- installation.
(*) requires manual configuration
See INSTALL for installation guidelines.
@@ -48,4 +48,3 @@ PetaScope is licensed by Jacobs University Bremen
(www.jacobs-university.de) and Peter Baumann
(www.peter-baumann.org) under the GNU General Public
License (GPL), see www.gnu.org or the LICENSE file.
-