Skip to content

Commit

Permalink
Renamed download directory to 00_download_scripts, as it is the first…
Browse files Browse the repository at this point in the history
… stage of the pipeline.
  • Loading branch information
r-shekhar committed Feb 23, 2017
1 parent 1fff1c9 commit 4a49fff
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ ENV/
.ropeproject

# Raw CSV and txt data
download_scripts/raw_data
00_download_scripts/raw_data
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is a combined repository of all publicly available New York City transit
datasets.

- Taxi and Limousine Commission (TLC) Taxi trip Data
- FOIA requested Uber trip data for portions of 2013-2014
- FOIA requested Uber trip data for portions of 2013-2015
- Subway turnstile data from the Metropolitan Transit Authority (MTA)
- Citibike system data

Expand Down Expand Up @@ -34,7 +34,7 @@ also planned.
distributed
```

2. Download the data in the `download_scripts` directory
2. Download the data in the `00_download_scripts` directory
+ `./make_directories.sh` -- Alternatively you can create a `raw_data`
directory elsewhere and symlink it.
+ `python download-subway-data.py`
Expand Down

0 comments on commit 4a49fff

Please sign in to comment.