adding some TODOs
This commit is contained in:
@@ -215,12 +215,16 @@
|
|||||||
" downloadDir = \"/home/frankknoll/Dokumente/Corona/projects/HowBadIsMyBatch/src/VAERS/tmp\"\n",
|
" downloadDir = \"/home/frankknoll/Dokumente/Corona/projects/HowBadIsMyBatch/src/VAERS/tmp\"\n",
|
||||||
" driver = getWebDriver(downloadDir, isHeadless = False)\n",
|
" driver = getWebDriver(downloadDir, isHeadless = False)\n",
|
||||||
" driver.get('https://vaers.hhs.gov/eSubDownload/index.jsp?fn=' + file)\n",
|
" driver.get('https://vaers.hhs.gov/eSubDownload/index.jsp?fn=' + file)\n",
|
||||||
|
" absoluteFile = downloadDir + \"/\" + file\n",
|
||||||
" isFileDownloaded = downloadFile(\n",
|
" isFileDownloaded = downloadFile(\n",
|
||||||
" file = downloadDir + \"/\" + file,\n",
|
" file = absoluteFile,\n",
|
||||||
" driver = driver,\n",
|
" driver = driver,\n",
|
||||||
" maxTries = 2)\n",
|
" maxTries = 1)\n",
|
||||||
" driver.quit()\n",
|
" driver.quit()\n",
|
||||||
" return isFileDownloaded"
|
" if isFileDownloaded:\n",
|
||||||
|
" return absoluteFile\n",
|
||||||
|
" else:\n",
|
||||||
|
" return None"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -230,7 +234,11 @@
|
|||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"downloadVAERSFile('2022VAERSData.zip')"
|
"if needsUpdate:\n",
|
||||||
|
" # FK-TODO: downloadVAERSFile('NonDomesticVAERSData.zip')\n",
|
||||||
|
" file = downloadVAERSFile('2022VAERSData.zip')\n",
|
||||||
|
" display('file: ', file)\n",
|
||||||
|
" # FK-TODO: 2022VAERSData.zip und NonDomesticVAERSData.zip an der richtigen Stelle auspacken"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -1171,6 +1179,24 @@
|
|||||||
" country = 'Global',\n",
|
" country = 'Global',\n",
|
||||||
" minADRsForLethality = minADRsForLethality)"
|
" minADRsForLethality = minADRsForLethality)"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"cell_type": "code",
|
||||||
|
"execution_count": null,
|
||||||
|
"id": "fa282035",
|
||||||
|
"metadata": {},
|
||||||
|
"outputs": [],
|
||||||
|
"source": [
|
||||||
|
"# FK-TODO: wie in Intensivstationen.ipynb publishGitHubPages() aufrufen"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"cell_type": "markdown",
|
||||||
|
"id": "daea54d8",
|
||||||
|
"metadata": {},
|
||||||
|
"source": [
|
||||||
|
"### see https://knollfrank.github.io/HowBadIsMyBatch/batchCodeTable.html"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"metadata": {
|
"metadata": {
|
||||||
|
|||||||
Reference in New Issue
Block a user