foua-pps / level1c4pps

module to create level1c input files to PPS using satpy
GNU General Public License v3.0
3 stars 13 forks source link

Added feature to crop data for emgacfdr #46

Closed ninahakansson closed 3 years ago

ninahakansson commented 3 years ago

Added possibility to crop data between start_line and end_line.

Left to do:

Update or do not read midnight_line, overlap_free_end and overlap_free_start as these are no longer correct after cropping data. Add tests.

ninahakansson commented 3 years ago

I added "removal" of broken data. The data stays but values are set to nodata. @sfinkens do you have any suggestion on how to do this in a better more xarray-ish way?