Skip to main content

When to create a new INSTANCE ID?

  • April 26, 2024
  • 1 reply
  • 105 views

Do we need to define in the configuration app an entry and an INSTANCE ID for each type of download/protocol?

or we can manage everything with simple WMS? when is it necessary to use other protocols?

1 reply

  • 4852 posts replied to
  • April 26, 2024

You can have one instance for all types of protocols. Instance is actually just a link to the configuration, where you have your layers define.
Then you can use this for WMS, WCS, Python (it uses WCS) or similar. These separate only in the base URL, e.g.:
https://services.sentinel-hub.com/ogc/wcs/<INSTANCE_ID>
https://services.sentinel-hub.com/ogc/wms/<INSTANCE_ID>