Open lauracrews opened 1 year ago
Update, 10 August (Thursday) morning:
Laura will work on this task this morning. Dalton was having some luck with
scn = Scene(filenames=glob('VNPnc'), reader='viirs_l1b') local_scn = scn.resample()
which seemed to be putting all files in scn to a common grid.
Remaining questions
By running
from satpy import available_readers available_readers()
I find that there's also the reader 'viirs_l2_cloud_mask_nc' which seems like it would be required for reading the L2 cloud masks
For working with multiple passes, it helps to have a shared grid to resample to. It looks like by default Scene.resample()
will most likely try to maximize each source, but it's possible to pass a grid for it to resample to.
Goal: Regrid from pesky swath coordinates to something more useful
What should our method do?
How do we do it?
What questions or issues remain?