zxdawn / S5P-LNO2

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

Missing attribute #64

Open zxdawn opened 1 year ago

zxdawn commented 1 year ago
  File "/student/zhangxin/papers/Arctic/S5P_LNOx/main/s5p_lno2_utils.py", line 377, in save_data
    'time_coverage_start': scn['nitrogendioxide_tropospheric_column'].attrs['time_coverage_start'],
zxdawn commented 1 year ago

This is related to satpy tropomi reader. I have created a PR for this.

zxdawn commented 1 year ago

To save the attribute to a group,

https://github.com/zxdawn/S5P-LNO2/blob/b570e746b7236b04cf8d2527b0c49dfe5d2f10a0/main/s5p_lno2_utils.py#L375-L394

I have to finish another PR of satpy:

https://github.com/pytroll/satpy/pull/1914