Hello,
Hi, I’m using the OGC API and retrieving NDVI image. Here’s my request example:
https://services.sentinel-hub.com/ogc/wms/KEY?SERVICE=WMS&REQUEST=GetMap&VERSION=1.3.0&LAYERS=3_NDVI&MAXCC=70&RESX=0.5m&RESY=0.5m&CRS=EPSG:4326&FORMAT=image/png&TIME=2021-06-06/2021-09-06&TRANSPARENT=true&GEOMETRY=POLYGON(LIST OF Coordinates)&PRIORITY=mostRecent
I am getting the image in png format but I’m also interested in the date it was captured. Is there any way I can get the date it was captured?