Skip to content

Commit

Permalink
Update the ontime example dataset instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
hatarist authored and alexey-milovidov committed May 13, 2017
1 parent 95d926e commit 043717e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/example_datasets/1_ontime.txt
Expand Up @@ -9,11 +9,11 @@ http://nickmakos.blogspot.ru/2012/08/analyzing-air-traffic-performance-with.html

1. https://github.com/Percona-Lab/ontime-airline-performance/blob/master/download.sh

for s in `seq 1987 2015`
for s in `seq 1987 2017`
do
for m in `seq 1 12`
do
wget http://tsdata.bts.gov/PREZIP/On_Time_On_Time_Performance_${s}_${m}.zip
wget http://transtats.bts.gov/PREZIP/On_Time_On_Time_Performance_${s}_${m}.zip
done
done

Expand Down

0 comments on commit 043717e

Please sign in to comment.