rda-python-dsupdt 2.0.11__tar.gz → 2.0.13__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.11 → rda_python_dsupdt-2.0.13}/PKG-INFO +3 -1
- rda_python_dsupdt-2.0.13/README.md +3 -0
- {rda_python_dsupdt-2.0.11 → rda_python_dsupdt-2.0.13}/pyproject.toml +1 -1
- {rda_python_dsupdt-2.0.11 → rda_python_dsupdt-2.0.13}/src/rda_python_dsupdt/dsupdt.usg +22 -26
- {rda_python_dsupdt-2.0.11 → rda_python_dsupdt-2.0.13}/src/rda_python_dsupdt/pg_updt.py +1 -1
- {rda_python_dsupdt-2.0.11 → rda_python_dsupdt-2.0.13}/src/rda_python_dsupdt.egg-info/PKG-INFO +3 -1
- rda_python_dsupdt-2.0.11/README.md +0 -1
- {rda_python_dsupdt-2.0.11 → rda_python_dsupdt-2.0.13}/LICENSE +0 -0
- {rda_python_dsupdt-2.0.11 → rda_python_dsupdt-2.0.13}/MANIFEST.in +0 -0
- {rda_python_dsupdt-2.0.11 → rda_python_dsupdt-2.0.13}/setup.cfg +0 -0
- {rda_python_dsupdt-2.0.11 → rda_python_dsupdt-2.0.13}/src/rda_python_dsupdt/PgUpdt.py +0 -0
- {rda_python_dsupdt-2.0.11 → rda_python_dsupdt-2.0.13}/src/rda_python_dsupdt/__init__.py +0 -0
- {rda_python_dsupdt-2.0.11 → rda_python_dsupdt-2.0.13}/src/rda_python_dsupdt/ds_updt.py +0 -0
- {rda_python_dsupdt-2.0.11 → rda_python_dsupdt-2.0.13}/src/rda_python_dsupdt/dsupdt.py +0 -0
- {rda_python_dsupdt-2.0.11 → rda_python_dsupdt-2.0.13}/src/rda_python_dsupdt.egg-info/SOURCES.txt +0 -0
- {rda_python_dsupdt-2.0.11 → rda_python_dsupdt-2.0.13}/src/rda_python_dsupdt.egg-info/dependency_links.txt +0 -0
- {rda_python_dsupdt-2.0.11 → rda_python_dsupdt-2.0.13}/src/rda_python_dsupdt.egg-info/entry_points.txt +0 -0
- {rda_python_dsupdt-2.0.11 → rda_python_dsupdt-2.0.13}/src/rda_python_dsupdt.egg-info/requires.txt +0 -0
- {rda_python_dsupdt-2.0.11 → rda_python_dsupdt-2.0.13}/src/rda_python_dsupdt.egg-info/top_level.txt +0 -0
- {rda_python_dsupdt-2.0.11 → rda_python_dsupdt-2.0.13}/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.13
|
|
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
|
|
@@ -16,3 +16,5 @@ Requires-Dist: rda_python_dsarch
|
|
|
16
16
|
Dynamic: license-file
|
|
17
17
|
|
|
18
18
|
RDA python package to update RDA operational datasets.
|
|
19
|
+
|
|
20
|
+
The user guide for this utility tool can be viewed at: [User guide](https://gdex-docs-dsupdt.readthedocs.io).
|
|
@@ -25,10 +25,10 @@ on placing a dataset under 'dsarch' control.
|
|
|
25
25
|
|
|
26
26
|
Once update information is configured in GDEXDB, 'dsupdt' downloads and archives
|
|
27
27
|
data in the following steps:
|
|
28
|
-
Server Files on remote server or at other local area
|
|
29
|
-
Remote Files at local working area
|
|
30
|
-
Remote Files ready for building Local Files
|
|
31
|
-
Local Files ready for archive
|
|
28
|
+
Server Files on remote server or at other local area ===DOWNLOAD/COPY=>
|
|
29
|
+
Remote Files at local working area ==================VALIDATE/CONVERT=>
|
|
30
|
+
Remote Files ready for building Local Files =======TAR/COMPRESS/BUILD=>
|
|
31
|
+
Local Files ready for archive =================================DSARCH=>
|
|
32
32
|
Files on GDEX Servers
|
|
33
33
|
|
|
34
34
|
If not specified explicitly, the server file name defaults to the remote file name.
|
|
@@ -98,14 +98,16 @@ command-line options. The -IF option name itself may be omitted when a single
|
|
|
98
98
|
input file is given on the command line and all action and option information is
|
|
99
99
|
contained within that file.
|
|
100
100
|
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
'
|
|
107
|
-
|
|
108
|
-
|
|
101
|
+
Info options used with GET actions serve as query filters. Four special
|
|
102
|
+
characters enable more precise filtering — they must be quoted or escaped
|
|
103
|
+
on the command line to prevent shell interpretation:
|
|
104
|
+
'!' - exclude matches; must appear immediately after the option name
|
|
105
|
+
'<' - less-than comparison on the following value
|
|
106
|
+
'>' - greater-than comparison on the following value
|
|
107
|
+
'<>' - range between two values
|
|
108
|
+
|
|
109
|
+
Combining '!' and '<' as "-<OptionName>!<OptionValue>" expresses a 'greater than
|
|
110
|
+
or equal to OptionValue' condition.
|
|
109
111
|
|
|
110
112
|
The description of an individual option is displayed when 'dsupdt' is run as
|
|
111
113
|
|
|
@@ -118,7 +120,7 @@ available at $DSSHOME/dssdb/prog_usage/dsupdt.usg, where $DSSHOME is the
|
|
|
118
120
|
environment variable for the DSS home directory.
|
|
119
121
|
|
|
120
122
|
#The online HTML version of this document is available at
|
|
121
|
-
#
|
|
123
|
+
#https://gdex-docs-dsupdt.readthedocs.io/en/latest/index.html
|
|
122
124
|
|
|
123
125
|
|
|
124
126
|
3 ACTION OPTIONS
|
|
@@ -261,8 +263,7 @@ ControlIndex<:>Specialist<:>ParentIndex<:>Action<:>Frequency<:>ControlOffset<:>C
|
|
|
261
263
|
Z -(HO|HourOffset) time zone hour offset, hours ahead of local time
|
|
262
264
|
D -(DT|DataTime) time data updated to, format: YYYY-MM-DD HH:NN:SS
|
|
263
265
|
H -(HN|HostName) hostnames on which this control index can or cannot be processed
|
|
264
|
-
|
|
265
|
-
Q -(QS|QSubOptions) additional PBS qsub options
|
|
266
|
+
Q -(QS|QsubOptions) additional PBS qsub options
|
|
266
267
|
Y -(CC|CarbonCopy) carbon copies for additional email addresses
|
|
267
268
|
X -(XC|ExecuteCommand) Command to be executed after successful update
|
|
268
269
|
|
|
@@ -1337,12 +1338,6 @@ Information (Info) options supply values to 'dsupdt'. There are two types:
|
|
|
1337
1338
|
in the form YYYY-MM-DD HH:NN:SS. After a successful update, this time is
|
|
1338
1339
|
advanced to the next period based on the control frequency and offset.
|
|
1339
1340
|
|
|
1340
|
-
-DC or -DownloadCommand (Alias: -Download|-Command), the command used to
|
|
1341
|
-
download a remote file, copy a local file, or generate a remote file via local
|
|
1342
|
-
processing. Can be set in both local and remote file records; used by
|
|
1343
|
-
-DR (-DownloadRemote). At run time, the command precedence is:
|
|
1344
|
-
command line > remote file record > local file record.
|
|
1345
|
-
|
|
1346
1341
|
-DB or -Debug, enables debug mode with specified detail level. This option
|
|
1347
1342
|
accepts up to 3 values: Debug Level, debug log file path, and debug log file
|
|
1348
1343
|
name. The debug level is required and may be a single integer (e.g., 1000 to
|
|
@@ -1350,6 +1345,12 @@ Information (Info) options supply values to 'dsupdt'. There are two types:
|
|
|
1350
1345
|
is '$DSSHOME/dssdb/log' and the default log file name is 'mydss.dbg'. Provide
|
|
1351
1346
|
the second and third values to override these defaults.
|
|
1352
1347
|
|
|
1348
|
+
-DC or -DownloadCommand (Alias: -Download|-Command), the command used to
|
|
1349
|
+
download a remote file, copy a local file, or generate a remote file via local
|
|
1350
|
+
processing. Can be set in both local and remote file records; used by
|
|
1351
|
+
-DR (-DownloadRemote). At run time, the command precedence is
|
|
1352
|
+
command line, remote file record and local file record.
|
|
1353
|
+
|
|
1353
1354
|
-DE or -Description (Alias: -Desc|-Note|-FileDesc|-FileDescription), a
|
|
1354
1355
|
description for data files. Multi-line descriptions are supported when
|
|
1355
1356
|
supplied via an input file (-IF).
|
|
@@ -1533,11 +1534,6 @@ Information (Info) options supply values to 'dsupdt'. There are two types:
|
|
|
1533
1534
|
-RI or -RetryInterval, the wait time (in days or hours) before retrying an
|
|
1534
1535
|
update control process after a failed attempt.
|
|
1535
1536
|
|
|
1536
|
-
-RO or -ResetOrder (Alias: -Reorder), when present, resets the execution
|
|
1537
|
-
order of the given local files to match the order in which the update records
|
|
1538
|
-
are provided for action -SL (-SetLocalFile). Local files can also be reordered
|
|
1539
|
-
by explicitly providing order index values via Info option -XO (-ExecOrder).
|
|
1540
|
-
|
|
1541
1537
|
-SF or -ServerFile, specifies file names on remote servers when they differ
|
|
1542
1538
|
from the remote file names.
|
|
1543
1539
|
|
{rda_python_dsupdt-2.0.11 → rda_python_dsupdt-2.0.13}/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.13
|
|
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
|
|
@@ -16,3 +16,5 @@ Requires-Dist: rda_python_dsarch
|
|
|
16
16
|
Dynamic: license-file
|
|
17
17
|
|
|
18
18
|
RDA python package to update RDA operational datasets.
|
|
19
|
+
|
|
20
|
+
The user guide for this utility tool can be viewed at: [User guide](https://gdex-docs-dsupdt.readthedocs.io).
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
RDA python package to update RDA operational datasets.
|
|
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.11 → rda_python_dsupdt-2.0.13}/src/rda_python_dsupdt.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rda_python_dsupdt-2.0.11 → rda_python_dsupdt-2.0.13}/src/rda_python_dsupdt.egg-info/requires.txt
RENAMED
|
File without changes
|
{rda_python_dsupdt-2.0.11 → rda_python_dsupdt-2.0.13}/src/rda_python_dsupdt.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|