Skip to content

Releases: nasa/harmony-regridding-service

Version 1.10.1

06 Jan 22:42
d8aa147

Choose a tag to compare

Changed

  • Python service lib updated to 3.13.

Commits

DAS-2466: Migrate regridding service to python 3.13 (#55)

Version 1.10.0

17 Nov 19:12
d596787

Choose a tag to compare

Changed

  • Add configuration for SPL3SMP, SPL3SMP_E, SPL3SMA, and SPL3FTA to support root-level dimensions.

Commits

DAS-2368: Add configuration for SMAP L3 to support root-level dimensions (#53)

Version 1.9.1

15 Oct 18:51
4727292

Choose a tag to compare

Changed

  • Changed internal handling of logging to ensure all logs are included with appropriate metadata when running as a harmony service.

Commits

DAS-2382: Improve internal logging handling. (#47)

Version 1.9.0

14 Oct 17:13
8fd0547

Choose a tag to compare

Added

  • Configuration fix the metadata in TEMPO_CLDO4_L3 files, allowing them to be regridded.

Commits

DAS-2426 Update varinfo config to handle TEMPO_CLDO4_L3 files (#49)

Version 1.8.0

01 Oct 21:03
b6ee884

Choose a tag to compare

Changed

  • Changes how implicit grids are determined. To determine the limits of an implicit grid in geographic space, each cell center and all four corners are transformed from the projected space into longitude, latitude and those values are used to determine the limits of the output grid, preventing an accidental cut off of the grid cell edges. Previously, only cell centers were used.

Commits

DAS-2382 implicit grids computation uses entire grid cell area (#44)

Version 1.7.1

22 Sep 21:04
734e3ae

Choose a tag to compare

Changed

  • No user facing changes.
    • Updates GitHub workflow actions to allow correct release note extraction.

Commits

DAS: Upgrade GitHub actions to fix release extraction script (#42)

Version 1.7.0

22 Sep 20:22
ef9ac35

Choose a tag to compare

Changed

  • Python dependency updates.
  • Changes service exceptions to throw Harmony No Retry errors for cases that will not be resolved by a retry.

Version 1.6.0

16 Sep 20:26
1d9084f

Choose a tag to compare

Changed

  • Unprocessable variables are excluded from output. These include any string
    variable or any variable configured for exclusion via earthata-varinfo's
    ExcludedScienceVariables.

Version 1.5.0

13 Aug 17:10
0c691ef

Choose a tag to compare

Changed

  • Source files that have grid_mapping values pointing to variables will have
    those variables removed in the output file as they are no longer valid.

Version 1.4.0

11 Jun 20:13
f59fb55

Choose a tag to compare

Changed

  • Implicit grids are now determined by their source grid information.

    • This includes multiple target areas for collections that have multiple
      horizontal grids (polar and global for example). The target grid areas are
      determined by the min/max values of the source data's longitude and
      latitude values of their cell centers. The geographic resolution, width or
      height of a gridcell in degrees is estimated by converting the projected
      cell width or height from meters to degrees using the circumference of the
      Earth using the WGS84 equatorial radius of 6,378,137 meters. This
      resolution will be adjusted so that there are an integer number of columns
      and rows in the target grid.