https://github.com/maxhallinan/mta-stations-grid
https://github.com/maxhallinan/mta-stations-grid
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/maxhallinan/mta-stations-grid
- Owner: maxhallinan
- Created: 2018-05-02T14:47:54.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-12T19:08:02.000Z (almost 6 years ago)
- Last Synced: 2025-01-18T23:44:29.207Z (3 months ago)
- Language: Python
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mta-stations-grid
This script converts MTA subway station GPS coordinates to points on a
two-dimensional grid.## Usage
```
# defaults to 316 x 400 grid
./stations_to_grid.py# place subway locations on a grid of arbitrary size
./stations_to_grid.py [x dimension] [y dimension]
```