I’ve downloaded Scene classification map products of Sentinel-2 L2A (as GeoTiff, Popular Web Mercator)
The Scene classification map had 3 bands, holding float numbers.
However, this product should have only one band, where each pixel is an integer value representing the land cover class.
Can someone explain this discrepancy?
What is your configuration for this layer?
If you set it as
return[SCL/11]
You should get one band values, which you then have to map back to classifier.
The classification layer is discrete, unlike the other bands
OK, now I see what did you mean by “visualize layer”. So if I understand you correctly, I cannot download the NDVI layer as I expected (as “scientific” layer with values 0-1), since I can only download it for visualization? In order to download it as scientific layer I’ll have to create my own NDVI layer and then download it?
Yes, EO Browser was not designed for such cases.
We would recommend you use Sentinel Hub service directly for that, either through OGC services, proprietary API or Python packages.