How do I check the sensor data point quality?

#3
by DataScienceNovice - opened

I'd like to know if there are any missing data points on the sensor bands. Therefore I tried to iterate over 300 datasets with each 12 sensors (512 x 512).
Simply checking if there are invalid values takes just too much time
Are there any ressources covering missing data points ?

For Sentinel-2 L2A products there are two special values:

  • NODATA indicated with 0
  • SATURATED indicated with 65535

Sign up or log in to comment