/wps-rest-binding

Primary LanguageCSSOtherNOASSERTION

OGC API - Processes

This GitHub repository contains the OGC API - Processes for processing geospatial information on the web. It focuses on a simple RESTful core specified as reusable OpenAPI components with responses in JSON and HTML.

Overview

The OGC API - Processes enables the execution of computing processes and the retrieval of metadata describing their purpose and functionality. Typically, these processes combine raster, vector, and/or coverage data with well-defined algorithms to produce new raster, vector, and/or coverage information.

GET /processes

Lists the processes this API offers.

GET /processes/{process-id}

Returns a detailed description of a process.

GET /processes/{process-id}/jobs

Returns the running and finished jobs for a process.

POST /processes/{process-id}/jobs

Executes a process, i.e. creates a new job. Inputs and outputs will have to be specified in a JSON document that needs to be send in the POST body.

GET /processes/{process-id}/jobs/{job-id}

Returns the status of a job of a process.

GET /processes/{process-id}/jobs/{job-id}/results

Returns the result of a job of a process.

Using the standard

A draft of the OGC API - Processes is available:

Demo implementations:

Contributing

The contributor understands that any contributions, if accepted by the OGC Membership, shall be incorporated into OGC API - Processes standards documents and that all copyright and intellectual property shall be vested to the OGC.

The WPS 2.0 Standards Working Group (SWG) is the group at OGC responsible for the stewardship of the standard, but is working to do as much work in public as possible.