MODIS AOD Data L2 to L3

Hi All,

I’m now working with MODIS AOD data and looking for a way to process the MODIS L2 data into an L3 file for daily averages and then longer averages: https://ladsweb.modaps.eosdis.nasa.gov/missions-and-measurements/products/MYD04_3K

Is there a way to do this on Harp/Visan and if so could someone share the code required to do so.

Thanks,
James

HARP does not support direct ingestion of MODIS data. But you can try to read the data using some other library in Python and then construct a HARP Product + Variables in Python.
You can then pass all products of a day to a harp.execute_operations invocation and have this perform a spatial bin and merge to produce a daily average.