|
Last change
on this file since 557 was
349,
checked in by neteler, 15 years ago
|
|
fix double LF
|
-
Property svn:keywords set to
HeadURL Date Author Id Rev
-
Property svn:mime-type set to
text/plain
|
|
File size:
1.3 KB
|
| Line | |
|---|
| 1 | .. _services-examples: |
|---|
| 2 | |
|---|
| 3 | Service Examples |
|---|
| 4 | ================ |
|---|
| 5 | |
|---|
| 6 | :Authors: Nicolas Bozon, Gérald Fenoy, Jeff McKenna |
|---|
| 7 | :Last Updated: $Date: 2011-12-07 13:44:57 +0000 (Wed, 07 Dec 2011) $ |
|---|
| 8 | |
|---|
| 9 | ZOO Services are quite easy to create once you have installed the ZOO Kernel and have |
|---|
| 10 | chosen code (in the language of your choice) to turn into a ZOO service. Here are some |
|---|
| 11 | HelloWorlds with links to their corresponding ``.zcfg`` files. |
|---|
| 12 | |
|---|
| 13 | .. contents:: Table of Contents |
|---|
| 14 | :depth: 3 |
|---|
| 15 | :backlinks: top |
|---|
| 16 | |
|---|
| 17 | GDAL ZOO Service |
|---|
| 18 | ---------------- |
|---|
| 19 | |
|---|
| 20 | The GDAL ZOO Service is based on GDAL source code and copyright. This ZOO Service |
|---|
| 21 | aims to provide some basic raster processing operations to your ZOO Kernel installation. |
|---|
| 22 | Learn more and read documentation on the official `GDAL website <http://www.gdal.org/>`__. |
|---|
| 23 | |
|---|
| 24 | Implemented functions |
|---|
| 25 | ********************* |
|---|
| 26 | |
|---|
| 27 | Gdal_Grid |
|---|
| 28 | creates regular grid from the scattered data |
|---|
| 29 | |
|---|
| 30 | |
|---|
| 31 | Gdal_Translate |
|---|
| 32 | converts raster data between different formats |
|---|
| 33 | |
|---|
| 34 | |
|---|
| 35 | OGR ZOO Service |
|---|
| 36 | --------------- |
|---|
| 37 | |
|---|
| 38 | The OGR ZOO Service is based on OGR source code and copyright. This ZOO Service aims |
|---|
| 39 | to provide some basic vector spatial operations to your ZOO Kernel installation. |
|---|
| 40 | Learn more and read documentation on the official `OGR website <http://www.gdal.org/ogr/index.html>`__. |
|---|
| 41 | |
|---|
| 42 | Implemented functions |
|---|
| 43 | ********************* |
|---|
| 44 | |
|---|
| 45 | Base_Vect_Ops |
|---|
Note: See
TracBrowser
for help on using the repository browser.