You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered: