Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/brooksn/walk-to
- Owner: brooksn
- Created: 2015-08-31T17:47:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-10T20:38:58.000Z (over 9 years ago)
- Last Synced: 2023-08-03T23:11:26.328Z (over 1 year ago)
- Language: PLpgSQL
- Size: 4.92 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```