Vishful thinking…

WPS – A Web Processing Service standard

Posted in Uncategorized by viswaug on February 27, 2008

The WPS (Web Processing Service) standard has been approved by the OGC recently.

“WPS defines a standardized interface that facilitates the publishing of geospatial processes, and the discovery of and binding to those processes by clients. ―Processes‖ include any algorithm, calculation or model that operates on spatially referenced data. ―Publishing‖ means making available machine-readable binding information as well as human-readable metadata that allows service discovery and use.”

The WPS interface specifies three operations

  • GetCapabilities (inherited by the OGCWebService interface)– This operation allows a client to request and receive back service metadata (or Capabilities) documents that describe the abilities of the specific server implementation. The GetCapabilities operation provides the names and general descriptions of each of the processes offered by a WPS instance. This operation also supports negotiation of the specification version being used for client-server interactions.
  • DescribeProcess – This operation allows a client to request and receive back detailed information about the processes that can be run on the service instance, including the inputs required, their allowable formats, and the outputs that can be produced.
  • Execute – This operation allows a client to run a specified process implemented by the WPS, using provided input parameter values and returning the outputs produced.

CropperCapture[3] 

Even though, we are having a hard time working with ArcGIS Server’s GeoProcessing Service and haven’t heard too many good things about it, it would be nice to see ESRI the WPS standard in its GeoProcessing Service.

2 Responses

Subscribe to comments with RSS.

  1. Randy said, on February 27, 2008 at 10:16 pm

    Hi,

    Yes standards are nice for the user but perhaps ESRI has a different view. Standards like WPS are a great boone to open source projects but not especially sellable which makes me doubt that ESRI will be the first to implement WPS. Besides there are performance problems with the types of geoprocessing services envisioned by WPS and/or ArcGIS GeoProcessing Service.

  2. Bhimanna said, on November 10, 2009 at 2:26 pm

    Hi,
    Currently ArcGIS supports WPS?


Leave a comment