Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frankhereford/discoveryday-v6
https://github.com/frankhereford/discoveryday-v6
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/frankhereford/discoveryday-v6
- Owner: frankhereford
- Created: 2021-11-18T14:00:27.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-18T15:22:51.000Z (about 3 years ago)
- Last Synced: 2024-11-09T06:41:01.380Z (2 months ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# discoveryday-v6
## Learn how to use pgrouting for network analysis### Data
* https://download.geofabrik.de/north-america.html
* Using subset of OSM clipped to TX### Tools
* https://github.com/pgRouting/docker-pgrouting
* https://github.com/pgrouting/osm2pgrouting
* QGIS### Commands that have been helpful
##### Strip out tags from data and convert out of the PBF format
`osmconvert ./texas-latest.osm.pbf --drop-author --drop-version --out-osm -o=texas.osm`##### Import OSM file
`osm2pgrouting --f ./texas.osm --conf mapconfig.xml --dbname texas --username frank --password atxroutes texas --clean`