Created
September 24, 2014 15:02
-
-
Save trevorgerhardt/42f60febee8be8290771 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Amtrak ? | |
wget -O data/amtrak.zip http://www.gtfs-data-exchange.com/agency/amtrak/latest.zip | |
# Arlington Transit | |
wget -O data/art.zip http://www.gtfs-data-exchange.com/agency/arlington-transit/latest.zip | |
# Dash | |
wget -O data/dash.zip http://www.gtfs-data-exchange.com/agency/alexandria-transit-company-dash/latest.zip | |
# DC Circulator | |
wget -O data/circulator.zip http://www.gtfs-data-exchange.com/agency/dc-circulator/latest.zip | |
# Fairfax Connector | |
wget -O data/fairfax-connector.zip http://www.gtfs-data-exchange.com/agency/fairfax-connector/latest.zip | |
# OSM Extract | |
wget -O data/dc-baltimore_maryland.osm.pbf https://s3.amazonaws.com/metro-extracts.mapzen.com/dc-baltimore_maryland.osm.pbf | |
# Maryland Transit Administration | |
wget -O data/mta.zip http://www.gtfs-data-exchange.com/agency/maryland-transit-administration/latest.zip | |
# Montgomery County Ride-on | |
wget -O data/moco-md-ride-on.zip http://www.gtfs-data-exchange.com/agency/montgomery-county-md-ride-on/latest.zip | |
# PRTC | |
wget -O data/prtc.zip http://www.prtctransit.org/feeds/google_transit.zip | |
# VRE | |
wget -O data/vre.zip http://www.vre.org/gtfs/google_transit.zip | |
# WMATA | |
wget -O data/wmata.zip http://lrg.wmata.com/GTFS_data/google_transit.zip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment