Changeset 536
- Timestamp:
- Nov 17, 2014, 1:08:46 PM (10 years ago)
- Location:
- trunk/zoo-project
- Files:
-
- 25 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/zoo-project/COMMITTERS ¶ ¶
r432 r536 17 17 lucadelu Luca DELUCCHI 18 18 lucadeluge at gmail.com 19 neteler Markus Neteler 19 nbozon Nicolas BOZON 20 nicolas.bozon@gmail.com 21 neteler Markus NETELER 20 22 neteler at osgeo.org 21 23 nmarco Marco NEGRETTI 22 24 marco.negretti at polimi.it 25 knut Knut LANDMARK 26 Knut.Landmark@ffi.no 23 27 reluc René-Luc D'HONT 24 28 rldhont at gmail.com -
TabularUnified trunk/zoo-project/zoo-services/cgal/cgi-env/Delaunay.zcfg ¶ ¶
r519 r536 1 1 [Delaunay] 2 2 Title = Delaunay Triangulation. 3 Abstract = Computes the edges of Voronoi diagram ofa set of data points.3 Abstract = Computes the edges of a Delaunay triangulation for a set of data points. 4 4 processVersion = 2 5 5 storeSupported = true -
TabularUnified trunk/zoo-project/zoo-services/cgal/cgi-env/Voronoi.zcfg ¶ ¶
r117 r536 1 1 [Voronoi] 2 2 Title = Voronoi Diagram. 3 Abstract = Computes the edges of Voronoi diagram ofa set of data points.3 Abstract = Computes the edges of Voronoi diagram for a set of data points. 4 4 Profile = urn:ogc:wps:1.0.0:voronoi 5 5 processVersion = 2 -
TabularUnified trunk/zoo-project/zoo-services/gdal/contour/cgi-env/Gdal_Contour.zcfg ¶ ¶
r450 r536 1 1 [Gdal_Contour] 2 Title = Tool to builds vector contour lines from a raster elevation model.2 Title = Builds vector contour lines from a raster elevation model. 3 3 Abstract = http://www.gdal.org/gdal_contour.html 4 4 processVersion = 1 -
TabularUnified trunk/zoo-project/zoo-services/gdal/grid/cgi-env/Gdal_Grid.zcfg ¶ ¶
r80 r536 1 1 [Gdal_Grid] 2 Title = Convert raster data from one format to another.3 Abstract = Converts raster data between different formats.2 Title = Computes a regular grid (raster) from scattered data read from a vector data source. 3 Abstract = http://www.gdal.org/gdal_grid.html 4 4 processVersion = 1 5 5 storeSupported = true -
TabularUnified trunk/zoo-project/zoo-services/gdal/ndvi/cgi-env/ExtractNDVI.zcfg ¶ ¶
r335 r536 1 1 [ExtractNDVI] 2 2 Title = Normalized Difference Vegetation Index. 3 Abstract = C reate raster file containing the Normalized Difference Vegetation Index.3 Abstract = Computes the Normalized Difference Vegetation Index in a new raster file. 4 4 Profile = urn:ogc:wps:1.0.0:buffer 5 5 processVersion = 2 -
TabularUnified trunk/zoo-project/zoo-services/gdal/profile/cgi-env/GdalExtractProfile.zcfg ¶ ¶
r471 r536 1 1 [GdalExtractProfile] 2 Title = Convert raster data from one format to another.3 Abstract = Converts raster data between different formats.2 Title = Extract elevation values along a line. 3 Abstract = Fetch the x,y,z values of a DEM raster file along a linestring 4 4 processVersion = 1 5 5 storeSupported = true … … 12 12 <DataInputs> 13 13 [RasterFile] 14 Title = The name fothe MNT file14 Title = The name of the MNT file 15 15 Abstract = The file containing elevation model relative to the dataPath defined in the ZOO-Project main configuration file. 16 16 minOccurs = 0 … … 43 43 [Profile] 44 44 Title = The resulting profile 45 Abstract = GeoJSON string containing the X Y Z values where (X,Y) is corresponding to the original coordinates and Z the elevation value45 Abstract = GeoJSON string containing the X Y Z values where (X,Y) is corresponding to the original coordinates and the elevation value. 46 46 <ComplexData> 47 47 <Default> -
TabularUnified trunk/zoo-project/zoo-services/gdal/translate/cgi-env/Gdal_Translate.zcfg ¶ ¶
r369 r536 1 1 [Gdal_Translate] 2 2 Title = Convert raster data from one format to another. 3 Abstract = Converts raster data between different formats.3 Abstract = http://www.gdal.org/gdal_translate.html 4 4 processVersion = 1 5 5 storeSupported = true -
TabularUnified trunk/zoo-project/zoo-services/ogr/base-vect-ops-py/cgi-env/BoundaryPy.zcfg ¶ ¶
r106 r536 1 1 [BoundaryPy] 2 Title = Compute boundary.2 Title = Computes boundary. 3 3 Abstract = A new geometry object is created and returned containing the boundary of the geometry on which the method is invoked. 4 4 processVersion = 1 -
TabularUnified trunk/zoo-project/zoo-services/ogr/base-vect-ops-py/cgi-env/BufferPy.zcfg ¶ ¶
r106 r536 1 1 [BufferPy] 2 Title = Create a buffer around a polygon.3 Abstract = Create a buffer around a single polygon. Accepts the polygon as GML and provides GML output for the buffered feature.2 Title = Creates a buffer around a polygon. 3 Abstract = Creates a buffer around a single polygon. Accepts the polygon as GML and provides GML output for the buffered feature. 4 4 Profile = urn:ogc:wps:1.0.0:buffer 5 5 processVersion = 2 -
TabularUnified trunk/zoo-project/zoo-services/ogr/base-vect-ops-py/cgi-env/CentroidPy.zcfg ¶ ¶
r465 r536 1 1 [Clean] 2 Title = Extract the feature that have a valid geometry field.3 Abstract = Extract the featurethat have a valid geometry field.2 Title = Computes the centroid of a polygon 3 Abstract = Computes the centroid of a polygon that have a valid geometry field. 4 4 processVersion = 1 5 5 storeSupported = true -
TabularUnified trunk/zoo-project/zoo-services/ogr/base-vect-ops-py/cgi-env/ConvexHullPy.zcfg ¶ ¶
r106 r536 1 1 [ConvexHullPy] 2 Title = Compute convex hull.2 Title = Computes convex hull. 3 3 Abstract = A new geometry object is created and returned containing the convex hull of the geometry on which the method is invoked. 4 4 processVersion = 1 -
TabularUnified trunk/zoo-project/zoo-services/ogr/base-vect-ops-py/cgi-env/DifferencePy.zcfg ¶ ¶
r106 r536 1 1 [DifferencePy] 2 Title = Compute difference..2 Title = Computes difference. 3 3 Abstract = Generates a new geometry which is the region of this geometry with the region of the other geometry removed. 4 4 Profile = urn:ogc:wps:1.0.0:difference -
TabularUnified trunk/zoo-project/zoo-services/ogr/base-vect-ops-py/cgi-env/IntersectionPy.zcfg ¶ ¶
r106 r536 1 1 [IntersectionPy] 2 Title = Compute intersection.2 Title = Computes intersection. 3 3 Abstract = Generates a new geometry which is the region of intersection of the two geometries operated on. 4 4 Profile = urn:ogc:wps:1.0.0:union -
TabularUnified trunk/zoo-project/zoo-services/ogr/base-vect-ops-py/cgi-env/SymDifferencePy.zcfg ¶ ¶
r261 r536 1 1 [SymDifferencePy] 2 Title = Compute symmetric difference.2 Title = Computes symmetric difference. 3 3 Abstract = Generates a new geometry which is the symmetric difference of this geometry and the other geometry. 4 4 Profile = urn:ogc:wps:1.0.0:symmetricdifference -
TabularUnified trunk/zoo-project/zoo-services/ogr/base-vect-ops-py/cgi-env/UnionPy.zcfg ¶ ¶
r106 r536 1 1 [UnionPy] 2 Title = Compute union.2 Title = Computes union. 3 3 Abstract = Generates a new geometry which is the region of union of the two geometries operated on. 4 4 Profile = urn:ogc:wps:1.0.0:union -
TabularUnified trunk/zoo-project/zoo-services/ogr/base-vect-ops/cgi-env/Boundary.zcfg ¶ ¶
r491 r536 1 1 [Boundary] 2 Title = Compute boundary.2 Title = Computes boundary. 3 3 Abstract = This service shall return a feature callection representing the combinatorial boundary of each geometry in the InputPolygon feature collection. 4 4 processVersion = 1 -
TabularUnified trunk/zoo-project/zoo-services/ogr/base-vect-ops/cgi-env/Centroid.zcfg ¶ ¶
r491 r536 1 1 [Centroid] 2 Title = Getthe centroid of a polygon.2 Title = Computes the centroid of a polygon. 3 3 Abstract = This service shall return the point that is the geometric centre of gravity of the geometry InputPolygon. 4 4 Profile = urn:ogc:wps:1.0.0:centroid -
TabularUnified trunk/zoo-project/zoo-services/ogr/base-vect-ops/cgi-env/Difference.zcfg ¶ ¶
r491 r536 1 1 [Difference] 2 Title = Compute difference. .3 Abstract = This function SHALLreturn a bag of geometry values representing the closure of the set difference between the two geometries InputEntity1 and InputEntity2. The difference is the set of all points which lie on InputEntity1 but not on InputEntity2.2 Title = Compute difference. 3 Abstract = This function shall return a bag of geometry values representing the closure of the set difference between the two geometries InputEntity1 and InputEntity2. The difference is the set of all points which lie on InputEntity1 but not on InputEntity2. 4 4 Profile = urn:ogc:wps:1.0.0:difference 5 5 processVersion = 2 -
TabularUnified trunk/zoo-project/zoo-services/ogr/base-vect-ops/cgi-env/GetArea.zcfg ¶ ¶
r80 r536 1 1 [GetArea] 2 2 Title = Compute geometry area. 3 Abstract = Computes the area fora geometry3 Abstract = Computes the area of a geometry 4 4 processVersion = 2 5 5 storeSupported = true -
TabularUnified trunk/zoo-project/zoo-services/ogr/base-vect-ops/cgi-env/Simplify.zcfg ¶ ¶
r497 r536 1 1 [Simplify] 2 Title = Create a buffer around a polygon.2 Title = Simplifies polygons geometries. 3 3 Abstract = This service shall return a feature collection representing all simplified geometries with all their vertices within the distance of the original geometry defined by the given tolerance. 4 4 Profile = urn:ogc:wps:1.0.0:buffer -
TabularUnified trunk/zoo-project/zoo-services/ogr/ogr2ogr/cgi-env/Ogr2Ogr.zcfg ¶ ¶
r261 r536 1 1 [Ogr2Ogr] 2 Title = Convert vector data from one format to another.3 Abstract = Converts vector data between different formats.2 Title = Converts vector data from one format to another. 3 Abstract = http://www.gdal.org/ogr2ogr.html 4 4 processVersion = 1 5 5 storeSupported = true -
TabularUnified trunk/zoo-project/zoo-services/openoffice/cgi-env/OdtConverter.zcfg ¶ ¶
r106 r536 1 1 [OdtConverter] 2 Title = Convert raster data from one format to another.3 Abstract = Converts raster data between different formats.2 Title = Converts Open Documents. 3 Abstract = Converts open documents. 4 4 processVersion = 1 5 5 storeSupported = true … … 13 13 [InputDoc] 14 14 Title = The input data source name 15 Abstract = The input data source name to use as source for convertion.15 Abstract = The input data source name 16 16 minOccurs = 1 17 17 maxOccurs = 1 … … 23 23 [OutputDoc] 24 24 Title = The output data source name 25 Abstract = The output data source name to use as source for convertion.25 Abstract = The output data source name to use as source. 26 26 minOccurs = 1 27 27 maxOccurs = 1 -
TabularUnified trunk/zoo-project/zoo-services/openoffice/cgi-env/Xml2Pdf.zcfg ¶ ¶
r227 r536 1 1 [Xml2Pdf] 2 Title = Convert raster data from one format to another.3 Abstract = Converts raster data between different formats.2 Title = Convert XML and Open Document to PDF format. 3 Abstract = Converts XML to PDF format. 4 4 processVersion = 1 5 5 storeSupported = true -
TabularUnified trunk/zoo-project/zoo-services/qrencode/cgi-env/QREncode.zcfg ¶ ¶
r471 r536 1 1 [QREncode] 2 Title = Encode a string into itsQR Code3 Abstract = Multiply two values and stor the result in Result.2 Title = Encode a string into a QR Code 3 Abstract = Multiply two values and store the result in Result. 4 4 processVersion = 1 5 5 storeSupported = true
Note: See TracChangeset
for help on using the changeset viewer.