Closed fleegs79 closed 1 year ago
Hello,
I believe there is a minor error in the accessors.py file for the DayLandCloudFire RGB. It returns:
accessors.py
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.
ds["DayLandCloud"]
Really enjoying using your package. Thank you for putting it together and sharing it!
fleegs79
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.
Hello,
I believe there is a minor error in the
accessors.py
file for the DayLandCloudFire RGB. It returns:when it should be:
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