pytroll / satpy

Python package for earth-observing satellite data processing
http://satpy.readthedocs.org/en/latest/
GNU General Public License v3.0
1.08k stars 298 forks source link

Standardize platform name and sensor attributes/properties in readers #2994

Open BENR0 opened 1 week ago

BENR0 commented 1 week ago

Feature Request

Is your feature request related to a problem? Please describe. Sometimes platform_name and/or sensor attributes are missing in DataArrays returned by readers (e.g. #2993)

Describe the solution you'd like Every reader should put platform_name and sensor as attributes in DataArrays. Some readers (e.g. FCI even have properties regarding these values see: https://github.com/pytroll/satpy/blob/c2149175d2256e09ea0f61505a151e5625a80d87/satpy/readers/fci_l2_nc.py#L43-L51)

Describe any changes to existing user workflow Should not directly affect useres