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

[Listing] Necessary Changes to the way the listing is stored and overwritten #13

Closed iceXai closed 1 year ago

iceXai commented 1 year ago

Currently the listing is solely based on the selected day/date and the used sensor/carrier combo. However, if, e.g., the AOI changes for the same setup, no new listing is retrieved.

A possible idea to change this would be to store the AOI's along side the listing data, e.g. as a yamlformat per AOI with the same information then as in the current listing format. However, this will loose the out of the box pandas compatibility.

Another solution could be to store the respective AOI's per listing entry along in an additional column within the csv as a python list (does that work?)

iceXai commented 1 year ago

Implemented and fixed with commit 82c2c981af6a5850bef1236770e17f2254495568 by introducing a new control argument within the config.yaml under listingcalled override, stateing with a booleanwhether an existing file should be overridden or not.