-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ABI products now support latitude/longitude bounding boxes
- Enable lat/lon bounding boxes for all ABI imagery, projection, navigation, and ancillary objects - 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
- Loading branch information
Showing
9 changed files
with
701 additions
and
350 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.