Skip to content

Using goes_latest for RadC data #20

Answered by blaylockbk
Tscan08 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @Tscan08, looks like you found a use case that goes2go didn't handle. I made a quick update (1c35666) in the master branch to accept a "bands" argument to specify the ABI channel you want when requesting the L1b-Rad product. Try this,

from goes2go.data import goes_latest
ds = goes_latest(product='ABI-L1b-RadC', bands=2, return_as='xarray')


As you pointed out, I also see that the downloading of multiple files is unhappy. It looks like I need to update those functions. I'll try to fix some of these issues when I have some free time. Thanks for reporting this!

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@Tscan08
Comment options

@blaylockbk
Comment options

@Tscan08
Comment options

@blaylockbk
Comment options

Answer selected by Tscan08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants