_ ____ ___ ___ ___ ______ ____ ___ ___ ___ ____ ____ _____
| | / | | | | / _] || \ / \ | | | / || \ / ___/
| | | o | | _ _ | / [_| || D ) | | _ _ || o || o )( \_
| |___ | | | \_/ || _]_| |_|| /| O | | \_/ || || _/ \__ |
| || _ | | | || [_ | | | \| | | | || _ || | / \ |
| || | | | | || | | | | . \ | | | || | || | \ |
|_____||__|__| |___|___||_____| |__| |__|\_|\___/ |___|___||__|__||__| \___|
Geospatial data from L.A. Metro's public transportation system
Existing lines and stops published by L.A. Metro.
Planned lines and stops estimated by me, Ben Welsh, based on flat maps published by L.A. Metro.
- Navigate to http://developer.metro.net/introduction/gis-data/download-gis-data/
- Locate a dataset in the "ESRI Shapefile" format
- Download the zip file
- Use ogr2ogr to convert to
.geojson
with thecrs:84
SRS
- Follow the steps above to download one or more zipped shapefiles
- Run this shell script
To convert shapefiles to geojson and reproject, you'll need ogr2ogr. On OS X, the easiest way to do this is with Homebrew, by running the command brew install gdal
.
- Fork the project
- Add a
.geojson
file - Submit a pull request
This repository was inspired by Derek Willis' nyc-maps