pytroll / pytroll-collectors

Collector modules for Pytroll
GNU General Public License v3.0
3 stars 18 forks source link

SegmentGatherer: configuration of time_name via ini not possible #80

Closed ch-k closed 3 years ago

ch-k commented 3 years ago

The configuration of time_name via ini configuration file is not possible any longer. time_name = xxx_time

Doing the same in an yaml file works.

It seems that parameters from ini files are copied in method ini_to_dict(). Unfortunately, time_name is missing there.

mraspaud commented 3 years ago

Fixed in #83