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
Copy file name to clipboardExpand all lines: docs/workflows/aws.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,7 @@ The AWS pipeline runs using a docker container. At runtime, the script [run_aws_
61
61
--output_crs=""
62
62
--dem_type="cop_glo30"
63
63
--product="RTC_S1"
64
+
--backscatter_convention="gamma0"
64
65
--s3_bucket="deant-data-public-dev"
65
66
--s3_project_folder="experimental"
66
67
--collection="s1_rtc_c1"
@@ -82,9 +83,10 @@ The AWS pipeline runs using a docker container. At runtime, the script [run_aws_
82
83
-`output_crs` -> The target crs of the products. If not specified, the UTM of the scene center will be used. Expects integer values (e.g. 3031)
83
84
-`dem_type` -> The type of digital elevation model (DEM) to download and use for processing. Supported values: `cop_glo30`, `REMA_32`, `REMA_10`, `REMA_2`.
84
85
-`product` -> The product being created with the workflow. Must be `RTC_S1` or `RTC_S1_STATIC`.
86
+
-`backscatter_convention` -> the output backscatter convention from the workflow. Note sigma0 data is referenced to the DEM. To create sigma0 ellipsoid referenced data, the beta0 layer and static incidence_angle layer is required; sigma0_ellipsoid = beta0*sin(incidence_angle).
85
87
-`s3_bucket` -> the bucket to upload the products
86
88
-`s3_project_folder` -> The project folder to upload to.
87
-
-`collection` -> The collection which the set of products belongs. Must end with 'cX' where X is a valid integer reffering to the collection number of the product. e.g. rtc_s1_c1.
89
+
-`collection` -> The collection which the set of products belongs. Must end with 'cX' where X is a valid integer referring to the collection number of the product. e.g. rtc_s1_c1.
88
90
-`make_existing_products` -> Whether to generate products even if they already exist in AWS S3 under the specified product folder path `s3_bucket/s3_project_folder/collection/...`.
89
91
-**WARNING** - Passing this flag will create duplicate files and overwrite existing metadata, which may affect downstream workflows.
90
92
-`skip_upload_to_s3` -> Make the products, but skip uploading them to S3.
0 commit comments