rda-python-dsupdt 2.0.11__tar.gz → 2.0.12__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.12}/PKG-INFO +3 -1
- rda_python_dsupdt-2.0.12/README.md +3 -0
- {rda_python_dsupdt-2.0.11 → rda_python_dsupdt-2.0.12}/pyproject.toml +1 -1
- {rda_python_dsupdt-2.0.11 → rda_python_dsupdt-2.0.12}/src/rda_python_dsupdt/dsupdt.usg +16 -15
- {rda_python_dsupdt-2.0.11 → rda_python_dsupdt-2.0.12}/src/rda_python_dsupdt/pg_updt.py +1 -1
- {rda_python_dsupdt-2.0.11 → rda_python_dsupdt-2.0.12}/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.12}/LICENSE +0 -0
- {rda_python_dsupdt-2.0.11 → rda_python_dsupdt-2.0.12}/MANIFEST.in +0 -0
- {rda_python_dsupdt-2.0.11 → rda_python_dsupdt-2.0.12}/setup.cfg +0 -0
- {rda_python_dsupdt-2.0.11 → rda_python_dsupdt-2.0.12}/src/rda_python_dsupdt/PgUpdt.py +0 -0
- {rda_python_dsupdt-2.0.11 → rda_python_dsupdt-2.0.12}/src/rda_python_dsupdt/__init__.py +0 -0
- {rda_python_dsupdt-2.0.11 → rda_python_dsupdt-2.0.12}/src/rda_python_dsupdt/ds_updt.py +0 -0
- {rda_python_dsupdt-2.0.11 → rda_python_dsupdt-2.0.12}/src/rda_python_dsupdt/dsupdt.py +0 -0
- {rda_python_dsupdt-2.0.11 → rda_python_dsupdt-2.0.12}/src/rda_python_dsupdt.egg-info/SOURCES.txt +0 -0
- {rda_python_dsupdt-2.0.11 → rda_python_dsupdt-2.0.12}/src/rda_python_dsupdt.egg-info/dependency_links.txt +0 -0
- {rda_python_dsupdt-2.0.11 → rda_python_dsupdt-2.0.12}/src/rda_python_dsupdt.egg-info/entry_points.txt +0 -0
- {rda_python_dsupdt-2.0.11 → rda_python_dsupdt-2.0.12}/src/rda_python_dsupdt.egg-info/requires.txt +0 -0
- {rda_python_dsupdt-2.0.11 → rda_python_dsupdt-2.0.12}/src/rda_python_dsupdt.egg-info/top_level.txt +0 -0
- {rda_python_dsupdt-2.0.11 → rda_python_dsupdt-2.0.12}/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.12
|
|
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
|
|
{rda_python_dsupdt-2.0.11 → rda_python_dsupdt-2.0.12}/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.12
|
|
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.12}/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.12}/src/rda_python_dsupdt.egg-info/requires.txt
RENAMED
|
File without changes
|
{rda_python_dsupdt-2.0.11 → rda_python_dsupdt-2.0.12}/src/rda_python_dsupdt.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|