From ffe035abd254f7c9ec3c4b62edff44e416eccae1 Mon Sep 17 00:00:00 2001 From: sudhamurthy Date: Thu, 26 Sep 2024 18:55:48 -0400 Subject: [PATCH] DAS-2232 - updates to CHANGELOG.md --- CHANGELOG.md | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d24dc19..f977834 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,18 +1,21 @@ ## v1.1.0 ### 2024-09-10 -This version of HOSS provides support for products that do not comply with CF standards like SMAP L3 -New methods added to retrieve dimension scales from coordinate attributes and grid mappings, using -overrides specified in the hoss_config.json configuration file. `get_coordinate_variables' gets coordinate -datasets when the dimension scales are not present in the source file. The prefetch gets the coordinate -datasets during prefetch when the dimension scales are not present. `is_variable_one_dimensional' function -checks the dimensionality of the coordinate datasets. `update_dimension_variables' gets a row and column -from the 2D datasets to 1D and uses the crs attribute to get the projection of the granule to convert the -lat/lon array to projected x-y dimension scales. `get_override_projected_dimensions` provides the projected -dimension scale names after the conversion. The `get_variable_crs' also updated when the -grid mapping variable does not exist in the granule and an override is provided in an updated hoss_config.json - -`get_override_projection_dimensions` +This version of HOSS provides support for products that do not comply with CF standards like SMAP L3. +New methods are added to retrieve dimension scales from coordinate attributes and grid mappings, using +overrides specified in the hoss_config.json configuration file. +- `get_coordinate_variables` gets coordinate datasets when the dimension scales are not present in + the source file. The prefetch gets the coordinate datasets during prefetch when the dimension + scales are not present. +- `update_dimension_variables` function checks the dimensionality of the coordinate datasets. + It then gets a row and column from the 2D datasets to 1D and uses the crs attribute to get + the projection of the granule to convert the lat/lon array to projected x-y dimension scales. +- `get_override_projected_dimensions` provides the projected dimension scale names after the + conversion. +- `get_variable_crs` method is also updated to handle cases where the grid mapping variable + does not exist in the granule and an override is provided in an updated + hoss_config.json + ## v1.0.5 ### 2024-08-19