Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcusyoung/pgRouting
Various scripts and tutorials related to pgRouting
https://github.com/marcusyoung/pgRouting
catchment-area mastermap ordnance-survey pgrouting postgis postgresql
Last synced: 3 months ago
JSON representation
Various scripts and tutorials related to pgRouting
- Host: GitHub
- URL: https://github.com/marcusyoung/pgRouting
- Owner: marcusyoung
- Created: 2015-04-27T18:14:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-08-19T17:05:51.000Z (about 2 years ago)
- Last Synced: 2024-05-21T02:10:58.943Z (6 months ago)
- Topics: catchment-area, mastermap, ordnance-survey, pgrouting, postgis, postgresql
- Language: R
- Homepage:
- Size: 4.41 MB
- Stars: 14
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## pgRouting Stuff
This repository contains stuff related to the pgRouting extension for PostGIS, such as SQL scripts, tutorials etc.
### Using OS MasterMap Highways Network (Roads) with pgRouting - the easy way
[A SQL script for preparing the MasterMap Highways Network - Roads dataset for use with pgRouting](os_mastermap/)
### Using pgRouting with Ordnance Survey Open Roads dataset
[A SQL script for preparing the Open Roads data for use with pgRouting](openroads/)
### Using R, PostgreSQL, PostGIS and pgRouting to automatically generate multiple site or facility catchment area polygons
[An R script to generate multiple catchment area polygons](catchment_polygons/).
### Using R, PostgreSQL, PostGIS and pgRouting to automatically generate drive time or drive distance based network buffers
[An R script to generate drive time or drive distance network buffers / polygons](drive_time_polygons/).