Skip to content

Commit

Permalink
DAS-2232 - updates to CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sudha-murthy committed Sep 26, 2024
1 parent c35c8ee commit ffe035a
Showing 1 changed file with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ffe035a

Please sign in to comment.