Changeset 536


Ignore:
Timestamp:
Nov 17, 2014, 1:08:46 PM (9 years ago)
Author:
nbozon
Message:

Various minor corrections of zcfg files

Location:
trunk/zoo-project
Files:
25 edited

Legend:

Unmodified
Added
Removed
  • trunk/zoo-project/COMMITTERS

    r432 r536  
    1717lucadelu      Luca DELUCCHI
    1818              lucadeluge at gmail.com
    19 neteler       Markus Neteler
     19nbozon        Nicolas BOZON
     20              nicolas.bozon@gmail.com
     21neteler       Markus NETELER
    2022              neteler at osgeo.org
    2123nmarco        Marco NEGRETTI
    2224              marco.negretti at polimi.it
     25knut          Knut LANDMARK
     26              Knut.Landmark@ffi.no
    2327reluc         René-Luc D'HONT
    2428              rldhont at gmail.com
  • trunk/zoo-project/zoo-services/cgal/cgi-env/Delaunay.zcfg

    r519 r536  
    11[Delaunay]
    22 Title = Delaunay Triangulation.
    3  Abstract = Computes the edges of Voronoi diagram of a set of data points.
     3 Abstract = Computes the edges of a Delaunay triangulation for a set of data points.
    44 processVersion = 2
    55 storeSupported = true
  • trunk/zoo-project/zoo-services/cgal/cgi-env/Voronoi.zcfg

    r117 r536  
    11[Voronoi]
    22 Title = Voronoi Diagram.
    3  Abstract = Computes the edges of Voronoi diagram of a set of data points.
     3 Abstract = Computes the edges of Voronoi diagram for a set of data points.
    44 Profile = urn:ogc:wps:1.0.0:voronoi
    55 processVersion = 2
  • trunk/zoo-project/zoo-services/gdal/contour/cgi-env/Gdal_Contour.zcfg

    r450 r536  
    11[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.
    33 Abstract = http://www.gdal.org/gdal_contour.html
    44 processVersion = 1
  • trunk/zoo-project/zoo-services/gdal/grid/cgi-env/Gdal_Grid.zcfg

    r80 r536  
    11[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
    44 processVersion = 1
    55 storeSupported = true
  • trunk/zoo-project/zoo-services/gdal/ndvi/cgi-env/ExtractNDVI.zcfg

    r335 r536  
    11[ExtractNDVI]
    22 Title = Normalized Difference Vegetation Index.
    3  Abstract = Create raster file containing the Normalized Difference Vegetation Index.
     3 Abstract = Computes the Normalized Difference Vegetation Index in a new raster file.
    44 Profile = urn:ogc:wps:1.0.0:buffer
    55 processVersion = 2
  • trunk/zoo-project/zoo-services/gdal/profile/cgi-env/GdalExtractProfile.zcfg

    r471 r536  
    11[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
    44 processVersion = 1
    55 storeSupported = true
     
    1212 <DataInputs>
    1313  [RasterFile]
    14    Title = The name fo the MNT file
     14   Title = The name of the MNT file
    1515   Abstract = The file containing elevation model relative to the dataPath defined in the ZOO-Project main configuration file.
    1616   minOccurs = 0
     
    4343  [Profile]
    4444   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 value
     45   Abstract = GeoJSON string containing the X Y Z values where (X,Y) is corresponding to the original coordinates and the elevation value.
    4646   <ComplexData>
    4747    <Default>
  • trunk/zoo-project/zoo-services/gdal/translate/cgi-env/Gdal_Translate.zcfg

    r369 r536  
    11[Gdal_Translate]
    22 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
    44 processVersion = 1
    55 storeSupported = true
  • trunk/zoo-project/zoo-services/ogr/base-vect-ops-py/cgi-env/BoundaryPy.zcfg

    r106 r536  
    11[BoundaryPy]
    2  Title = Compute boundary.
     2 Title = Computes boundary.
    33 Abstract = A new geometry object is created and returned containing the boundary of the geometry on which the method is invoked.
    44 processVersion = 1
  • trunk/zoo-project/zoo-services/ogr/base-vect-ops-py/cgi-env/BufferPy.zcfg

    r106 r536  
    11[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.
    44 Profile = urn:ogc:wps:1.0.0:buffer
    55 processVersion = 2
  • trunk/zoo-project/zoo-services/ogr/base-vect-ops-py/cgi-env/CentroidPy.zcfg

    r465 r536  
    11[Clean]
    2  Title = Extract the feature that have a valid geometry field.
    3  Abstract = Extract the feature that 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.
    44 processVersion = 1
    55 storeSupported = true
  • trunk/zoo-project/zoo-services/ogr/base-vect-ops-py/cgi-env/ConvexHullPy.zcfg

    r106 r536  
    11[ConvexHullPy]
    2  Title = Compute convex hull.
     2 Title = Computes convex hull.
    33 Abstract = A new geometry object is created and returned containing the convex hull of the geometry on which the method is invoked.
    44 processVersion = 1
  • trunk/zoo-project/zoo-services/ogr/base-vect-ops-py/cgi-env/DifferencePy.zcfg

    r106 r536  
    11[DifferencePy]
    2  Title = Compute difference. .
     2 Title = Computes difference.
    33 Abstract = Generates a new geometry which is the region of this geometry with the region of the other geometry removed.
    44 Profile = urn:ogc:wps:1.0.0:difference
  • trunk/zoo-project/zoo-services/ogr/base-vect-ops-py/cgi-env/IntersectionPy.zcfg

    r106 r536  
    11[IntersectionPy]
    2  Title = Compute intersection.
     2 Title = Computes intersection.
    33 Abstract = Generates a new geometry which is the region of intersection of the two geometries operated on.
    44 Profile = urn:ogc:wps:1.0.0:union
  • trunk/zoo-project/zoo-services/ogr/base-vect-ops-py/cgi-env/SymDifferencePy.zcfg

    r261 r536  
    11[SymDifferencePy]
    2  Title = Compute symmetric difference.
     2 Title = Computes symmetric difference.
    33 Abstract = Generates a new geometry which is the symmetric difference of this geometry and the other geometry.
    44 Profile = urn:ogc:wps:1.0.0:symmetricdifference
  • trunk/zoo-project/zoo-services/ogr/base-vect-ops-py/cgi-env/UnionPy.zcfg

    r106 r536  
    11[UnionPy]
    2  Title = Compute union.
     2 Title = Computes union.
    33 Abstract = Generates a new geometry which is the region of union of the two geometries operated on.
    44 Profile = urn:ogc:wps:1.0.0:union
  • trunk/zoo-project/zoo-services/ogr/base-vect-ops/cgi-env/Boundary.zcfg

    r491 r536  
    11[Boundary]
    2  Title = Compute boundary.
     2 Title = Computes boundary.
    33 Abstract = This service shall return a feature callection representing the combinatorial boundary of each geometry in the InputPolygon feature collection.
    44 processVersion = 1
  • trunk/zoo-project/zoo-services/ogr/base-vect-ops/cgi-env/Centroid.zcfg

    r491 r536  
    11[Centroid]
    2  Title = Get the centroid of a polygon.
     2 Title = Computes the centroid of a polygon.
    33 Abstract = This service shall return the point that is the geometric centre of gravity of the geometry InputPolygon.
    44 Profile = urn:ogc:wps:1.0.0:centroid
  • trunk/zoo-project/zoo-services/ogr/base-vect-ops/cgi-env/Difference.zcfg

    r491 r536  
    11[Difference]
    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.
     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.
    44 Profile = urn:ogc:wps:1.0.0:difference
    55 processVersion = 2
  • trunk/zoo-project/zoo-services/ogr/base-vect-ops/cgi-env/GetArea.zcfg

    r80 r536  
    11[GetArea]
    22 Title = Compute geometry area.
    3  Abstract = Computes the area for a geometry
     3 Abstract = Computes the area of a geometry
    44 processVersion = 2
    55 storeSupported = true
  • trunk/zoo-project/zoo-services/ogr/base-vect-ops/cgi-env/Simplify.zcfg

    r497 r536  
    11[Simplify]
    2  Title = Create a buffer around a polygon.
     2 Title = Simplifies polygons geometries.
    33 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.
    44 Profile = urn:ogc:wps:1.0.0:buffer
  • trunk/zoo-project/zoo-services/ogr/ogr2ogr/cgi-env/Ogr2Ogr.zcfg

    r261 r536  
    11[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
    44 processVersion = 1
    55 storeSupported = true
  • trunk/zoo-project/zoo-services/openoffice/cgi-env/OdtConverter.zcfg

    r106 r536  
    11[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.
    44 processVersion = 1
    55 storeSupported = true
     
    1313  [InputDoc]
    1414   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
    1616   minOccurs = 1
    1717   maxOccurs = 1
     
    2323  [OutputDoc]
    2424   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.
    2626   minOccurs = 1
    2727   maxOccurs = 1
  • trunk/zoo-project/zoo-services/openoffice/cgi-env/Xml2Pdf.zcfg

    r227 r536  
    11[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.
    44 processVersion = 1
    55 storeSupported = true
  • trunk/zoo-project/zoo-services/qrencode/cgi-env/QREncode.zcfg

    r471 r536  
    11[QREncode]
    2  Title = Encode a string into its QR Code
    3  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.
    44 processVersion = 1
    55 storeSupported = true
Note: See TracChangeset for help on using the changeset viewer.

Search

Context Navigation

ZOO Sponsors

http://www.zoo-project.org/trac/chrome/site/img/geolabs-logo.pnghttp://www.zoo-project.org/trac/chrome/site/img/neogeo-logo.png http://www.zoo-project.org/trac/chrome/site/img/apptech-logo.png http://www.zoo-project.org/trac/chrome/site/img/3liz-logo.png http://www.zoo-project.org/trac/chrome/site/img/gateway-logo.png

Become a sponsor !

Knowledge partners

http://www.zoo-project.org/trac/chrome/site/img/ocu-logo.png http://www.zoo-project.org/trac/chrome/site/img/gucas-logo.png http://www.zoo-project.org/trac/chrome/site/img/polimi-logo.png http://www.zoo-project.org/trac/chrome/site/img/fem-logo.png http://www.zoo-project.org/trac/chrome/site/img/supsi-logo.png http://www.zoo-project.org/trac/chrome/site/img/cumtb-logo.png

Become a knowledge partner

Related links

http://zoo-project.org/img/ogclogo.png http://zoo-project.org/img/osgeologo.png