Skip to content

Release 5.2 (R5.2)

Latest
Compare
Choose a tag to compare
@gshiroma gshiroma released this 18 Mar 17:59
· 6 commits to main since this release
f92a38b
  • Added option to provide product static-layers data access for each individual burst product using the substrings "{burst_id}" and "{end_date}";
  • Fixed writing of cloud-optimized GeoTIFF (COG) files for GDAL >= 3.8;
  • Updated S1-reader version to v0.2.4;
  • Added RTC-S1 product metadata field informing the average zero-Doppler spacing in meters: averageZeroDopplerSpacingInMeters (HDF5 header) and SOURCE_DATA_AVERAGE_ZERO_DOPPLER_SPACING_IN_METERS (GeoTIFF files).
  • Raise an error if the bounding polygon parsed from the S1 annotation files is invalid or empty;
  • In the parallel processing mode through the script rtc_s1.py, if at least one child process fails, remove all processed files, and raise an error.