Skip to content

Releases: nasa/harmony-swath-projector

Version 1.1.1

18 Sep 19:11
b4b17e7
Compare
Choose a tag to compare

Changed

  • [TRT-558]
    The Swath Projector has been updated to use earthdata-varinfo version 3.0.0.
    This update primarily involves the streamlining of the configuration file
    schema. Please see the
    earthdata-varinfo release notes
    for more information. The configuration file used by the Swath Projector has
    also been renamed to earthdata_varinfo_config.json.

Version 1.1.0

11 Sep 03:08
43c51de
Compare
Choose a tag to compare

Changed

  • [DAS-1934]
    Input parameters that include both both resolutions (xres and yres) and
    dimenions (height and width) no longer always raise an exception. An
    exception is raised only when the parameters describe a grid that is not
    internally consistent. #14

Version 1.0.1

06 Apr 16:51
7fbe1f6
Compare
Choose a tag to compare

v1.0.1

2024-04-05

This version of the Swath Projector implements black code formatting across the
entire repository. There should be no functional changes to the service.

Version 1.0.0

04 Jan 21:29
b8bbe36
Compare
Choose a tag to compare

v1.0.0

2023-11-16

This version of the Harmony Swath Projector contains all functionality
previously released internally to EOSDIS as sds/swot-reproject:0.0.4.
Minor reformatting of the repository structure has occurred to comply with
recommended best practices for a Harmony backend service repository, but the
service itself is functionally unchanged. Additional contents to the repository
include updated documentation and files outlined by the
NASA open-source guidelines.

Repository structure changes include:

  • Migrating pymods directory to swath_projector.
  • Migrating swotrepr.py to swath_projector/adapter.py.
  • Addition of swath_projector/main.py.

For more information on internal releases prior to NASA open-source approval,
see legacy-CHANGELOG.md.