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

[AOI] Implement scaling #12

Closed iceXai closed 1 year ago

iceXai commented 1 year ago

Sensors like OCLI and VIIRS make it necessary to adapt the AOI configuration files due to their higher resolution. All current AOI specifications are based on 1km nadir resolution. While a change of all AOI files is very time and brain consuming, the implementation of a sensor specific scale factor (likely to be provided within the config.yaml to give the user the power to change it around!) is envisioned. This should then be applied during AOIgrid generation within the AoiGrid class?

iceXai commented 1 year ago

implemented with commit b72aba0e3c83c4fff3f4996756829cd09192fca1 through using a scaleparameter in the config.yaml