pgRouting Notes

Install PostGIS and pgRouting On Mac The following will install pgRouting and its dependencies including PostGIS, and PostgreSQL if not installed: brew install pgrouting On Linux (to add) Install osm2pgrouting…

Continue Reading pgRouting Notes

PostgreSQL Notes

Official Documentation and Tutorial Install and run Mac brew install postgresql Make sure that brew service is installed brew tap homebrew/services Start PostgreSQL as a background service: (will start automatically…

Continue Reading PostgreSQL Notes