Geospatial Web Services make geospatial information available as part of the World Wide Web. Much of the geographic information on the Web are documents that require significant processing to be used as geospatial products like maps and features. Geospatial Web Services exposes services of a GIS platform to the Web. To achieve this the standards that underlie the WWW - http, html, etc. - were extended with geospatial technologies. The Web Map Service - standardized by the Open Geospatial Consortium in 1999 - marked a milestone in the development and deployment of geospatial web services. WMS along with additional standards now provide access to millions of geospatial data and services on the Web. As of 2024, over 3.5 million spatial datasets were available on the internet served by over 400,000 operational services using OGC standards.
Percivall, G. (2025). GIS&T and Geospatial Web Services. The Geographic Information Science & Technology Body of Knowledge (2025 Edition), John P. Wilson (ed.). DOI: 10.22224/gistbok/2025.1.4
Geospatial Web Services makes geospatial information available through the World Wide Web. Much like the WWW provides access to a variety of types of multimedia, geospatial web services provide access to geospatial information in many different forms and formats. And as the WWW is based on open standards so to the geospatial web services discussed in this article are based on open standards. Open consensus standards are the basis of open interoperability whereby any provider of information can expose their data through a web server making that data available to anyone with a web browser or client software that understands the open standards.
The Open Geospatial Consortium has defined a suite of standards for most of the geospatial web services defined in this article. The OGC processes include a consensus standards track (Reed 2015) and a prototyping innovation track (Percivall 2015). This article describes how the OGC Web Service (OWS) standards, OGC API standards, and several non-OGC standards provide interoperability for geospatial data on the web.
Spatial data is prevalent on the web. Making it accessible for all users requires a variety of approaches based on concepts at the intersection of geospatial information science and WWW information technology.
Core concepts of geographic information in a web setting:
Core concepts of WWW information technology relevant to spatial data:
Discussions in OGC's WWW Mapping working group gave rise to Web Map Testbed-1 (WMT1), a rapid prototyping initiative in 1999, which produced a draft of the Web Map Service (WMS) specification.
In the early 2000's, specifications developed in the OGC Interoperability Program became the OGC Web Service (OWS) Standards. The OGC Interoperability Program provided a novel approach to innovation based on simultaneous implementation and specification development (Percivall 2015).
OGC Web Services are a collection of open standards that provide interoperability to geospatial data on the WWW (Reed 2011) .
According to GeoSeer, as of March 2024, over 3.5 million distinct spatial datasets are available on the internet served by over 400,000 WMS, WMTS, WFS, and WCS operational services.
OGC API Standards define modular API building blocks to spatially enable Web APIs in a consistent way (Hobona, 2023). OGC APIs use OpenAPI Specification - a formal standard for describing HTTP APIs - to define reusable API building blocks with responses in JSON and HTML (OpenAPI 2020). OGC APIs Standards build upon the legacy of the OGC Web Service Standards (WMS, WFS, WCS, WPS, etc.), but define resource-centric APIs that take advantage of modern web development practices.
The OGC API Standards development was initiated to meet the need for innovations about APIs in broader information technology. During a March 2014 meeting, the OGC Board of Directors initiated discussions that led to development of the APIs the OGC Open Geospatial APIs Technical Paper (Percivall, 2017). The paper triggered an OGC API Concept Development Study and in part led to a WFS3 Hackathon that created the first version of API-Features. The OGC Open Geospatial APIs technical paper identified four themes:
Beginning with the OGC API for Features adopted in 2020, OGC has standardized a set of APIs for geospatial resources and the use of HTTP methods, e.g., Get, Post, to operate on the geospatial resources. The OGC is currently developing a coordinated set of OGC API standards organized by resource types:
While the OGC APIs are less mature than OWS, the analysis leading to adoption of OGC APIs in future products and programs is well underway (Schleidt 2022).
The OGC Web Services and APIs make use of data interchange formats that are defined independently from the services and interfaces. In order to exchange data between nodes on a network, methods to encode the data are needed. OGC uses the following encodings for geographic data. Some of these encodings were developed from the beginning as OGC standards, e.g., GML. Some of the geographic encodings are based on more general standards, e.g. GeoTIFF. Some of the encodings were developed by other organizations, e.g. GeoJSON.
Implementation is essential to the adoption of open consensus standards. Implementations based on both open-source or proprietary code were developed in tandem both with the OGC Web Services as well as with OGC APIs. Both open-source and proprietary code were deployed in OGC Testbeds beginning in 1999 and continuing to this day. In OGC Web Services Testbed 1, proprietary code was deployed by Compusult, Cubewerx, Esri, Intergraph (now Hexagon), PCI Geomatics, Ionic, Laser-Scan, Polexis, Syncline and others. Concurrently and contributing to these early testbeds, projects by the Open Source Geospatial (OSGeo) Foundation implemented and advanced the OGC standards development.
Today over 400,000 live services from around the world serve geospatial data using OGC standards, according to GeoSeer. These live services are supported by over 750 products that implement the OGC standards, and over 300 Certified Products have passed OGC Compliance tests and obtained the OGC Trademark License (OGC, n.d.).
Analysis of OGC standards as part of the academic research and instruction are key to continuing the role of open standards in the future GIS&T technology base. A study of reviewed papers from the Web of Science (WoS) Core Collection from 1994 to 2020 identified 963 papers that cited OGC standards (Huang 2022).
The motivation for open standards generally and the OGC standards specifically is to enable technology to support the challenges faced by humanity. Operational services providing real data to solve real world problems is a measure of meeting this goal. A key milestone in Web Mapping was NASA’s “WMS Global Mosaic” which was the first map service of full-resolution, global coverage of LANDSAT demonstrated at the United Nations in December 2002 (Percivall and Plesea, 2003). The WMS Global Mosaic continues on today as NASA’s Worldview server.
Identify and describe various types of OGC Web Services
Identify and describe an OGC Application Programming Interface (API)
Describe how and why an OGC web service and an OGC API can be used together.
Identify and describe several OGC-based data encodings