Last change
on this file since 779 was
725,
checked in by djay, 9 years ago
|
Fix issue with rst files displayed from Trac. Fix strings to be translated. Always use the same string in all messages.
|
-
Property svn:keywords set to
Date Author
-
Property svn:mime-type set to
text/plain
|
File size:
840 bytes
|
Line | |
---|
1 | .. _api-what: |
---|
2 | |
---|
3 | What is ZOO-API ? |
---|
4 | ============== |
---|
5 | |
---|
6 | ZOO-API is a server-side JavaScript library designed to make the WPS Process creation and chaining |
---|
7 | easier. It works on the server-side using the Mozilla foundation `JavaScript <https://developer.mozilla.org/en/JavaScript>`__ |
---|
8 | engine, `SpiderMonkey <https://developer.mozilla.org/en/SpiderMonkey>`__. |
---|
9 | It uses a `Proj4js <http://proj4js.org/>`__ adaptation for server-side reprojection. It also allows to easily |
---|
10 | convert vector formats (such as `GML <http://www.opengeospatial.org/standards/gml>`__, `KML <http://www.opengeospatial.org/standards/kml>`__, |
---|
11 | `GeoJSON <http://geojson.org/geojson-spec.html>`__, etc). The API lets you orchestrate WPS |
---|
12 | services simply and offers the ability to add logic and controls in the WPS chaining. |
---|
13 | |
---|
14 | |
---|
15 | Server-side JavaScript WPS |
---|
16 | --------------------- |
---|
17 | |
---|
18 | |
---|
19 | |
---|
Note: See
TracBrowser
for help on using the repository browser.