rda-python-dsupdt 2.0.13__tar.gz → 2.0.15__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {rda_python_dsupdt-2.0.13 → rda_python_dsupdt-2.0.15}/PKG-INFO +4 -2
- rda_python_dsupdt-2.0.15/README.md +5 -0
- {rda_python_dsupdt-2.0.13 → rda_python_dsupdt-2.0.15}/pyproject.toml +1 -1
- {rda_python_dsupdt-2.0.13 → rda_python_dsupdt-2.0.15}/src/rda_python_dsupdt/dsupdt.usg +54 -58
- {rda_python_dsupdt-2.0.13 → rda_python_dsupdt-2.0.15}/src/rda_python_dsupdt.egg-info/PKG-INFO +4 -2
- rda_python_dsupdt-2.0.13/README.md +0 -3
- {rda_python_dsupdt-2.0.13 → rda_python_dsupdt-2.0.15}/LICENSE +0 -0
- {rda_python_dsupdt-2.0.13 → rda_python_dsupdt-2.0.15}/MANIFEST.in +0 -0
- {rda_python_dsupdt-2.0.13 → rda_python_dsupdt-2.0.15}/setup.cfg +0 -0
- {rda_python_dsupdt-2.0.13 → rda_python_dsupdt-2.0.15}/src/rda_python_dsupdt/PgUpdt.py +0 -0
- {rda_python_dsupdt-2.0.13 → rda_python_dsupdt-2.0.15}/src/rda_python_dsupdt/__init__.py +0 -0
- {rda_python_dsupdt-2.0.13 → rda_python_dsupdt-2.0.15}/src/rda_python_dsupdt/ds_updt.py +0 -0
- {rda_python_dsupdt-2.0.13 → rda_python_dsupdt-2.0.15}/src/rda_python_dsupdt/dsupdt.py +0 -0
- {rda_python_dsupdt-2.0.13 → rda_python_dsupdt-2.0.15}/src/rda_python_dsupdt/pg_updt.py +0 -0
- {rda_python_dsupdt-2.0.13 → rda_python_dsupdt-2.0.15}/src/rda_python_dsupdt.egg-info/SOURCES.txt +0 -0
- {rda_python_dsupdt-2.0.13 → rda_python_dsupdt-2.0.15}/src/rda_python_dsupdt.egg-info/dependency_links.txt +0 -0
- {rda_python_dsupdt-2.0.13 → rda_python_dsupdt-2.0.15}/src/rda_python_dsupdt.egg-info/entry_points.txt +0 -0
- {rda_python_dsupdt-2.0.13 → rda_python_dsupdt-2.0.15}/src/rda_python_dsupdt.egg-info/requires.txt +0 -0
- {rda_python_dsupdt-2.0.13 → rda_python_dsupdt-2.0.15}/src/rda_python_dsupdt.egg-info/top_level.txt +0 -0
- {rda_python_dsupdt-2.0.13 → rda_python_dsupdt-2.0.15}/tests/test_dsupdt.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: rda_python_dsupdt
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.15
|
|
4
4
|
Summary: RDA Python Package to update RDA operational datasets
|
|
5
5
|
Author-email: Zaihua Ji <zji@ucar.edu>
|
|
6
6
|
Project-URL: Homepage, https://github.com/NCAR/rda-python-dsupdt
|
|
@@ -15,6 +15,8 @@ Requires-Dist: rda_python_common
|
|
|
15
15
|
Requires-Dist: rda_python_dsarch
|
|
16
16
|
Dynamic: license-file
|
|
17
17
|
|
|
18
|
-
|
|
18
|
+
# dsupdt
|
|
19
|
+
|
|
20
|
+
Python project to archive and update operational datasets for the [NSF NCAR Geoscience Data Exchange (GDEX)](https://gdex.ucar.edu).
|
|
19
21
|
|
|
20
22
|
The user guide for this utility tool can be viewed at: [User guide](https://gdex-docs-dsupdt.readthedocs.io).
|
|
@@ -115,12 +115,12 @@ The description of an individual option is displayed when 'dsupdt' is run as
|
|
|
115
115
|
|
|
116
116
|
The description is shown for the option placed either before or after -(h|help).
|
|
117
117
|
If no option is given, or 'dsupdt' is run without arguments, the full document
|
|
118
|
-
is displayed using the UNIX 'more' utility. A
|
|
119
|
-
|
|
120
|
-
|
|
118
|
+
is displayed using the UNIX 'more' utility. A hard copy of this document
|
|
119
|
+
can be printed from the saved file, dsupdt.usg, in the Python package
|
|
120
|
+
rda_python_dsupdt.
|
|
121
121
|
|
|
122
122
|
#The online HTML version of this document is available at
|
|
123
|
-
#https://gdex-docs-dsupdt.readthedocs.io
|
|
123
|
+
#https://gdex-docs-dsupdt.readthedocs.io
|
|
124
124
|
|
|
125
125
|
|
|
126
126
|
3 ACTION OPTIONS
|
|
@@ -195,7 +195,7 @@ Delete Update Information - delete update control and local/remote file records
|
|
|
195
195
|
[-(CC|CarbonCopy) Cc'dEmailAddresses]
|
|
196
196
|
[-(DB|Debug) DebugModeInfo]
|
|
197
197
|
|
|
198
|
-
|
|
198
|
+
Available mode options:
|
|
199
199
|
-(MD|MyDataset) - sets information into GDEXDB regardless of dataset
|
|
200
200
|
ownership
|
|
201
201
|
-(NC|NewControl) - adds a new update control record to GDEXDB
|
|
@@ -234,7 +234,7 @@ ControlIndex<:>Specialist<:>ParentIndex<:>Action<:>Frequency<:>ControlOffset<:>C
|
|
|
234
234
|
[-(OF|OutputFile) OutputFileName]
|
|
235
235
|
[-(DB|Debug) DebugModeInfo]
|
|
236
236
|
|
|
237
|
-
|
|
237
|
+
Available mode option:
|
|
238
238
|
-(FO|FormatOutput) - formats each column to a uniform fixed width
|
|
239
239
|
|
|
240
240
|
Use Info option -FN (-FieldNames) to specify which control fields to
|
|
@@ -313,7 +313,7 @@ ControlIndex<:>Specialist<:>ParentIndex<:>Action<:>Frequency<:>ControlOffset<:>C
|
|
|
313
313
|
[-(DE|Description) FileDescription] # note, include temporal patterns
|
|
314
314
|
[-(DB|Debug) DebugModeInfo]
|
|
315
315
|
|
|
316
|
-
|
|
316
|
+
Available mode options:
|
|
317
317
|
-(MD|MyDataset) - sets information into GDEXDB regardless of dataset
|
|
318
318
|
ownership
|
|
319
319
|
-(NL|NewLocfile) - adds a new local file update record to GDEXDB
|
|
@@ -361,7 +361,7 @@ LocalIndex<:>LocalFile<:>Action<:>ExecOrder<:>ControlIndex<:>FileArchived<:>Down
|
|
|
361
361
|
[-(OF|OutputFile) OutputFileName]
|
|
362
362
|
[-(DB|Debug) DebugModeInfo]
|
|
363
363
|
|
|
364
|
-
|
|
364
|
+
Available mode option:
|
|
365
365
|
-(FO|FormatOutput) - formats each column to a uniform fixed width
|
|
366
366
|
|
|
367
367
|
Use -FN (-FieldNames) to specify which local file fields to retrieve. Defaults
|
|
@@ -427,7 +427,7 @@ LocalIndex<:>LocalFile<:>Action<:>ExecOrder<:>ControlIndex<:>FileArchived<:>Down
|
|
|
427
427
|
[-(TI|TimeInterval) TimeInterval] # i.e., 2H, 5D
|
|
428
428
|
[-(DB|Debug) DebugModeInfo]
|
|
429
429
|
|
|
430
|
-
|
|
430
|
+
Available mode option:
|
|
431
431
|
-(MD|MyDataset) - sets information into GDEXDB regardless of dataset
|
|
432
432
|
ownership
|
|
433
433
|
|
|
@@ -469,7 +469,7 @@ LocalIndex<:>LocalFile<:>Action<:>ExecOrder<:>ControlIndex<:>FileArchived<:>Down
|
|
|
469
469
|
[-(OF|OutputFile) OutputFileName]
|
|
470
470
|
[-(DB|Debug) DebugModeInfo]
|
|
471
471
|
|
|
472
|
-
|
|
472
|
+
Available mode option:
|
|
473
473
|
-(FO|FormatOutput) - formats each column to a uniform fixed width
|
|
474
474
|
|
|
475
475
|
Use -FN (-FieldNames) to specify which remote file fields to retrieve.
|
|
@@ -510,7 +510,7 @@ LocalIndex<:>LocalFile<:>Action<:>ExecOrder<:>ControlIndex<:>FileArchived<:>Down
|
|
|
510
510
|
[-(DO|DownloadOrder) DownloadOrderIndices]
|
|
511
511
|
[-(DB|Debug) DebugModeInfo]
|
|
512
512
|
|
|
513
|
-
|
|
513
|
+
Available mode option:
|
|
514
514
|
-(MD|MyDataset) - deletes records regardless of dataset ownership
|
|
515
515
|
|
|
516
516
|
Provide a control index to delete an update control record. Provide a local
|
|
@@ -541,7 +541,7 @@ LocalIndex<:>LocalFile<:>Action<:>ExecOrder<:>ControlIndex<:>FileArchived<:>Down
|
|
|
541
541
|
[-(OF|OutputFile) OutputFileName]
|
|
542
542
|
[-(DB|Debug) DebugModeInfo]
|
|
543
543
|
|
|
544
|
-
|
|
544
|
+
Available mode option:
|
|
545
545
|
-(FO|FormatOutput) - formats each column to a uniform fixed width
|
|
546
546
|
|
|
547
547
|
Output is sectioned under [DCUPDT] for update controls, [DLUPDT] for local
|
|
@@ -554,9 +554,9 @@ LocalIndex<:>LocalFile<:>Action<:>ExecOrder<:>ControlIndex<:>FileArchived<:>Down
|
|
|
554
554
|
For example, to retrieve all update control, local file, and remote file
|
|
555
555
|
information for d277000 at control index 2:
|
|
556
556
|
|
|
557
|
-
dsupdt d277000 GA -CI 2 -OF d277000.
|
|
557
|
+
dsupdt d277000 GA -CI 2 -OF d277000.all
|
|
558
558
|
|
|
559
|
-
<<Content of output file d277000.
|
|
559
|
+
<<Content of output file d277000.all>>
|
|
560
560
|
Dataset<=>d277000
|
|
561
561
|
[DCUPDT]
|
|
562
562
|
ControlIndex<:>Specialist<:>ParentIndex<:>Action<:>Frequency<:>ControlOffset<:>ControlTime<:>RetryInterval<:>UpdateControl<:>EMailControl<:>ErrorControl<:>KeepFile<:>HourOffset<:>DataTime<:>HostName<:>
|
|
@@ -580,7 +580,7 @@ LocalIndex<:>LocalFile<:>RemoteFile<:>ExecOrder<:>DownloadOrder<:>ServerFile<:>D
|
|
|
580
580
|
-(IF|InputFile) Input Files
|
|
581
581
|
[-(DB|Debug) DebugModeInfo]
|
|
582
582
|
|
|
583
|
-
|
|
583
|
+
Available mode options:
|
|
584
584
|
-(MD|MyDataset) - sets information into GDEXDB regardless of dataset
|
|
585
585
|
ownership
|
|
586
586
|
-(NC|NewControl) - sets a new update control record into GDEXDB
|
|
@@ -643,7 +643,7 @@ LocalIndex<:>LocalFile<:>RemoteFile<:>ExecOrder<:>DownloadOrder<:>ServerFile<:>D
|
|
|
643
643
|
[-(CC|CarbonCopy) Cc'dEmailAddresses]
|
|
644
644
|
[-(DB|Debug) DebugModeInfo]
|
|
645
645
|
|
|
646
|
-
|
|
646
|
+
Available mode options:
|
|
647
647
|
-(AW|AnyWhere) - works with -BP (-BatchProcess) to allow the recorded
|
|
648
648
|
'dsupdt' command to start from any directory
|
|
649
649
|
-(BG|BackGround) - runs in background; suppresses screen output and errors
|
|
@@ -674,9 +674,8 @@ LocalIndex<:>LocalFile<:>RemoteFile<:>ExecOrder<:>DownloadOrder<:>ServerFile<:>D
|
|
|
674
674
|
-(RA|RetryArchive) - forces re-archiving by passing -RA to 'dsarch'
|
|
675
675
|
-(RD|RetryDownload) - re-downloads the remote file even if it already
|
|
676
676
|
exists locally
|
|
677
|
-
-(RE|ResetEndTime) -
|
|
678
|
-
|
|
679
|
-
-(SE|SummaryEmail) - send a summary email to the specialist after update
|
|
677
|
+
-(RE|ResetEndTime) - resets end date/hour based on the local file timestamp
|
|
678
|
+
-(SE|SummaryEmail) - sends a summary email to the specialist after update
|
|
680
679
|
without detail logging information
|
|
681
680
|
-(UB|UseBeginTime) - uses the period's beginning time instead of end time
|
|
682
681
|
when substituting temporal patterns
|
|
@@ -747,7 +746,7 @@ LocalIndex<:>LocalFile<:>RemoteFile<:>ExecOrder<:>DownloadOrder<:>ServerFile<:>D
|
|
|
747
746
|
[-(CC|CarbonCopy) Cc'dEmailAddresses]
|
|
748
747
|
[-(DB|Debug) DebugModeInfo]
|
|
749
748
|
|
|
750
|
-
|
|
749
|
+
Available mode options:
|
|
751
750
|
-(AW|AnyWhere) - works with -BP (-BatchProcess) to allow the recorded
|
|
752
751
|
'dsupdt' command to start from any directory
|
|
753
752
|
-(BG|BackGround) - runs in background; suppresses screen output and errors
|
|
@@ -791,8 +790,8 @@ LocalIndex<:>LocalFile<:>RemoteFile<:>ExecOrder<:>DownloadOrder<:>ServerFile<:>D
|
|
|
791
790
|
when its name differs from the remote file name.
|
|
792
791
|
|
|
793
792
|
3.3.3 Build Local Files
|
|
794
|
-
-BL or -BuildLocal (Alias: -BuildLocalFile),
|
|
795
|
-
|
|
793
|
+
-BL or -BuildLocal (Alias: -BuildLocalFile), validates and converts remote
|
|
794
|
+
files and builds local files.
|
|
796
795
|
|
|
797
796
|
dsupdt [[-(DS|Dataset)] dNNNNNN] -(BL|BuildLocal) [Mode Options]
|
|
798
797
|
[-(CI|ControlIndex) UpdateControlIndex]
|
|
@@ -815,7 +814,7 @@ LocalIndex<:>LocalFile<:>RemoteFile<:>ExecOrder<:>DownloadOrder<:>ServerFile<:>D
|
|
|
815
814
|
[-(CC|CarbonCopy) Cc'dEmailAddresses]
|
|
816
815
|
[-(DB|Debug) DebugModeInfo]
|
|
817
816
|
|
|
818
|
-
|
|
817
|
+
Available mode options:
|
|
819
818
|
-(AW|AnyWhere) - works with -BP (-BatchProcess) to allow the recorded
|
|
820
819
|
'dsupdt' command to start from any directory
|
|
821
820
|
-(BG|BackGround) - runs in background; suppresses screen output and errors
|
|
@@ -823,8 +822,8 @@ LocalIndex<:>LocalFile<:>RemoteFile<:>ExecOrder<:>DownloadOrder<:>ServerFile<:>D
|
|
|
823
822
|
falls within the current update period
|
|
824
823
|
-(EE|ErrorEmail) - sends email only when an error occurs during local
|
|
825
824
|
file building
|
|
826
|
-
-(FU|ForceUpdate) -
|
|
827
|
-
|
|
825
|
+
-(FU|ForceUpdate) - forces build for at least one end date/time, even
|
|
826
|
+
if the update is not yet due
|
|
828
827
|
-(GZ|GMTZone) - uses GMT dates/times as controlling times
|
|
829
828
|
-(HU|HourlyUpdate) - advances time tracking to hours after a successful
|
|
830
829
|
local file build
|
|
@@ -883,7 +882,7 @@ LocalIndex<:>LocalFile<:>RemoteFile<:>ExecOrder<:>DownloadOrder<:>ServerFile<:>D
|
|
|
883
882
|
[-(CC|CarbonCopy) Cc'dEmailAddresses]
|
|
884
883
|
[-(DB|Debug) DebugModeInfo]
|
|
885
884
|
|
|
886
|
-
|
|
885
|
+
Available mode options:
|
|
887
886
|
-(AW|AnyWhere) - works with Info option -BP (-BatchProcess) to allow
|
|
888
887
|
the recorded 'dsupdt' command to be started anywhere
|
|
889
888
|
-(BG|BackGround) - background process; suppresses screen display of
|
|
@@ -922,9 +921,9 @@ LocalIndex<:>LocalFile<:>RemoteFile<:>ExecOrder<:>DownloadOrder<:>ServerFile<:>D
|
|
|
922
921
|
when substituting temporal patterns
|
|
923
922
|
|
|
924
923
|
3.3.5 Archive Local Files
|
|
925
|
-
-AF or -ArchiveFile,
|
|
926
|
-
|
|
927
|
-
|
|
924
|
+
-AF or -ArchiveFile, archives local files onto the GDEX Server according to
|
|
925
|
+
the DSARCH action previously saved in GDEXDB or specified on the command line
|
|
926
|
+
via Info option -AN (-ActionName).
|
|
928
927
|
|
|
929
928
|
dsupdt [[-(DS|Dataset)] dNNNNNN] -(AF|ArchiveFile) [Mode Options]
|
|
930
929
|
[-(CI|ControlIndex) UpdateControlIndex]
|
|
@@ -945,7 +944,7 @@ LocalIndex<:>LocalFile<:>RemoteFile<:>ExecOrder<:>DownloadOrder<:>ServerFile<:>D
|
|
|
945
944
|
[-(CC|CarbonCopy) Cc'dEmailAddresses]
|
|
946
945
|
[-(DB|Debug) DebugModeInfo]
|
|
947
946
|
|
|
948
|
-
|
|
947
|
+
Available mode options:
|
|
949
948
|
-(AW|AnyWhere) - works with Info option -BP (-BatchProcess) to allow
|
|
950
949
|
the recorded 'dsupdt' command to be started anywhere
|
|
951
950
|
-(BG|BackGround) - background process; suppresses screen display of
|
|
@@ -954,8 +953,8 @@ LocalIndex<:>LocalFile<:>RemoteFile<:>ExecOrder<:>DownloadOrder<:>ServerFile<:>D
|
|
|
954
953
|
current date/hour if it falls within the current
|
|
955
954
|
update period
|
|
956
955
|
-(EE|ErrorEmail) - sends email only when an error occurs during archiving
|
|
957
|
-
-(FU|ForceUpdate) -
|
|
958
|
-
|
|
956
|
+
-(FU|ForceUpdate) - forces archive for at least one end date/time, even
|
|
957
|
+
if the update is not yet due
|
|
959
958
|
-(GZ|GMTZone) - uses GMT dates/times as controlling times
|
|
960
959
|
-(HU|HourlyUpdate) - advances time tracking to hours after a successful
|
|
961
960
|
archive of a local file
|
|
@@ -979,8 +978,8 @@ LocalIndex<:>LocalFile<:>RemoteFile<:>ExecOrder<:>DownloadOrder<:>ServerFile<:>D
|
|
|
979
978
|
-(UT|UpdateTime) - forces an update of the data end time and next due
|
|
980
979
|
update times regardless of whether archiving succeeds
|
|
981
980
|
|
|
982
|
-
If a local file is not ready on the local disk, the archive action for
|
|
983
|
-
|
|
981
|
+
If a local file is not ready on the local disk, the archive action for that
|
|
982
|
+
file is skipped.
|
|
984
983
|
|
|
985
984
|
3.3.6 Clean Temporary Files
|
|
986
985
|
-CF or -CleanFile, removes temporary files from the local working area,
|
|
@@ -1003,7 +1002,7 @@ LocalIndex<:>LocalFile<:>RemoteFile<:>ExecOrder<:>DownloadOrder<:>ServerFile<:>D
|
|
|
1003
1002
|
[-(CC|CarbonCopy) Cc'dEmailAddresses]
|
|
1004
1003
|
[-(DB|Debug) DebugModeInfo]
|
|
1005
1004
|
|
|
1006
|
-
|
|
1005
|
+
Available mode options:
|
|
1007
1006
|
-(AW|AnyWhere) - works with Info option -BP (-BatchProcess) to allow
|
|
1008
1007
|
the recorded 'dsupdt' command to be started anywhere
|
|
1009
1008
|
-(BG|BackGround) - background process; suppresses screen display of
|
|
@@ -1013,8 +1012,8 @@ LocalIndex<:>LocalFile<:>RemoteFile<:>ExecOrder<:>DownloadOrder<:>ServerFile<:>D
|
|
|
1013
1012
|
update period
|
|
1014
1013
|
-(EE|ErrorEmail) - sends email only when an error occurs during local
|
|
1015
1014
|
file cleaning
|
|
1016
|
-
-(FU|ForceUpdate) -
|
|
1017
|
-
|
|
1015
|
+
-(FU|ForceUpdate) - forces clean for at least one end date/time, even
|
|
1016
|
+
if the update is not yet due
|
|
1018
1017
|
-(GZ|GMTZone) - uses GMT dates/times as controlling times
|
|
1019
1018
|
-(HU|HourlyUpdate) - advances time tracking to hours after a successful
|
|
1020
1019
|
clean action
|
|
@@ -1077,7 +1076,7 @@ LocalIndex<:>LocalFile<:>RemoteFile<:>ExecOrder<:>DownloadOrder<:>ServerFile<:>D
|
|
|
1077
1076
|
[-(DB|Debug) DebugModeInfo]
|
|
1078
1077
|
|
|
1079
1078
|
|
|
1080
|
-
|
|
1079
|
+
Available mode options:
|
|
1081
1080
|
-(CA|CheckAll) - checks all remote files rather than stopping at the
|
|
1082
1081
|
first unavailable one
|
|
1083
1082
|
-(EE|ErrorEmail) - sends email only when an error occurs during checking
|
|
@@ -1105,9 +1104,9 @@ optional and do not accept values.
|
|
|
1105
1104
|
-BG or -BackGround (Alias: -b), background process. When present, screen
|
|
1106
1105
|
display is suppressed for both standard output and errors.
|
|
1107
1106
|
|
|
1108
|
-
-CA or -CheckAll,
|
|
1109
|
-
|
|
1110
|
-
|
|
1107
|
+
-CA or -CheckAll, allows check update action -CU (-CheckUpdate) to verify
|
|
1108
|
+
availability of all remote files. Without it, checking stops after the first
|
|
1109
|
+
unavailable file.
|
|
1111
1110
|
|
|
1112
1111
|
-CN or -CheckNewer (Alias: -CheckNewFile), when the server file is available
|
|
1113
1112
|
locally, checks if it has changed on the server and re-downloads it if so.
|
|
@@ -1126,9 +1125,8 @@ optional and do not accept values.
|
|
|
1126
1125
|
hour difference so that local and remote file timestamps can be compared
|
|
1127
1126
|
correctly.
|
|
1128
1127
|
|
|
1129
|
-
-CP or -CurrentPeriod,
|
|
1130
|
-
|
|
1131
|
-
date/hour is not yet due.
|
|
1128
|
+
-CP or -CurrentPeriod, allows update actions when the current date/hour falls
|
|
1129
|
+
within the current update period, even if the data end date/hour is not yet due.
|
|
1132
1130
|
|
|
1133
1131
|
-EE or -ErrorEmail, sends an email notification only when an error occurs
|
|
1134
1132
|
during the update action.
|
|
@@ -1136,8 +1134,8 @@ optional and do not accept values.
|
|
|
1136
1134
|
-FO or -FormatOutput, formats the output of GET actions so that all values
|
|
1137
1135
|
in a given field share the same dynamically calculated column width.
|
|
1138
1136
|
|
|
1139
|
-
-FU or -ForceUpdate,
|
|
1140
|
-
|
|
1137
|
+
-FU or -ForceUpdate, forces update for at least one end date/time, even if
|
|
1138
|
+
the update is not yet due.
|
|
1141
1139
|
|
|
1142
1140
|
-GZ or -GMTZone (Alias: -GMT|-GreenwichZone|-UTC), uses GMT rather than
|
|
1143
1141
|
local time as the reference for update action scheduling.
|
|
@@ -1190,8 +1188,8 @@ optional and do not accept values.
|
|
|
1190
1188
|
-RD or -RetryDownload (Alias: -ReDownload), retries downloading the remote
|
|
1191
1189
|
file if it already exists locally, for Action -DR (-DownloadRemote).
|
|
1192
1190
|
|
|
1193
|
-
-RE or -ResetEndTime,
|
|
1194
|
-
|
|
1191
|
+
-RE or -ResetEndTime, resets the end date/hour when the file timestamp is
|
|
1192
|
+
newer than the end date/hour plus one update frequency.
|
|
1195
1193
|
|
|
1196
1194
|
-RO or -ResetOrder (Alias: -Reorder), resets execution order indices to match
|
|
1197
1195
|
the sequence in which local files are provided to -SL (-SetLocalFile).
|
|
@@ -1201,13 +1199,11 @@ optional and do not accept values.
|
|
|
1201
1199
|
-SE or -SummaryEmail, sends a brief summary email after the update action,
|
|
1202
1200
|
omitting detailed log information.
|
|
1203
1201
|
|
|
1204
|
-
-UB or -UseBeginTime,
|
|
1205
|
-
|
|
1206
|
-
other fields.
|
|
1202
|
+
-UB or -UseBeginTime, uses the beginning time of the update period to replace
|
|
1203
|
+
temporal patterns in file names, download commands, and other fields.
|
|
1207
1204
|
|
|
1208
|
-
-UT or -UpdateTime,
|
|
1209
|
-
|
|
1210
|
-
actions succeed.
|
|
1205
|
+
-UT or -UpdateTime, forces an update of the data end time and next due update
|
|
1206
|
+
times in local file records, regardless of whether the update actions succeed.
|
|
1211
1207
|
|
|
1212
1208
|
|
|
1213
1209
|
5 INFORMATION OPTIONS
|
|
@@ -1566,10 +1562,10 @@ Information (Info) options supply values to 'dsupdt'. There are two types:
|
|
|
1566
1562
|
'dsupdt' will not attempt a download.
|
|
1567
1563
|
|
|
1568
1564
|
-WD or -WorkDir, the working directory for staging temporary files during
|
|
1569
|
-
download and archive operations.
|
|
1570
|
-
variable $UPDTWKP
|
|
1571
|
-
|
|
1572
|
-
|
|
1565
|
+
download and archive operations. A root path can be set via the environment
|
|
1566
|
+
variable $UPDTWKP. If it is set to '/lustre/gdex/work', '$UPDTWKP/zji/icoads'
|
|
1567
|
+
resolves to '/lustre/gdex/work/zji/icoads'. If $UPDTWKP is unset, the work
|
|
1568
|
+
directory is used as specified. To use a different root path, set the
|
|
1573
1569
|
$UPDTWKP environment variable before running 'dsupdt'.
|
|
1574
1570
|
|
|
1575
1571
|
-XC or -ExecuteCommand (Alias: -ExecCmd), an external command run after a
|
{rda_python_dsupdt-2.0.13 → rda_python_dsupdt-2.0.15}/src/rda_python_dsupdt.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: rda_python_dsupdt
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.15
|
|
4
4
|
Summary: RDA Python Package to update RDA operational datasets
|
|
5
5
|
Author-email: Zaihua Ji <zji@ucar.edu>
|
|
6
6
|
Project-URL: Homepage, https://github.com/NCAR/rda-python-dsupdt
|
|
@@ -15,6 +15,8 @@ Requires-Dist: rda_python_common
|
|
|
15
15
|
Requires-Dist: rda_python_dsarch
|
|
16
16
|
Dynamic: license-file
|
|
17
17
|
|
|
18
|
-
|
|
18
|
+
# dsupdt
|
|
19
|
+
|
|
20
|
+
Python project to archive and update operational datasets for the [NSF NCAR Geoscience Data Exchange (GDEX)](https://gdex.ucar.edu).
|
|
19
21
|
|
|
20
22
|
The user guide for this utility tool can be viewed at: [User guide](https://gdex-docs-dsupdt.readthedocs.io).
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rda_python_dsupdt-2.0.13 → rda_python_dsupdt-2.0.15}/src/rda_python_dsupdt.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rda_python_dsupdt-2.0.13 → rda_python_dsupdt-2.0.15}/src/rda_python_dsupdt.egg-info/requires.txt
RENAMED
|
File without changes
|
{rda_python_dsupdt-2.0.13 → rda_python_dsupdt-2.0.15}/src/rda_python_dsupdt.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|