Beta Release
Changes Since v0.1:
- RTC-S1 polarimetric imagery is saved as individual single-band cloud-optimized GeoTIFFs (COGs);
- Option to use a burst database file to generate RTC-S1 products with constant geographic grids;
- Added option to generate the layover/shadow mask layer;
- The base HDF5 dataset group was changed from
CSAR
toSENTINEL1
; - Only one secondary layer is produced by default:
layoverShadowMask
; - Output file names have been updated to match the RTC-S1 file naming convention (see product specs);
- Runconfig
product_path_group
was renamed toproduct_group
; - HDF5 default extension was changed from ‘.nc’ to ‘.h5’;
- Option to create COG files with different compression algorithms and different number of bits (other than 32). Default compression is ZSTD, and default NBITS is 16;
- Added
processing_type
andproduct_version
options to the runconfig; - Added placeholder parameters for
apply_bistatic_delay_correction
andapply_dry_tropospheric_delay_correction
in the runconfig; - Updated runconfig default values (
rtc_min_value_db
was set to -40 and RTCdem_upsampling
to 2).