Hello everyone,
we are trying to download some S2-imagery using the WCS with the following link, for example:
https://services.sentinel-hub.com/ogc/wcs/{ID}?REQUEST=GetCoverage&WARNINGS=YES&CRS=EPSG:32632&BBOX=5521720.00012304,620879.999998839,5526840.00012306,625999.999998788&COVERAGE=TRUE_COLOR&MAXCC=10&TIME=2021-12-02&PRIORITY=LEASTCC&FORMAT=GeoTIFF&RESX=10m&RESY=10m
Unfortunately, we are only getting all 0 images with the correct shape [4x512x512]. If we are using the EPSG:4326, we get the images but due to projection issues in a wrong shape. How can we manage to download the images in the desired crs using your WCS?
Thank you very much in advance!