Am attempting to download specific bands of GOES16 Satellite data via goes2go. Neither a list or individual band selections work. Instead the error "TypeError: goes2go.data.goes_timerange() got multiple values for keyword argument 'bands'" is raised.
Am attempting to download specific bands of GOES16 Satellite data via goes2go. Neither a list or individual band selections work. Instead the error "TypeError: goes2go.data.goes_timerange() got multiple values for keyword argument 'bands'" is raised.
Examples: DS = GCONUS.timerange(start='2023-08-24 21:00', end='2023-08-25 03:00', bands = [2,8,9,10,13]) VIS = GCONUS.timerange(start='2023-08-24 21:00', end='2023-08-25 03:00', bands = 2)