rda-python-icoads 1.0.3__tar.gz → 1.0.4__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.
Potentially problematic release.
This version of rda-python-icoads might be problematic. Click here for more details.
- {rda_python_icoads-1.0.3 → rda_python_icoads-1.0.4}/PKG-INFO +1 -1
- {rda_python_icoads-1.0.3 → rda_python_icoads-1.0.4}/pyproject.toml +1 -1
- {rda_python_icoads-1.0.3 → rda_python_icoads-1.0.4}/src/rda_python_icoads/README_R3.0_Subset.html +1 -1
- {rda_python_icoads-1.0.3 → rda_python_icoads-1.0.4}/src/rda_python_icoads/imma1_subset.py +2 -2
- {rda_python_icoads-1.0.3 → rda_python_icoads-1.0.4}/src/rda_python_icoads.egg-info/PKG-INFO +1 -1
- {rda_python_icoads-1.0.3 → rda_python_icoads-1.0.4}/LICENSE +0 -0
- {rda_python_icoads-1.0.3 → rda_python_icoads-1.0.4}/MANIFEST.in +0 -0
- {rda_python_icoads-1.0.3 → rda_python_icoads-1.0.4}/README.md +0 -0
- {rda_python_icoads-1.0.3 → rda_python_icoads-1.0.4}/setup.cfg +0 -0
- {rda_python_icoads-1.0.3 → rda_python_icoads-1.0.4}/src/rda_python_icoads/PgIMMA.py +0 -0
- {rda_python_icoads-1.0.3 → rda_python_icoads-1.0.4}/src/rda_python_icoads/__init__.py +0 -0
- {rda_python_icoads-1.0.3 → rda_python_icoads-1.0.4}/src/rda_python_icoads/rdimma1_csv.f +0 -0
- {rda_python_icoads-1.0.3 → rda_python_icoads-1.0.4}/src/rda_python_icoads.egg-info/SOURCES.txt +0 -0
- {rda_python_icoads-1.0.3 → rda_python_icoads-1.0.4}/src/rda_python_icoads.egg-info/dependency_links.txt +0 -0
- {rda_python_icoads-1.0.3 → rda_python_icoads-1.0.4}/src/rda_python_icoads.egg-info/entry_points.txt +0 -0
- {rda_python_icoads-1.0.3 → rda_python_icoads-1.0.4}/src/rda_python_icoads.egg-info/requires.txt +0 -0
- {rda_python_icoads-1.0.3 → rda_python_icoads-1.0.4}/src/rda_python_icoads.egg-info/top_level.txt +0 -0
- {rda_python_icoads-1.0.3 → rda_python_icoads-1.0.4}/tests/test_icoads.py +0 -0
{rda_python_icoads-1.0.3 → rda_python_icoads-1.0.4}/src/rda_python_icoads/README_R3.0_Subset.html
RENAMED
|
@@ -87,7 +87,7 @@ column of data provided.
|
|
|
87
87
|
</ul>
|
|
88
88
|
|
|
89
89
|
<hr>
|
|
90
|
-
<h3>Your data request details for user name, temporal range, spatial domain
|
|
90
|
+
<h3>Your data request details for user name, temporal range, and spatial domain:</h3>
|
|
91
91
|
|
|
92
92
|
<ul>
|
|
93
93
|
<li>User Name: __USER__</li>
|
|
@@ -403,7 +403,7 @@ def process_subset_request(ridx, rdir, rstr):
|
|
|
403
403
|
if ptcnt > 0:
|
|
404
404
|
fname = PVALS['rdimma1']
|
|
405
405
|
cnd = "rindex = {} AND wfile = '{}' AND status = 'O'".format(ridx, fname)
|
|
406
|
-
if
|
|
406
|
+
if PgDBI.pgget("wfrqst", "", cnd): return
|
|
407
407
|
|
|
408
408
|
get_subset_info(rstr)
|
|
409
409
|
|
|
@@ -422,7 +422,7 @@ def process_subset_request(ridx, rdir, rstr):
|
|
|
422
422
|
pgrec['disp_order'] = i+1
|
|
423
423
|
pgrec['command'] = pgcmd + " -f -FI"
|
|
424
424
|
pgrec['cmd_detail'] = "dates={} {}&tidx={}".format(bdate, edate, tidx)
|
|
425
|
-
fname = "ICOADS_R3.0_Rqst{}_{}-{}.csv".format(ridx, bdate, edate)
|
|
425
|
+
fname = "ICOADS_R3.0_Rqst{}_{}-{}.csv".format(ridx, bdate.replace('-', ''), edate.replace('-', ''))
|
|
426
426
|
PgSubset.add_request_file(ridx, fname, pgrec, PgLOG.LGEREX)
|
|
427
427
|
|
|
428
428
|
#
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rda_python_icoads-1.0.3 → rda_python_icoads-1.0.4}/src/rda_python_icoads.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{rda_python_icoads-1.0.3 → rda_python_icoads-1.0.4}/src/rda_python_icoads.egg-info/entry_points.txt
RENAMED
|
File without changes
|
{rda_python_icoads-1.0.3 → rda_python_icoads-1.0.4}/src/rda_python_icoads.egg-info/requires.txt
RENAMED
|
File without changes
|
{rda_python_icoads-1.0.3 → rda_python_icoads-1.0.4}/src/rda_python_icoads.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|