Re: [postgis-users] TopologyException and ST_Intersection

2012-06-25 Thread jdmorgan
Hi Sandro, Thanks for your reply. Here is the PostGIS version we are using: POSTGIS="1.5.3" GEOS="3.3.1-CAPI-1.7.1" PROJ="Rel. 4.7.1, 23 September 2009" LIBXML="2.7.6" USE_STATS Is it easy to upgrade the GEOS or the POSTGIS version for that matter? What I mean is it an inplace upgrade? W

Re: [postgis-users] TopologyException and ST_Intersection

2012-06-25 Thread jdmorgan
Nicolas, This is awesome feedback and I really appreciate it as I am new to PostGIS. However, I still get the following after creating new populated tables via the st_buffer(geom, 0.0) or the st_buffer(st_buffer(geom, -1), 1). Any other ideas? NOTICE: TopologyException: side location co

Re: [postgis-users] TopologyException and ST_Intersection

2012-06-25 Thread jdmorgan
Hi Nicolas, This is great. However, we are running POSTGIS="1.5.3" Is this possible in this version? If not, is there a workaround as I don't think we will be able to upgrade that quickely? Thanks, Derek ___ postgis-users mailing list postgis-user

Re: [postgis-users] shp2pgsql error - current transaction is aborted...

2011-12-01 Thread jdmorgan
On 12/1/2011 9:56 AM, Andy Colson wrote: On 12/1/2011 8:04 AM, jdmorgan wrote: Hello, I am attempting utilizing the shp2pgsql utility to import a shapefile.The utility reports that the shapefile is of the type MULTIPOLYGON[2] and then proceeds to through a bunch of errors for each record that

[postgis-users] shp2pgsql error - current transaction is aborted...

2011-12-01 Thread jdmorgan
Hello, I am attempting utilizing the shp2pgsql utility to import a shapefile.The utility reports that the shapefile is of the type MULTIPOLYGON[2] and then proceeds to through a bunch of errors for each record that it can't import "current transaction is aborted, commands ignored until end of

[postgis-users] no output from select in psql

2011-11-29 Thread jdmorgan
Hello, I am sure this is something quite simple but I cannot figure it out.I am connected to PostgresSQL via putty.I am trying to run statements e.g. SELECT * FROM table in the psql command line utility.However, when I run the statement it does not return any results to the putty window.I know