# Web Services This FAQ gives an introduction to GeoPlatform’s web services and provides links to more information. To see how these services can be used see the [GeoPlaftform Demos page](https://www.geoplatform.gov/demos). GeoPlatform provides geospatial data and metadata using the standard data and web services. For more information on the standards that GeoPlatform uses see the Baseline of [GeoPlatform Standards FAQ](baseline-of-geoplatform-standards.html). ## GeoServer [GeoServer](http://geoserver.org/) is an open-source server for sharing geospatial data. Designed for interoperability, it publishes data from any major spatial data source using open standards. GeoServer provides Web Map Service (WMS) and Web Feature Services (WFS) for GeoPlatform for [National Geospatial Data Asset (NGDA) Portfolio Datasets](https://ngda-portfolio-community-geoplatform.hub.arcgis.com/pages/portfolio). ### GeoPlatform GeoServer Links - [Layer Preview](https://geoserver.geoplatform.gov/geoserver/web/wicket/bookmarkable/org.geoserver.web.demo.MapPreviewPage) - WMS Get Capabilities `https://geoserver.geoplatform.gov/geoserver/ngda/wms?service=WMS&version=1.1.0&request=GetCapabilities` - WFS Get Capabilities `https://geoserver.geoplatform.gov/geoserver/ngda/wfs?service=wfs&version=2.0.0&request=GetCapabilities` ## Raster and Vector Tile Service and Tile Service Catalog A catalog of all GeoPlatform-generated data files for [National Geospatial Data Asset (NGDA) Portfolio Datasets](https://communities.geoplatform.gov/ngda-portfolio/ngda-portfolio/). These files are automatically converted from the original upstream data sources and can be downloaded and used directly in many common spatial applications and analysis packages. - [Tilegarden Documentation](tilegarden.html) ### GeoPlatform Tile Service Catalog Links - [GeoPlatform Tile Service Catalog](https://gp-prd-us-east-1-report-bucket.s3.amazonaws.com/tileservice-catalog-latest.html) - [JS Fiddle Demos using the Tile Service](https://jsfiddle.net/user/fgdc_gp_demos/fiddles/) - [Maputnik example using Public Land Survey System (PLSS) data](https://geoplatform.github.io/geoplatform-demos/maputnik-example.html) - [QGIS demo using a Mapbox Vector Tile Service](https://geoplatform.github.io/geoplatform-demos/qgis-mvt.html) ## TerriaMap [TerriaMap](https://github.com/TerriaJS/TerriaMap/) is a map application used to display geographic services of [GeoPlatform National Geospatial Data Asset (NGDA) Portfolio Datasets](https://ngda-portfolio-community-geoplatform.hub.arcgis.com/pages/portfolio). Utilizing terria.js, TerriaMap enables users to search, view, and explore catalogs of geographic tiles and services. URL encoded parameters can be used by GeoPlatform TerriaMap to extend and augment the behavior of the map and resources on load. Used in conjunction with the GeoPlatform API, specific datasets, types of datasets, or service types can be configured as TerriaMap loads. ### GeoPlatform Terria Map Links - [GeoPlatform Terria Map](https://terriamap.geoplatform.gov/) - [Terria Map Demo](https://geoplatform.github.io/geoplatform-demos/terriamap.html) ## pygeoapi [pygeoapi](https://pygeoapi.io/) is a Python server implementation of the OGC API suite of standards, as well as support for serving geospatial data via STAC. ### GeoPlatform pygeoapi - [GeoPlatform pygeoapi](https://geoapi.geoplatform.gov/) - [OpenAPI](https://geoapi.geoplatform.gov/openapi?f=html) ## Spatio-Temporal Asset Catalog (STAC) Browser The [SpatioTemporal Asset Catalog (STAC)](https://stacspec.org/) specification provides a common language to describe a range of geospatial information, so it can more easily be indexed and discovered. A 'spatiotemporal asset' is any file that represents information about the earth captured in a certain space and time. GeoPlatform’s STAC browser uses the [Radiant Earth STAC browser](https://github.com/radiantearth/stac-browser). ### GeoPlatform STAC Browser Links - [STAC Browser](https://stac.geoplatform.gov) - [STAC Catalog](https://stac.geoplatform.gov/catalog.json) - [GeoPlatform STAC Guidance for Metadata Creators](stac-guidance-for-metadata-creators.html) ## More information - [GeoPlatform Demos](https://www.geoplatform.gov/demos) - [FAQ - Baseline of GeoPlatform Standards](baseline-of-geoplatform-standards.html) - [FAQ - GeoPlatform Formats](geoplatform-formats.html)