From 2e475680535ca2918f3f7496e63730d4582187b1 Mon Sep 17 00:00:00 2001 From: Peter Desmet Date: Fri, 8 Dec 2023 22:42:25 +0100 Subject: [PATCH] Correct typo --- src/vptstools/bin/vph5_to_vpts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vptstools/bin/vph5_to_vpts.py b/src/vptstools/bin/vph5_to_vpts.py index 1ea8e38..b92a132 100644 --- a/src/vptstools/bin/vph5_to_vpts.py +++ b/src/vptstools/bin/vph5_to_vpts.py @@ -66,7 +66,7 @@ def cli(modified_days_ago, path_s3_folder=None): HDF5 files were recently added and convert those files from ODIM bird profile to the `VPTS CSV format `_. Finally, upload the generated daily/monthly VPTS files to S3. - When using the `path_s3_folder` option, the modified date is not used, but e recursive search within the given s3 + When using the `path_s3_folder` option, the modified date is not used, but a recursive search within the given s3 path is applied to define the daily/monthly files to recreate. E.g. `vph5_to_vpts --path-s3-folder uva/hdf5/nldhl/2019` or `vph5_to_vpts --path-s3-folder baltrad/hdf5/bejab/2022/10`.