All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
v1.1.0 - 2026-06-25
- The gridded output now includes
historyandhistory_jsonglobal attributes describing the version of the service and the time of the gridding operation, to adhere to TRT-42. Any provenance already present on the input granule is preserved and the new gridding record is appended. (DAS-2323)
v1.0.1 - 2026-01-06
-
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.
v1.0.0 - 2025-07-29
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.
v0.4.0 - 2025-06-16
- Adds example notebook to demonstrate the service and examine the output data.
- 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.
v0.3.0 - 2025-02-17
- Adds support for SPL2SMP (SMAP L2 Radiometer Half-Orbit 36 km EASE-Grid Soil Moisture, Version 9).
The 2D input variables
landcover_classandlandcover_class_fractionare separated into 3 1D variables before gridding.tb_time_utcis dropped in the output and can be derived fromtb_time_seconds
v0.2.1 - 2025-02-06
- Output file written incrementally to reduce total memory usage.
v0.2.0 - 2025-02-04
- Adds support for SPL2SMA (SMAP L2 Radar Half-Orbit 3 km EASE-Grid Soil Moisture, Version 3).
v0.1.0 - 2025-01-21
- Adds support for SPL2SMAP (SMAP L2 Radar/Radiometer Half-Orbit 9 km EASE-Grid Soil Moisture).
- Removes
tb_time_utcvariables from SPL2SMP_E output.
v0.0.4 - 2024-12-04
- Docker images are renamed to
harmony-smap-l2-gridder#8
v0.0.2 - 2024-12-03
- Docker images now use full repository name #7