Skip to content

Version 1.0.2

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Mar 23:28
· 14 commits to main since this release
deb2796

v1.0.2

2024-2-26

This version of HOSS correctly handles edge-aligned geographic collections by
adding the attribute cell_alignment with the value edge to hoss_config.json
for edge-aligned collections (namely, ATL16), and by adding functions that
create pseudo bounds for edge-aligned collections to make HOSS use the
dimension_utilities.py function, get_dimension_indices_from_bounds. The
pseudo bounds are only used internally and are not returned in the HOSS subset.

This change also includes an addition of a CF override that addresses an
issue with the ATL16 metadata for the variables /spolar_asr_obs_grid and
/spolar_lorate_blowing_snow_freq where their grid_mapping attribute points
to north polar variables instead of south polar variables. This CF Override
can be removed if/when the metadata is corrected.