iceXai / a2pd-retrieval

Satellite data retrieval and (pre)processing tool for analyzing Antarctic polynya dynamics (a2pd)
GNU General Public License v3.0
0 stars 0 forks source link

[Codestyle] Remove stacked meta type again #16

Closed iceXai closed 1 year ago

iceXai commented 1 year ago

Currently, for MODIS, each variable is clearly defined in the meta data with specific e.g., input parameters etc. However, for SLSTR with its everything-is-in-an-individual-file approach and its separation in nadir/oblique and various grids made it necessary to either stack these variations within a single named variable or do something like with MODIS, but have much more variables.

While it is currently implemented in the latter way, the code would likely benefit from removing this and go back to a single variable approach to improve readability. This shall be done within this issue!

iceXai commented 1 year ago

Implemented with commit 1a0faf9c1580ec59c0b2bef15d6aa613369a38e0 among others.