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/templates/wcps-servlet.html | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 petascope/templates/wcps-servlet.html (limited to 'petascope/templates/wcps-servlet.html') diff --git a/petascope/templates/wcps-servlet.html b/petascope/templates/wcps-servlet.html new file mode 100644 index 0000000..ec7cd44 --- /dev/null +++ b/petascope/templates/wcps-servlet.html @@ -0,0 +1,32 @@ + + + + Web Coverage Processing Service + + + +

PetaScope Implementation (WCPS)

+ +

There are 3 ways to invoke this service:

+ +

1. Enter a ProcessCoverage request in WCPS abstract syntax and submit it as a POST request with a parameter named query. You can use the form below.

+
+ + +
+ +

2. Upload a ProcessCoverage XML request as a multupart/form-data POST request containing a file. You can use the form below.

+
+ + +
+ +

3. Enter a ProcessCoverage XML request and submit it as a POST request with a parameter named xml. You can use the form below.

+
+ + +
+ + + + -- cgit