zxdawn / S5P-LNO2

Core code for the TROPOMI lightning NO2 retrievals
GNU General Public License v3.0
2 stars 1 forks source link

Avoid looping pressure levels for the transport of lightning cluster #8

Closed zxdawn closed 2 years ago

zxdawn commented 2 years ago

https://github.com/zxdawn/S5P-LNO2/blob/5ef653f775eec4da756c2f70c307a30bdcd79f2e/main/s5p_lnox_utils.py#L224-L230

The looping will recreate the pandarallel worker. That will waster some time.

zxdawn commented 2 years ago

However, expanding the Dataframe will also enlarge the loading time. Close now. If I have any better idea, will open this again.