Skip to content

Releases: nasa/harmony-SMAP-L2-gridding-service

Version 1.0.0

31 Jul 16:32
75dbb4a
Compare
Choose a tag to compare

Changed

  • SPL2SMP multi dimensional trajectories, 'landcover_class' and 'landcover_class_fraction', are no longer flattened in the output. Instead, each layer of the trajectory is gridded and then combined into a 3D result that is included in the output. This change is generic and any 2D trajectory data will be processed in the same manner.

Version 0.4.0

17 Jun 20:13
e5ddffb
Compare
Choose a tag to compare

Added

  • Adds example notebook to demonstrate the service and examine the output data.

Fixed

  • Fixes bug for SPL2SMP requests that occurred when a SMAP-L2-Gridding request was preceeded by a Trajectory Subsetter variable subset request (DAS-2383). Two dimensional variables in the collection are now checked to ensure they are in the input file before flattening them.

Version 0.3.0

19 Feb 22:43
f38804f
Compare
Choose a tag to compare

Added

Version 0.2.1

06 Feb 23:34
f22fe63
Compare
Choose a tag to compare

Changed

  • Output file written incrementally to reduce total memory usage.

Version 0.2.0

06 Feb 15:44
ef12127
Compare
Choose a tag to compare

Version 0.1.0

30 Jan 22:14
4c31171
Compare
Choose a tag to compare

Added

Version 0.0.4

04 Dec 18:42
3e331aa
Compare
Choose a tag to compare

Changed

  • Docker images are renamed to harmony-smap-l2-gridder #8

Version 0.0.2

03 Dec 21:46
c019441
Compare
Choose a tag to compare

Changed

  • Docker images now use full repository name #7

Version 0.0.1

02 Dec 20:00
17f2797
Compare
Choose a tag to compare

Added

  • Initial codebase that transforms SPL2SMP_E granules into NetCDF4-CF grids. #1
  • Code and configuration to wrap gridding logic into a Harmony Service #3
  • GitHub actions CI configuration #4