Skip to content

GOES-2-go 0.0.4

Compare
Choose a tag to compare
@blaylockbk blaylockbk released this 30 Aug 14:47

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, do G.FOV.crs for the cartopy coordinate reference system of the satellite. G.FOV.full_disk will give you a polygon of the full disk, and G.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.