miniprod fails with some L3 data
Miniprods seem to fail with L3 data in the case some parts of the grid have no valid values (and thus no time defined), which is the case of most L3 with ascending or descending passes only. It fails for instance for any file of OSISAF METOP L3P product (the 12-hourly, 0.05 deg resolution one).
Traceback (most recent call last): File "/opt/felyx/env/bin/felyx-miniprod", line 208, in args.no_dynamic File "/opt/felyx/env/lib/python2.7/site-packages/felyx_work/miniprod/extract/init.py", line 44, in produce_miniprods no_empty_miniprods, no_dynamic File "/opt/felyx/env/lib/python2.7/site-packages/felyx_work/miniprod/extract/extract_miniprods.py", line 165, in init self.__produce_miniprods() File "/opt/felyx/env/lib/python2.7/site-packages/felyx_work/miniprod/extract/extract_miniprods.py", line 455, in __produce_miniprods self.__produce_public_miniprods() File "/opt/felyx/env/lib/python2.7/site-packages/felyx_work/miniprod/extract/extract_miniprods.py", line 285, in __produce_public_miniprods collection_code=collection['code'] File "/opt/felyx/env/lib/python2.7/site-packages/felyx_work/miniprod/extract/writers.py", line 210, in get_names_and_paths 'time': start_time.strftime('%Y%m%d%H%M%S'), AttributeError: 'NoneType' object has no attribute 'strftime'