More ABI products are now available on AWS, many of which do not have a "channel" that needs to be specified. It looks like only the ABI-L1b-Rad and ABI-L2-CMIP products need a channel to be specified.
I've updated the ABI_Downloader() function to ignore the channel argument for all other ABI products. However, it currently still requires a channel argument in the function, so I updated the documentation and added an example to suggest passing an empty string when the channel argument isn't needed.
More ABI products are now available on AWS, many of which do not have a "channel" that needs to be specified. It looks like only the ABI-L1b-Rad and ABI-L2-CMIP products need a channel to be specified.
I've updated the ABI_Downloader() function to ignore the channel argument for all other ABI products. However, it currently still requires a channel argument in the function, so I updated the documentation and added an example to suggest passing an empty string when the channel argument isn't needed.
I've also added an example jupyter notebook with code adapted from https://github.com/daniellelosos/True-Color-Image_GOES-R-ABI-L1b-Radiances by @daniellelosos
I made some changes to the README.md, to correct some wording and organization.