rda-python-icoads 1.0.1__tar.gz → 1.0.2__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.1 → rda_python_icoads-1.0.2}/PKG-INFO +1 -1
- {rda_python_icoads-1.0.1 → rda_python_icoads-1.0.2}/pyproject.toml +1 -1
- {rda_python_icoads-1.0.1 → rda_python_icoads-1.0.2}/src/rda_python_icoads/imma1_subset.py +3 -3
- {rda_python_icoads-1.0.1 → rda_python_icoads-1.0.2}/src/rda_python_icoads.egg-info/PKG-INFO +1 -1
- {rda_python_icoads-1.0.1 → rda_python_icoads-1.0.2}/LICENSE +0 -0
- {rda_python_icoads-1.0.1 → rda_python_icoads-1.0.2}/MANIFEST.in +0 -0
- {rda_python_icoads-1.0.1 → rda_python_icoads-1.0.2}/README.md +0 -0
- {rda_python_icoads-1.0.1 → rda_python_icoads-1.0.2}/setup.cfg +0 -0
- {rda_python_icoads-1.0.1 → rda_python_icoads-1.0.2}/src/rda_python_icoads/PgIMMA.py +0 -0
- {rda_python_icoads-1.0.1 → rda_python_icoads-1.0.2}/src/rda_python_icoads/README_R3.0_Subset.html +0 -0
- {rda_python_icoads-1.0.1 → rda_python_icoads-1.0.2}/src/rda_python_icoads/__init__.py +0 -0
- {rda_python_icoads-1.0.1 → rda_python_icoads-1.0.2}/src/rda_python_icoads/rdimma1_csv.f +0 -0
- {rda_python_icoads-1.0.1 → rda_python_icoads-1.0.2}/src/rda_python_icoads.egg-info/SOURCES.txt +0 -0
- {rda_python_icoads-1.0.1 → rda_python_icoads-1.0.2}/src/rda_python_icoads.egg-info/dependency_links.txt +0 -0
- {rda_python_icoads-1.0.1 → rda_python_icoads-1.0.2}/src/rda_python_icoads.egg-info/entry_points.txt +0 -0
- {rda_python_icoads-1.0.1 → rda_python_icoads-1.0.2}/src/rda_python_icoads.egg-info/requires.txt +0 -0
- {rda_python_icoads-1.0.1 → rda_python_icoads-1.0.2}/src/rda_python_icoads.egg-info/top_level.txt +0 -0
- {rda_python_icoads-1.0.1 → rda_python_icoads-1.0.2}/tests/test_icoads.py +0 -0
|
@@ -408,13 +408,13 @@ def process_subset_request(ridx, rdir, rstr):
|
|
|
408
408
|
else:
|
|
409
409
|
tcnt = get_table_info(PVALS['dates'])
|
|
410
410
|
for i in range(tcnt):
|
|
411
|
-
bdate = PVALS['
|
|
411
|
+
bdate = PVALS['bdate'][i]
|
|
412
412
|
edate = PVALS['edate'][i]
|
|
413
413
|
tidx = PVALS['tidx'][i]
|
|
414
414
|
pgrec = {}
|
|
415
415
|
pgrec['data_format'] = 'ASCII'
|
|
416
416
|
pgrec['disp_order'] = i+1
|
|
417
|
-
pgrec['command'] =
|
|
417
|
+
pgrec['command'] = pgcmd + " -f -FI"
|
|
418
418
|
pgrec['cmd_detail'] = "dates={} {}&tidx={}".format(bdate, edate, tidx)
|
|
419
419
|
fname = "ICOADS_R3.0_Rqst{}_{}-{}.csv".format(ridx, bdate, edate)
|
|
420
420
|
PgSubset.add_request_file(ridx, fname, pgrec, PgLOG.LGEREX)
|
|
@@ -649,7 +649,7 @@ def build_final_files(ridx, rstr):
|
|
|
649
649
|
|
|
650
650
|
PgDBI.dssdb_scname()
|
|
651
651
|
|
|
652
|
-
fcnt = PgDBI.
|
|
652
|
+
fcnt = PgDBI.pgget('wfrqst', '', "rindex = {} AND type = 'D'".format(ridx))
|
|
653
653
|
fname = write_readme()
|
|
654
654
|
pgrec = {'status' : 'O', 'type' : 'O', 'data_format' : 'PDF'}
|
|
655
655
|
fcnt += 1
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rda_python_icoads-1.0.1 → rda_python_icoads-1.0.2}/src/rda_python_icoads/README_R3.0_Subset.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rda_python_icoads-1.0.1 → rda_python_icoads-1.0.2}/src/rda_python_icoads.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{rda_python_icoads-1.0.1 → rda_python_icoads-1.0.2}/src/rda_python_icoads.egg-info/entry_points.txt
RENAMED
|
File without changes
|
{rda_python_icoads-1.0.1 → rda_python_icoads-1.0.2}/src/rda_python_icoads.egg-info/requires.txt
RENAMED
|
File without changes
|
{rda_python_icoads-1.0.1 → rda_python_icoads-1.0.2}/src/rda_python_icoads.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|