From 40e12c6af9d05c3413efaf535c35c625b736cbb9 Mon Sep 17 00:00:00 2001 From: Constantin Date: Wed, 2 Jun 2010 20:09:42 +0200 Subject: preparing for joining with rasdaman open source --- petascope/README | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 petascope/README (limited to 'petascope/README') diff --git a/petascope/README b/petascope/README new file mode 100644 index 0000000..f46ed45 --- /dev/null +++ b/petascope/README @@ -0,0 +1,51 @@ +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 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 (*) +web/WEB-INF/web.xml PetaScope servlet deployment file (*) +LICENSE PetaScope license +build.xml "Ant" rule file for building PetaScope +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. + +LICENSE +======= + +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. + -- cgit