An open API service indexing awesome lists of open source software.

https://github.com/maxhallinan/mta-stations-grid


https://github.com/maxhallinan/mta-stations-grid

Last synced: about 1 month ago
JSON representation

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]
```