Rev | Line | |
---|
[139] | 1 | .. _services-examples: |
---|
| 2 | |
---|
| 3 | Service Examples |
---|
| 4 | ================ |
---|
| 5 | |
---|
| 6 | GDAL ZOO Service |
---|
| 7 | ---------------- |
---|
| 8 | |
---|
| 9 | The GDAL ZOO Service is based on GDAL source code and copyright. This ZOO Service |
---|
| 10 | aims to provide some basic raster processing operations to your ZOO Kernel installation. |
---|
| 11 | Learn more and read documentation on the official `GDAL website <http://www.gdal.org/>`__. |
---|
| 12 | |
---|
| 13 | Implemented functions |
---|
| 14 | ********************* |
---|
| 15 | |
---|
| 16 | Gdal_Grid |
---|
| 17 | creates regular grid from the scattered data |
---|
| 18 | |
---|
| 19 | |
---|
| 20 | Gdal_Translate |
---|
| 21 | converts raster data between different formats |
---|
| 22 | |
---|
| 23 | |
---|
| 24 | OGR ZOO Service |
---|
| 25 | --------------- |
---|
| 26 | |
---|
| 27 | The OGR ZOO Service is based on OGR source code and copyright. This ZOO Service aims |
---|
| 28 | to provide some basic vector spatial operations to your ZOO Kernel installation. |
---|
| 29 | Learn more and read documentation on the official `OGR website <http://www.gdal.org/ogr/index.html>`__. |
---|
| 30 | |
---|
| 31 | Implemented functions |
---|
| 32 | ********************* |
---|
| 33 | |
---|
| 34 | Base_Vect_Ops |
---|
Note: See
TracBrowser
for help on using the repository browser.