Hi All,
I was trying to put off landmask option in my Sentinel-2 image processing with l2gen via the command line using:
maskland=off
but seems not working as land area is still being masked. Any pointer please?
Masking land in Sentinel 2 images
-
- Subject Matter Expert
- Posts: 306
- Joined: Mon Apr 07, 2008 4:40 pm America/New_York
- Been thanked: 3 times
Masking land in Sentinel 2 images
Try running l2gen with these parameters:
maskland=off
proc_ocean=2
The setting "proc_ocean=2" treats the world as if the entire surface is ocean and at sea-level. Note: for interior lakes and seas not at sea-level the geolocation will be wrong for non nadir viewing satellite geometries due to not applying the orthorectification correction.
Danny
maskland=off
proc_ocean=2
The setting "proc_ocean=2" treats the world as if the entire surface is ocean and at sea-level. Note: for interior lakes and seas not at sea-level the geolocation will be wrong for non nadir viewing satellite geometries due to not applying the orthorectification correction.
Danny