summaryrefslogtreecommitdiffstats
path: root/petascope/README
diff options
context:
space:
mode:
authorConstantin <jucovschi@gmail.com>2010-06-02 20:09:42 +0200
committerConstantin <jucovschi@gmail.com>2010-06-02 20:09:42 +0200
commit40e12c6af9d05c3413efaf535c35c625b736cbb9 (patch)
tree6a9f6b86b55724e659ca270171496d82362de9cc /petascope/README
parentfcda34adb1c78d0929778e1324c873552d21ee1d (diff)
downloadrasdaman-upstream-40e12c6af9d05c3413efaf535c35c625b736cbb9.tar.gz
rasdaman-upstream-40e12c6af9d05c3413efaf535c35c625b736cbb9.tar.xz
rasdaman-upstream-40e12c6af9d05c3413efaf535c35c625b736cbb9.zip
preparing for joining with rasdaman open source
Diffstat (limited to 'petascope/README')
-rw-r--r--petascope/README51
1 files changed, 51 insertions, 0 deletions
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.
+