Releases: nasa/harmony-SMAP-L2-gridding-service
Releases · nasa/harmony-SMAP-L2-gridding-service
Version 1.0.1
Changed
-
Release notes for the SMAP L2 Gridding service will now include the commit
history for that release. -
Updates service to run on python 3.13 and updates internal python libs to avoid urllib3 vulnerabilites.
Commits
DAS-2466 Migrate smap-l2-gridding-service to python 3.13 (#31)
TRT-315: Include commit history in release notes. (#30)
Version 1.0.0
Changed
SPL2SMPmulti 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
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
Added
- Adds support for SPL2SMP (SMAP L2 Radiometer Half-Orbit 36 km EASE-Grid Soil Moisture, Version 9).
The 2D input variableslandcover_classandlandcover_class_fractionare separated into 3 1D variables before gridding.
tb_time_utcis dropped in the output and can be derived fromtb_time_seconds
Version 0.2.1
Changed
- Output file written incrementally to reduce total memory usage.
Version 0.2.0
Added
- Adds support for SPL2SMA (SMAP L2 Radar Half-Orbit 3 km EASE-Grid Soil Moisture, Version 3).
Version 0.1.0
Added
- Adds support for SPL2SMAP (SMAP L2 Radar/Radiometer Half-Orbit 9 km EASE-Grid Soil Moisture).
- Removes
tb_time_utcvariables from SPL2SMP_E output.
Version 0.0.4
Changed
- Docker images are renamed to
harmony-smap-l2-gridder#8
Version 0.0.2
Changed
- Docker images now use full repository name #7