Skip to content
Snippets Groups Projects
Commit 96f0d08d authored by Paolo Veglio's avatar Paolo Veglio
Browse files

fixed discontinuity at -60S by using ancillary + NDSI info

parent 085a6fe7
No related branches found
No related tags found
No related merge requests found
Pipeline #58920 failed
......@@ -233,6 +233,7 @@ class IdentifyPixels:
& (water_scene == 1)
& (self.data.latitude < SceneConstants.ANTARCTICA_LAT)
& (ndsi_snow == 1)
& (map_ice == 1)
)
| ((day_scene == 1) & (water_scene == 1) & (map_ice == 1) & (ndsi_snow == 1))
| ((day_scene == 1) & (self.data.latitude > SceneConstants.NORTH_POLE)),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment