blaylockbk / goes2go

Download and process GOES-16 and GOES-17 data from NOAA's archive on AWS using Python.
https://goes2go.readthedocs.io/
MIT License
193 stars 33 forks source link

DayLandCloudFire in accessors.py has wrong data return #56

Closed fleegs79 closed 1 year ago

fleegs79 commented 1 year ago

Hello,

I believe there is a minor error in the accessors.py file for the DayLandCloudFire RGB. It returns:

return ds["DayLandCloud"]

when it should be:

return ds["DayLandCloudFire"]

When running the DayLandCloudFire RGB, I get an error for ds["DayLandCloud"] not existing. I adjusted my file to add Fire and it works without error.

Really enjoying using your package. Thank you for putting it together and sharing it!

fleegs79

blaylockbk commented 1 year ago

Thanks @fleegs79 for tracking down this bug and providing a solution. That makes it really easy to fix. I merged the change in the main branch and this will be included in the next release.