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.
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.