Available ZOO-Services¶
ZOO-Project includes some ready-to-use WPS Services based on reliable open source libraries such as such as GDAL, CGAL, GRASS GIS, OrfeoToolbox and SAGA GIS.
ZOO-Services are either developed in C/Python (with minor modifications with respect to the orginal software source code) and stored in the zoo-services
svn directory or automatically generated using some of ZOO-Kernel configuration options.
Based on GDAL¶
Name | Description | Language |
Gdal_Contour | Builds vector contour lines from a raster elevation model | C |
Gdal_Grid | Creates regular raster grid from the scattered data read from an OGR datasource | C |
Gdal_Dem | Provides tools to analyze raster elevation model | C |
Gdal_Ndvi | Computes Normalized Difference Vegetation Index on a raster file | Python |
Gdal_Profile | Fetches XYZ values of a raster DEM along a linestring | C |
Gdal_Translate | Converts raster data between different formats | C |
Gdal_Warp | Mosaic/Reproject/Warp a raster image | C |
Ogr2Ogr | Converts vector data from one format to another | C |
Base-vect-ops |