Releases: blaylockbk/goes2go
Releases · blaylockbk/goes2go
GOES-2-go 0.0.4
Changelog
- Set
refresh=True
as default to fs file enumeration #5. This enables finding the latest file on s3 and not one from a cached list. - Change config file to TOML format
~/.config/goes2go/config.toml
. - Expand settings controlled in by config file.
- Adopt Black formatting
- #4 I updated the
field_of_fiew
function to produce both a polygon for the full field of view of the ABI instrument and a domain of the ABI scan for the specific domain. - Fixed specifying M1 and M2 when selecting a specific mesoscale domain.
- Moved
field_of_view
function from tools.py to an xarray accessor.py. If G is an xarray Dataset of the GOES file, doG.FOV.crs
for the cartopy coordinate reference system of the satellite.G.FOV.full_disk
will give you a polygon of the full disk, andG.FOV.domain
will give you the domain polygon for ABI files. - Moved RGB recipies to an xarray accessors.py. If G is an xarrray Dataset of the GOES file, do
G.rgb.TrueColor()
for TrueColor RGB. - Some enhancement to the documentation.
Welcome to the world, GOES-2-Go 🎂
Be aware, this is v0.0.2, meaning it is subject to change at my leisure. The purpose of this repository is to serve as an example of how you can download GOES data from Amazon Web Services and make RGB composites. Still, I try to keep this package in a workable state that might be useful for you.