Huge thanks to bryanguarente for his contributions of the new RGB products and his interest in this project. I have to say, it is rewarding to see people in the land of open-source find, use, and contribute to this and other projects I started in grad school. Thanks everyone!
What's Changed
* Update accessors.py with SeaSpray RGB by bryanguarente in https://github.com/blaylockbk/goes2go/pull/63
* Update accessors.py with new Air Mass Tropical RGBs by bryanguarente in https://github.com/blaylockbk/goes2go/pull/65
* Modernize install using only pyproject.toml and add some GitHub Actions by blaylockbk in https://github.com/blaylockbk/goes2go/pull/74
- install stuff is all in the `pyproject.toml` file (no more setpy.py + setup.cfg + pyproject.toml)
- pinned requirements to cartopy>=0.22.0, because life is great without the GEOS dependency.
- pinned s3fs>=2023.6.0 because a user reported issues with an older version
- added h5netcdf as a dependency; it always was, but now it's in the install requirements 😁
New Contributors
* bryanguarente made their first contribution in https://github.com/blaylockbk/goes2go/pull/63
**Full Changelog**: https://github.com/blaylockbk/goes2go/compare/2023.4.2...2023.8.0