Sea-ice tasks: Improve timeseries and map creation
Closed this issue · 3 comments
valentinaschueller commented
Suggestion already partly implemented by @uwefladrich:
- user provides one month or none
- one month specified -> only that month is extracted, name of month is added to long name and title
- no month specified -> all 12 months are extracted long name and title are kept as before
- for temporal maps: if all 12 months are shown, show current month in the subtitle?
This can be combined with #11
uwefladrich commented
As for showing the month in temporal maps: I guess the code in question is the TemporalmapLoader
in helpers.presentation_objects
, namely the setting of date_title
?
valentinaschueller commented
I guess the code in question is the
TemporalmapLoader
inhelpers.presentation_objects
, namely the setting ofdate_title
?
Exactly!
uwefladrich commented
I guess the code in question is the
TemporalmapLoader
inhelpers.presentation_objects
, namely the setting ofdate_title
?Exactly!
Done in 6ae5f9e