You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changed
The conversion matrices netCDF file created bt the S1 correction workflow is now called conversion_matricies.nc and no longer includes the scene name per feedback from JPL.
Fixed
s2_isce2.generate_correction_data now returns a Path instead of a str as expected by hyp3lib.aws.upload_file_to_s3.
s2_isce2.create_conversion_matricies now uses the pixel-center instead of the upper-left corner for the x,y dimensions.
s2_isce2.create_conversion_matricies now explicitly syncs data to and closes the netCDF file to prevent corrupt files from being uploaded.