diff --git a/CHANGELOG.md b/CHANGELOG.md index 912ceeb..da6311c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v1.1.1] - 2025-08-28 + +### Fixed + +- Inherited dimensions on the output files now have their data included for panoply support. + ## [v1.1.0] - 2025-08-13 ### Changed @@ -80,6 +86,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 for a variable as specified via an `earthdata-varinfo` configuration file. - Initial repository setup with utility scripts and Dockerfiles. +[v1.1.1]: https://github.com/nasa/harmony-metadata-annotator/releases/tag/1.1.1 [v1.1.0]: https://github.com/nasa/harmony-metadata-annotator/releases/tag/1.1.0 [v1.0.4]: https://github.com/nasa/harmony-metadata-annotator/releases/tag/1.0.4 [v1.0.3]: https://github.com/nasa/harmony-metadata-annotator/releases/tag/1.0.3 diff --git a/docker/service_version.txt b/docker/service_version.txt index 9084fa2..524cb55 100644 --- a/docker/service_version.txt +++ b/docker/service_version.txt @@ -1 +1 @@ -1.1.0 +1.1.1 diff --git a/metadata_annotator/annotate.py b/metadata_annotator/annotate.py index 81771a7..e94d5d2 100644 --- a/metadata_annotator/annotate.py +++ b/metadata_annotator/annotate.py @@ -115,7 +115,7 @@ def amend_in_file_metadata( # whole `xarray.DataTree` in one operation. Making this write variables # and group separately reduces the memory usage, but makes the # operation slower. (See Harmony SMAP L2 Gridder implementation) - datatree.to_netcdf(output_file_name) + datatree.to_netcdf(output_file_name, write_inherited_coords=True) def get_matching_groups_and_variables(