Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support GOES-19 #111

Merged
merged 2 commits into from
Feb 4, 2025
Merged

Support GOES-19 #111

merged 2 commits into from
Feb 4, 2025

Conversation

cedricsam
Copy link
Contributor

Would be a nice addition, as it's soon becoming operational!

  • added tests in test_GOES.py

  • otherwise, I've tried generating RGB TrueColor and NaturalColor images, downloading the ABI-L1b-Rad, and it seemed all good (but didn't go further, as I'm not familiar with code base's capabilities!) 🙏

* added tests in test_GOES.py
* in practice only tried to generate RGB TrueColor and it worked
@blaylockbk
Copy link
Owner

This is great! I just left one comment for now, then I'll merge.

@cedricsam
Copy link
Contributor Author

Thanks, and great work! Where did you leave that comment?

@blaylockbk
Copy link
Owner

Comment is above.

GOES19 will be in the "EAST" position.

So you should change this line of aliases

"noaa-goes19": [19, "19", "G19", "WEST", "GOES19"],

to this

"noaa-goes19": [19, "19", "G19", "EAST", "GOES19"],

@cedricsam
Copy link
Contributor Author

Woops and thanks for catching it! Fixed and pushed

@blaylockbk blaylockbk merged commit 63a0bc1 into blaylockbk:main Feb 4, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants