Francesc Lucas Carbo

Results 1 comments of Francesc Lucas Carbo

In satpy/readers/vii_base_nc.py:216 The start/end_time format need to be modified to fit latest L1B global attribute (%Y-%m-%dT%H:%M:%S.%f) as such: ``` @property def start_time(self): """Get observation start time.""" try: start_time = dt.datetime.strptime(self["/attr/sensing_start_time_utc"],...