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: doc/source/overview/main.rst
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@ rm_s3_file INT OPTIONAL. If set input radar data files downloade
27
27
s3EndpointWrite STRING OPTIONAL. Url to an S3 endpoint where to store output data. The format must be https://endpoint.domain (e.g. https://eu-central-1.linodeobjects.com/), the https:// is not mandatory.
28
28
s3BucketWrite STRING OPTIONAL. Name of an S3 bucket containing input radar data. It has to be used together with ``s3EndpointWrite`` and ``s3PathWrite`` to be able to save output data to a bucket. The procedure will only work by setting the environment variables S3_KEY_WRITE and S3_SECRET_WRITE.
29
29
s3PathWrite STRING OPTIONAL. Path where to save output radar data in an S3 bucket. The data will be saved at url https://s3BucketRead.s3EndpointRead/s3PathRead/filename
30
+
s3SplitExtensionWrite INT OPTIONAL. If set to 1, if files with multiple file extensions are located in the same directory, they will be separated on the s3 according to their file extension, for example myfolder/out.csv will be stored as myfolder/csv/out.csv on the S3. Default is 0 (False).
30
31
loadbasepath STRING OPTIONAL. Base path of saved data. By default, this field is set to ``saveimgbasepath``.
31
32
loadname STRING OPTIONAL. Name of the saved data processing. Used for saved volume loading. By default, this field is set to ``name``.
32
33
gecsxbasepath STRING OPTIONAL. Base path of saved visibility fields generated by the GECSX tool
0 commit comments