- What is CREODIAS?
- Computing & Cloud
- Data & Processing
- Pricing Plans
- Fight with COVID-19
- Examples of usage
- Processing Sentinel-5P data using HARP and Python
- EO Data Access (R)evolution
- Land cover classification using remote sensing and AI/ML technology
- AI-based satellite image enhancer and mosaicking tools
- Monitoring air pollution using Sentinel-5P data
- Species classification of forests
- Enabling AI / ML workflows with CREODIAS vGPUs
- Satellite remote sensing analyses of the forest
- Satellite-based Urban Heat Island Mapping on CREODIAS
- Old but gold - historical EO data immediately available and widely used on CREODIAS
- CREODIAS for emergency fire management
- AgroTech project as an example of how CREODIAS can be used for food and environmental research
- Monitoring Air Quality of Germany in Pre vs During COVID Lockdown Period
- EO4UA
- Common Agricultural Policy monitoring with Earth Observation
- Applications of CREODIAS data
- Meteorological data usage on the CREODIAS platform
- Building added value under Horizon Europe with CREODIAS
- CREODIAS: Introduction to SAR Sentinel-1 data
- Land subsidence and landslides monitoring based on satellite data
- Satellite imagery in support of the Common Agriculture Policy (CAP) and crop statistics
- Useful tools for data processing, available on CREODIAS platform
- CREODIAS for hydrological drought modelling
- CREODIAS for managing Urban Heat Islands
- CREODIAS for Digitising Green Spaces
- CREODIAS for Air Quality
- Advanced data processors on CREODIAS
- CREODIAS for your application
- Solutions for agriculture with CREODIAS
- Earth Observation data for Emergency response
- Security Applications with Satellite Data
- Climate Monitoring with Satellite Data
- Water Analysis on CREODIAS
- CREODIAS for land and agriculture monitoring
- Solutions for atmospheric analysis
- Example of tool usage
- Processing EO Data and Serving www services
- Processing and Storing EO
- Embedding OGC WMS Services into Your website
- GPU Use Case
- Using the EO Browser
- EO Data Finder API Manual
- Use of SNAP and QGIS on a CREODIAS Virtual Machine
- Use of WMS Configurator
- DNS as a Service - user documentation
- Use of Sinergise Sentinel Hub on the CREODIAS EO Data Hub
- Load Balancer as a Service
- Jupyter Hub
- Use of CREODIAS Finder for ordering data
- ESRI ArcGIS on CREODIAS
- Use of CEMS data through CREODIAS
- Searching, processing and analysis of Sentinel-5P data on CREODIAS
- ASAR data available on CREODIAS
- Satellite remote sensing analyses of the forest
- EO Data Catalogue API Manual
- Public Reporting Dashboards
- Sentinel Hub Documentation
- Legal Matters
- FAQ
- News
- Partner Services
- About Us
- Forum
- Knowledgebase
Sentinel Hub Documentation
Sentinel Hub is a multi-spectral and multi-temporal big data satellite imagery service, capable of fully automated archiving, real-time processing and distribution of remote sensing data and related EO products, managed by Sinergise Ltd. For more information on Sinergise go to Third Party Services.
Custom URL parameters
Sentinel-2 WMS/WMTS/WFS/WCS services also support many custom parameters which affect the generation of the service responses. All these parameters are optional. Here is the list of available parameters:
Custom parameter | Info | Default value | Valid value range | Available for |
---|---|---|---|---|
ATMFILTER | Sets atmospheric correction filters. For more detail see the atmospheric correction chapter. | NONE | NONE, DOS1, ATMCOR | WMS/WMTS/WCS (when REQUEST = "GetMap", "GetTile" or "GetCoverage") |
MAXCC | The maximum allowable cloud coverage in percent. Cloud coverage is a product average and not viewport accurate hence images may have more cloud cover than specified here. | 100.0 | 0.0 - 100.0 | WMS/WMTS/WFS/WCS (when REQUEST = "GetMap", "GetTile", "GetCoverage", "GetFeature", "GetFeatureInfo" or "GetIndex") |
PRIORITY | The priority by which to select and sort the overlapping valid tiles from which the output result is made. For example, using mostRecent will place newer tiles over older ones therefore showing the latest image possible. Using leastCC will place the least cloudy tiles available on top. | mostRecent | mostRecent, leastRecent, leastCC, leastTimeDifference, maximumViewingElevation | WMS/WMTS/WFS/WCS (when REQUEST = "GetMap", "GetTile", "GetCoverage", "GetFeature", "GetFeatureInfo" or "GetIndex") |
EVALSCRIPT | This parameter allows for a custom evaluation script or formula specifying how the output image will be generated from the input bands. See Custom evaluation script usage for details. | WMS/WMTS/WCS (when REQUEST = "GetMap", "GetTile" or "GetCoverage") | ||
EVALSCRIPTURL | This parameter allows for a custom evaluation script or formula to be passed as an URL parameter, where the script itself is located (it should be on HTTPS). | WMS/WMTS/WCS (when REQUEST = "GetMap", "GetTile" or "GetCoverage") | ||
PREVIEW | See Preview modes for details. | 0 | 0, 1, 2 | WMS/WMTS/WCS (when REQUEST = "GetMap", "GetTile" or "GetCoverage") |
GEOMETRY | Outputs imagery only within the given geometry and cropped to the geometry's minimum bounding box. | one WKT string, one WKB hex string, or a list of coordinate pairs representing a polygon (pairs separated by semicolons, components by comma, i.e. 1,1;2,2;...) Coordinates should be specified using the CRS of the request (i.e. same CRS as BBOX). | WMS/WCS (when REQUEST = "GetMap" or "GetCoverage") | |
QUALITY | Used when requesting the image in a lossy compressed format, like JPEG. | 90 | 0 - 100; where 0 is the lowest and 100 the highest quality | WMS/WMTS/WCS (when REQUEST = "GetMap", "GetTile" or "GetCoverage") |
UPSAMPLING | Sets the image upsampling method. Used when the requested resolution is higher than the source resolution. | NEAREST | NEAREST, BILINEAR, BICUBIC | WMS/WMTS/WCS (when REQUEST = "GetMap", "GetTile" or "GetCoverage") |
DOWNSAMPLING | Sets the image downsampling method. Used when the requested resolution is lower than the source resolution. | NEAREST | NEAREST, BILINEAR, BICUBIC, BOX | WMS/WMTS/WCS (when REQUEST = "GetMap", "GetTile" or "GetCoverage") |
WARNINGS | Enables or disables the display of in-image warnings, like "No data available for the specified area". | YES | YES, NO | WMS/WMTS/WCS (when REQUEST = "GetMap", "GetTile" or "GetCoverage") |