Releases: nasa/harmony-SMAP-L2-gridding-service
Releases · nasa/harmony-SMAP-L2-gridding-service
Version 1.0.0
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
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_class
andlandcover_class_fraction
are separated into 3 1D variables before gridding.
tb_time_utc
is 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_utc
variables 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