gnuplot_scripts: Remove download of source files
This commit is contained in:
@@ -3,10 +3,6 @@
|
|||||||
# gnuplot script for plotting eurofxref-hist.csv as obtained from
|
# gnuplot script for plotting eurofxref-hist.csv as obtained from
|
||||||
# http://www.ecb.int/stats/exchange/eurofxref/html/index.en.html
|
# http://www.ecb.int/stats/exchange/eurofxref/html/index.en.html
|
||||||
|
|
||||||
# download and unzip data if not available - delete eurofxref* to force new download.
|
|
||||||
# remove or comment out these lines in Windows/MacOS.
|
|
||||||
! [ -f eurofxref-hist.csv ] || wget http://www.ecb.int/stats/eurofxref/eurofxref-hist.zip
|
|
||||||
! [ -f eurofxref-hist.csv ] || unzip eurofxref-hist.zip
|
|
||||||
|
|
||||||
# Start und Ende ermitteln (z.Zt. nur für Consolenausagabe)
|
# Start und Ende ermitteln (z.Zt. nur für Consolenausagabe)
|
||||||
stats 'eurofxref-hist.csv' every ::1 u (strptime("%Y-%m-%d",strcol(1))) nooutput
|
stats 'eurofxref-hist.csv' every ::1 u (strptime("%Y-%m-%d",strcol(1))) nooutput
|
||||||
|
|||||||
@@ -3,11 +3,6 @@
|
|||||||
# gnuplot script for plotting eurofxref-hist.csv as obtained from
|
# gnuplot script for plotting eurofxref-hist.csv as obtained from
|
||||||
# http://www.ecb.int/stats/exchange/eurofxref/html/index.en.html
|
# http://www.ecb.int/stats/exchange/eurofxref/html/index.en.html
|
||||||
|
|
||||||
# download and unzip data if not available - delete eurofxref* to force new download.
|
|
||||||
# remove or comment out these lines in Windows/MacOS.
|
|
||||||
! [ -f eurofxref-hist.csv ] || wget http://www.ecb.int/stats/eurofxref/eurofxref-hist.zip
|
|
||||||
! [ -f eurofxref-hist.csv ] || unzip eurofxref-hist.zip
|
|
||||||
|
|
||||||
|
|
||||||
# Start und Ende ermitteln (z.Zt. nur für Consolenausagabe)
|
# Start und Ende ermitteln (z.Zt. nur für Consolenausagabe)
|
||||||
stats 'eurofxref-hist.csv' every ::1 u (strptime("%Y-%m-%d",strcol(1))) nooutput
|
stats 'eurofxref-hist.csv' every ::1 u (strptime("%Y-%m-%d",strcol(1))) nooutput
|
||||||
|
|||||||
Reference in New Issue
Block a user