.. _services-available: 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 `__. :ref:`services_index` 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 :ref:`kernel_index` configuration options. Based on GDAL ------------------------ .. note:: |gdal| `GDAL `__ is the Geospatial Data Abstraction Library. Learn more on official `website `__. .. |gdal| image:: ../_static/gdal.png :height: 110px :width: 100px :scale: 45% :alt: GDAL logo .. csv-table:: 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 `__,Provides tools for single and multiple geometries vector-based spatial analysis ,C `Base-vect-ops `__,Provides tools for single and multiple geometries vector-based spatial analysis ,Python Based on CGAL ------------------------ .. note:: |cgal| `CGAL `__ is the Computational Geometry Algorithms Library. Learn more on official `website `__. .. |cgal| image:: ../_static/cgal.png :height: 110px :width: 112px :scale: 45% :alt: CGAL logo .. csv-table:: Name,Description,Language `Cgal_Delaunay `__,Computes the edges of Delaunay triangulation for a set of data points,C `Ggal_Voronoi `__,Computes the edges of Voronoi diagram for a set of data points,C Based on GRASS GIS --------------------------- .. note:: |grass| `GRASS GIS `__ is the Geographic Resources Analysis Support System. Learn more on official `website `__. .. |grass| image:: ../_static/grassgis.png :height: 111px :width: 100px :scale: 45% :alt: GRASS GIS logo .. csv-table:: Name,Description,Language `Raster modules (r.*) `__,Most of the GRASS7 vector modules are supported,C `Vector modules (v.*) `__,Most of the GRASS7 vector modules are supported,C `Imagery modules (i.*) `__,Most of the GRASS7 iamgery modules are supported,C `GRASS GIS 7 `__ modules can be used as :ref:`services_index` without any modification using the `wps-grass-bridge `__ library. The latter includes useful tools such as `GrassXMLtoZCFG.py `__ and `ZOOGrassModuleStarter.py `__ for using the supported GRASS modules directly as ZOO-Services. A step-by-step installation guide suited for ZOO-Project is available in the `wps-grass-bridge `__ documentation. Based on Orfeo Toolbox ----------------------- .. note:: |otb| `Orfeo Toolbox `__ is an open source image processing library. Learn more on official `website `__. .. |otb| image:: ../_static/orfeotoolbox.png :height: 115px :width: 150px :scale: 40% :alt: Orfeo Toolbox logo `Orfeo Toolbox `__ `Applications `__ can be used as :ref:`services_index` without any modification using the :ref:`kernel-orfeotoolbox`. Based on SAGA GIS --------------------------- .. note:: |saga| `SAGA GIS `__ is the System for Automated Geoscientific Analyses. Learn more on official `website `__. .. |saga| image:: ../_static/sagagis.png :height: 100px :width: 100px :scale: 45% :alt: SAGA GIS logo