Copy for LLM[View as Markdown](https://docs.planet.com/platform/integrations/ogc/examples/) # Examples of OGC Services Below are examples for the OGC Services. To run the examples, replace `` in the URLs with your own configuration instance ID and paste the url in any web browser. Your configuration must be based on the "Simple WMS template", which can be found when you create new configuration in the Dashboard in "Configuration Utility" tab. ## WMS ##### URL ``` https://services.sentinel-hub.com/ogc/wms/?REQUEST=GetMap&BBOX=3238005,5039853,3244050,5045897&LAYERS=NATURAL-COLOR&MAXCC=20&WIDTH=320&HEIGHT=320&FORMAT=image/jpeg&TIME=2018-03-29/2018-05-29 ``` ##### Parameters | Parameters | Options | | ---------- | --------------------- | | LAYERS | NATURAL-COLOR | | FORMAT | image/jpeg | | MAXCC | 20 | | WIDTH | 320 | | HEIGHT | 320 | | TIME | 2018-03-29/2018-05-29 | ##### Result ![WMS 1](/platform/integrations/ogc/wms1.webp) WMS 1 ## WCS ##### URL ``` https://services.sentinel-hub.com/ogc/wcs/?SERVICE=WCS&REQUEST=GetCoverage&COVERAGE=NATURAL-COLOR&BBOX=3238005,5039853,3244050,5045897&MAXCC=20&WIDTH=320&HEIGHT=320&FORMAT=image/jpeg&TIME=2019-03-29/2019-05-29 ``` ##### Parameters | Parameters | Options | | ---------- | --------------------- | | LAYERS | NATURAL-COLOR | | FORMAT | image/jpeg | | MAXCC | 20 | | WIDTH | 320 | | HEIGHT | 320 | | TIME | 2019-03-29/2019-05-29 | ##### Result ![WCS](/platform/integrations/ogc/wcs.webp) WCS ## WMTS ##### URL ``` https://services.sentinel-hub.com/ogc/wmts/?REQUEST=GetTile&BBOX=3238005,5039853,3244050,5045897&RESOLUTION=10&TILEMATRIXSET=PopularWebMercator512&LAYER=FALSE-COLOR&MAXCC=20&TILEMATRIX=14&TILEROW=3065&TILECOL=4758&TIME=2018-03-29/2018-05-29 ``` ##### Parameters | Parameters | Options | | ------------- | --------------------- | | LAYERS | FALSE-COLOR | | MAXCC | 20 | | RESOLUTION | 10 | | TILEMATRIXSET | PopularWebMercator512 | | TILEMATRIX | 14 | | TILEROW | 3065 | | TILECOL | 4758 | | TIME | 2018-03-29/2018-05-29 | ##### Result ![WMTS](/platform/integrations/ogc/wmts.webp) WMTS ## WFS ##### URL ``` https://services.sentinel-hub.com/ogc/wfs/?REQUEST=GetFeature&srsName=EPSG:3857&TYPENAMES=DSS2&BBOX=3238005,5039853,3244050,5045897&TIME=2019-02-11/2019-02-12 ``` ##### Parameters | Parameters | Options | | ---------- | ------------------------------- | | REQUEST | GetFeature | | srsName | EPSG:3857 | | TYPENAMES | DSS2 | | BBOX | 3238005,5039853,3244050,5045897 | | TIME | 2019-02-11/2019-02-12 | ##### Result * XML ``` 3137112.369571343,4944408.712920986 3285542.013115577,5093151.414429454 3137112.369571343,4944408.712920986 3285542.013115577,5093151.414429454 S2A_OPER_MSI_L2A_TL_SGS__20190212T133228_A019023_T35TPF_N02.11 2019-02-12 s3://sentinel-s2-l2a/tiles/35/T/PF/2019/2/12/0 EPSG:32635 600000,4490220 709800,4600020 97.48 3139096.254297407,5093151.414429454 3137112.369571343,4947176.295365512 3272770.2640233915,4944408.712920986 3273149.797764646,4946283.966865066 3273655.8785869186,4947972.618733139 3274080.280822489,4949071.057870209 3275105.522264074,4952896.767191993 3275390.8923655148,4953708.980760984 3275718.486013052,4955098.598468996 3282365.302587746,4979008.234912587 3285542.013115577,5089991.454384799 3139096.254297407,5093151.414429454 ```