Meaning of 5 classes for 2000x2000 tiles

#4
by sblaise - opened

Hello,

I noticed that the 2000px images sometimes have 5 classes, not 4. Could you explain the meaning of these classes? Is class 4 missing data?

Example: tile 20190920T153931_20190920T154443_T19UCS__ROI_2256

image.png
has this associated cloud mask (Band 14):
image.png

image.png

image.png

Thanks!

Image and Signal Processing • ISP org

Hi, I couldn’t reproduce these errors. The images are in JPEG2000 format, but in our initial upload, we mistakenly left lossless compression off. Unfortunately, you’ll need to re-download them to avoid this critical bug. Apologies for the inconvenience.

import mlstac
import numpy as np

ds = mlstac.load(snippet="isp-uv-es/CloudSEN12Plus").metadata
subset = ds[ds["datapoint_id"] == "ROI_2256__20190920T153931_20190920T154443_T19UCS"]
datacube = mlstac.get_data(dataset=subset)
csaybar changed discussion status to closed

Sign up or log in to comment