palexandremello / goes-py

A Python package can be useful to download dataset from GOES satellite on AWS
BSD 2-Clause "Simplified" License
23 stars 8 forks source link

correct check for ABI-L2-CMIP #8

Closed Geet-George closed 1 year ago

Geet-George commented 1 year ago

a colon before the -1 was missing and hence couldn't check correctly for the "ABI-L2-CMIP" product. So, it skipped the step and downloaded all channels, instead of the specified channel. Now it should work :)