{"id":48814533,"url":"https://github.com/opengeospatial/ogcapi-processes","last_synced_at":"2026-04-14T10:33:38.806Z","repository":{"id":37905090,"uuid":"86356998","full_name":"opengeospatial/ogcapi-processes","owner":"opengeospatial","description":null,"archived":false,"fork":false,"pushed_at":"2026-04-13T13:28:06.000Z","size":19437,"stargazers_count":56,"open_issues_count":84,"forks_count":45,"subscribers_count":23,"default_branch":"master","last_synced_at":"2026-04-13T15:10:49.113Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://ogcapi.ogc.org/processes","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/opengeospatial.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-03-27T16:12:42.000Z","updated_at":"2026-04-13T13:28:12.000Z","dependencies_parsed_at":"2023-02-18T06:15:47.040Z","dependency_job_id":"cfd705f5-ba6b-4e72-b0fd-243206c96036","html_url":"https://github.com/opengeospatial/ogcapi-processes","commit_stats":{"total_commits":954,"total_committers":40,"mean_commits":23.85,"dds":0.610062893081761,"last_synced_commit":"8edc5148a603e9277c5de20ab39068c157694b4d"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/opengeospatial/ogcapi-processes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opengeospatial%2Fogcapi-processes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opengeospatial%2Fogcapi-processes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opengeospatial%2Fogcapi-processes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opengeospatial%2Fogcapi-processes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opengeospatial","download_url":"https://codeload.github.com/opengeospatial/ogcapi-processes/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opengeospatial%2Fogcapi-processes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31793217,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","response_time":153,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-14T10:33:38.123Z","updated_at":"2026-04-14T10:33:38.798Z","avatar_url":"https://github.com/opengeospatial.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OGC API - Processes\n\nThis GitHub repository contains the OGC API - Processes for processing geospatial information on the web. It focuses on a simple RESTful core specified\nas reusable [OpenAPI](http://openapis.org) components with responses in JSON and HTML.\n\nThe latest published version of _OGC API - Processes - Part 1: Core_ is found here in [HTML](https://docs.ogc.org/is/18-062r2/18-062r2.html) or [PDF](https://docs.ogc.org/is/18-062r2/18-062r2.pdf).\n\nThe latest Editor's Draft version of _OGC API - Processes - Part 1: Core_ (v2.0) is found here in [HTML](https://docs.ogc.org/DRAFTS/18-062r3.html) or [PDF](https://docs.ogc.org/DRAFTS/18-062r3.pdf).\n\nThe latest Draft of _OGC API - Processes - Part 2: Deploy, Replace, Undeploy_ is found here in [HTML](http://docs.ogc.org/DRAFTS/20-044.html) or [PDF](http://docs.ogc.org/DRAFTS/20-044.pdf).\n\nThe latest Draft of _OGC API - Processes - Part 3: Workflows and Chaining_ is found here in [HTML](https://docs.ogc.org/DRAFTS/21-009.html) or [PDF](https://docs.ogc.org/DRAFTS/21-009.pdf).\n\nThe latest Draft of _OGC API - Processes - Part 4: Job Management_ is found here in [HTML](https://docs.ogc.org/DRAFTS/24-051.html) or [PDF](https://docs.ogc.org/DRAFTS/24-051.pdf).\n\n[OGC API standards](https://ogcapi.ogc.org) define modular API building blocks to spatially enable Web APIs\nin a consistent way. [OpenAPI](http://openapis.org) is used to define the reusable\nAPI building blocks.\n\n## Overview\n\nThe _OGC API - Processes_ enables the execution of computing processes and the retrieval of metadata describing their purpose and functionality.\nTypically, these processes combine raster, vector, and/or coverage data with well-defined algorithms to produce new raster, vector, and/or coverage information.\n\n### Part 1: Core\n\n| Method | Endpoint                           | Description                                                                |\n|--------|------------------------------------|----------------------------------------------------------------------------|\n| GET    | `/processes`                       | Lists the processes this API offers.                                       |\n| GET    | `/processes/{processID}`           | Returns a detailed description of a process.                               |\n| POST   | `/processes/{processID}/execution` | Executes a process, synchrously or asynchrously (i.e.: creates a new job). |\n| GET    | `/jobs`                            | Returns the running and finished jobs for a process.                       |\n| GET    | `/jobs/{jobID}`                    | Returns the status of a job of a process.                                  |\n| DELETE | `/jobs/{jobID}`                    | Cancel a job execution.                                                    |\n| GET    | `/jobs/{jobID}/results`            | Returns the result of a job of a process.                                  |\n\n### Part 2: Deploy, Replace, Undeploy\n\n| Method | Endpoint                 | Description                          |\n|--------|--------------------------|--------------------------------------|\n| POST   | `/processes`             | Deploy a new process.                |\n| PUT    | `/processes/{processID}` | Replace an existing process.         |\n| DELETE | `/processes/{processID}` | Undeploy a process.                  |\n\n### Part 3: Workflows and Chaining\n\nNo additional endpoints. Execution reuses the same endpoints as in Part 1 with nested processes and additional parameters.\n\n### Part 4: Job Management\n\n| Method | Endpoint                | Description                                       |\n|--------|-------------------------|---------------------------------------------------|\n| POST   | `/jobs`                 | Create a new job (potentially pending execution). |\n| PATCH  | `/jobs/{jobID}`         | Update an existing job (if pending execution).    |\n| POST   | `/jobs/{jobID}/results` | Trigger execution of an existing job.             |\n| GET    | `/jobs/{jobID}/prov`    | Returns provenance details of a completed job.    |\n\n## Using the standard\n\n\nThe standard is on the OGC website:\n\n* OGC API - Processes - Part 1: Core\n  * [Version 1.0.0 (latest approved version)](https://docs.ogc.org/is/18-062r2/18-062r2.html)\n\nThose who want to just see the endpoints and responses can explore [examples of\ndeveloper-friendly OpenAPI definitions](https://ogcapi.ogc.org/processes).\n\nThe reference version of the OpenAPI components and XML schemas are published\nin the [OGC schema repository](http://schemas.opengis.net/ogcapi/processes).\n\nSeveral implementations of the draft standard exist:\n\n[Implementations of the draft specification / demo services](./implementations.adoc)\n\n## Contributing\n\nThe 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.\n\nThe OGC API - Processes 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.\n\n* [Open issues](https://github.com/opengeospatial/ogcapi-processes/issues)\n* [Copy of License Language](https://raw.githubusercontent.com/opengeospatial/ogcapi-processes/master/LICENSE)\n\nPull Requests from contributors are welcomed. However, please note that by sending a Pull Request or Commit to this GitHub repository, you are agreeing to the terms in the Observer Agreement https://portal.ogc.org/files/?artifact_id=92169\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopengeospatial%2Fogcapi-processes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopengeospatial%2Fogcapi-processes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopengeospatial%2Fogcapi-processes/lists"}