forked from dionresearch/stemgraphic
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathget_external_data.sh
More file actions
executable file
·15 lines (15 loc) · 1.01 KB
/
Copy pathget_external_data.sh
File metadata and controls
executable file
·15 lines (15 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/env bash
# Warning, this will download > 20GB of data
cd datasets
wget -nc https://s3.amazonaws.com/nyc-tlc/trip+data/yellow_tripdata_2015-01.csv
wget -nc https://s3.amazonaws.com/nyc-tlc/trip+data/yellow_tripdata_2015-02.csv
wget -nc https://s3.amazonaws.com/nyc-tlc/trip+data/yellow_tripdata_2015-03.csv
wget -nc https://s3.amazonaws.com/nyc-tlc/trip+data/yellow_tripdata_2015-04.csv
wget -nc https://s3.amazonaws.com/nyc-tlc/trip+data/yellow_tripdata_2015-05.csv
wget -nc https://s3.amazonaws.com/nyc-tlc/trip+data/yellow_tripdata_2015-06.csv
wget -nc https://s3.amazonaws.com/nyc-tlc/trip+data/yellow_tripdata_2015-07.csv
wget -nc https://s3.amazonaws.com/nyc-tlc/trip+data/yellow_tripdata_2015-08.csv
wget -nc https://s3.amazonaws.com/nyc-tlc/trip+data/yellow_tripdata_2015-09.csv
wget -nc https://s3.amazonaws.com/nyc-tlc/trip+data/yellow_tripdata_2015-10.csv
wget -nc https://s3.amazonaws.com/nyc-tlc/trip+data/yellow_tripdata_2015-11.csv
wget -nc https://s3.amazonaws.com/nyc-tlc/trip+data/yellow_tripdata_2015-12.csv