Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot use "bands" argument when downloading data. #83

Open
scottthomaswx opened this issue Dec 24, 2023 · 0 comments
Open

Cannot use "bands" argument when downloading data. #83

scottthomaswx opened this issue Dec 24, 2023 · 0 comments

Comments

@scottthomaswx
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant