Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@wx-star wx-star released this 29 Feb 03:33

ABI subsetting improvements and bug fixes

  • ABI imagery, projection, navigation, and ancillary objects can all be subsetted using either an array index or continuous slice index, or with a latitude/longitude bounding box: lat_bounds=[ul_lat, lr_lat] and lon_bounds=[ul_lon, lr_lon]
  • Fix possible division by zero exception in NCInterface
  • Fix bug where resample2cog() could not overwrite an existing file
  • Breaking API change: ABI navigation objects now take lat_bounds and lon_bounds arguments to constrain to individual pixels or pixel ranges.
    The deprecated arguments lat_deg and lon_deg are no longer supported and their functionality is maintained in lat_bounds and lon_bounds.
  • Fix bug where upscaled and subsetted ABI RGB images could be misaligned between channels
  • Add new function util.align_idx() to align ABI Fixed Grid indices and continuous slices between different spatial resolutions

Full Changelog: v0.3.1...v04.0