Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/brooksn/walk-to

Convert shapefiles to postgres queries. Try to make some useful inferences about path accesibility.
https://github.com/brooksn/walk-to

Last synced: about 2 months ago
JSON representation

Convert shapefiles to postgres queries. Try to make some useful inferences about path accesibility.

Awesome Lists containing this project

README

        

# walk-to
Convert shapefiles to postgres queries. Try to make some useful inferences about path accesibility.

## Run walk-to with docker:

``` bash
docker build —-tag="iojs-postgis"

docker run -v "$PWD":/usr/src/app -w /usr/src/app -it -p 3000:3000 --rm iojs-postgis npm run-script instart

docker-machine ls
```