Skip to content

Latest commit

 

History

History
73 lines (52 loc) · 2.91 KB

CHANGELOG.md

File metadata and controls

73 lines (52 loc) · 2.91 KB

Changelog

HyBIG follows semantic versioning. All notable changes to this project will be documented in this file. The format is based on Keep a Changelog.

v2.0.0 - 2024-07-19

DAS-2180 - Adds pip installable library.

This release is a refactor that extracts browse image generation logic from the harmony service code. There are no user visible changes to the existing functionality. The new library, hybig-py, provides the create_browse function to generate browse images, see the README.md for details.

v1.2.2 - 2024-06-18

Changed

Removes internal dependency on conda.

v1.2.1 - 2024-06-10

Changed

Updated internal library dependencies.

v1.2.0 - 2024-05-28

Added

Adds functionality to retrieve 'visual' asset for multi-file granules. Harmony creates this type of asset when the UMM-G is correctly configured with a "BROWSE IMAGE SOURCE" subtype.

v1.1.0 - 2024-04-30

Changed

Changes the computation for an output image's default scale extent. Previously we considered ICD preferred ScaleExtents as covering the entire globe or pole. This change now takes just the input image bounds and converts them to the target crs and uses that transformed boundry as the default region to make a scale extent from.

Upgraded harmony-service-lib to v1.0.26

v1.0.2 - 2024-04-05

This version of HyBIG correctly handles missing/bad input data marked by _FillValue or NoData. Anytime a bad value occurs in the input raster, the output png image will set to transparent.

v1.0.1 - 2024-04-05

This version of HyBIG updates the repository to use black code formatting throughout. There should be no functional change to the service.

v1.0.0 - 2024-01-22

This version of the Harmony Browse Image Generator (HyBIG) contains all functionality previously released internally to EOSDIS as sds/harmony-browse-image-generator:0.0.11.

Additional contents to the repository include updated documentation and files outlined by the NASA open-source guidelines.

For more information on internal releases prior to NASA open-source approval, see legacy-CHANGELOG.md.