-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
75 lines (62 loc) · 2.01 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="shortcut icon" href="favicon.ico" />
<title>52°North WPS</title>
<link type="text/css" rel="stylesheet" href="css/wps.css">
</head>
<body>
<div class="github-fork-ribbon-wrapper right">
<div class="github-fork-ribbon">
<a href="https://github.com/52North/WPS">Fork me on GitHub</a>
</div>
</div>
<div id="main">
<h1>52°North WPS</h1>
<p>This is the welcome site for the 52°North Web Processing
Service 1.0.0 implementation.</p>
<h2>Usage</h2>
<h3>Requests</h3>
<ul>
<li><a target="_blank"
href="./WebProcessingService?Request=GetCapabilities&Service=WPS">GetCapabilities
request using HTTP GET</a></li>
</ul>
<h3>Clients</h3>
<ul>
<li><strong><a href="./test.html">52°North WPS
form client</a></strong> can be used to submit XML-based requests this WPS
instance manually.</li>
<li><strong><a href="./R/demo/ImageRendering.html"
title="Image Rendering with WPS4R">R Image Rendering</a></strong>
demonstrates a simple client for mobile devices using an R process
to render images.</li>
</ul>
<h2>Documentation</h2>
<ul>
<li>To learn more about the specification visit the <a
href="http://opengeospatial.org/standards/wps">OGC website</a>.
</li>
<li>To learn more about this implementation visit the <a
href="http://www.52north.org/wps">52°North Geoprocessing
Community website</a>.
</li>
<li>This is an <a href="https://github.com/52North/WPS">open
source project on GitHub</a></li>
<li>Find <a
href="https://wiki.52north.org/bin/view/Geoprocessing/52nWebProcessingService">developer
documentation</a> in the 52°North Wiki
</li>
</ul>
<h2>Administration</h2>
<p>
<a href="./webAdmin/index.jsp">52°North WPS webAdmin console</a>
</p>
</div>
<div>
<p class="infotext">52n-wps-webapp-3.3.0 based on
.a25672e2caaffd48675d5f1b191ecbe876a3b1b2 built at 2014-07-04 12:26:43</p>
</div>
</body>
</html>