Top "Pgrouting" questions

pgRouting extends the PostGIS / PostgreSQL geospatial database to provide geospatial routing functionality

Postgres SSL SYSCALL error: EOF detected with python and psycopg

Using psycopg2 package with python 2.7 I keep getting the titled error: psycopg2.DatabaseError: SSL SYSCALL error: EOF detected It only …

python postgresql ssl psycopg2 pgrouting
psycopg2.InterfaceError: connection already closed / pgr_astar

I am using psycopg2 to access a postgresql database from python. When I try to run the pgrouting function "pgr_…

python postgresql psycopg2 a-star pgrouting
ERROR: function addgeometrycolumn is not unique

I am trying to use the following function; SELECT Assign_vertex_id('ways', 0.00001, 'the_geom', 'gid') but for some reason …

database postgresql postgis pgrouting