Re: [postgis-users] Import TIN via SQL COPY from file

2015-06-05 Thread RĂ©mi Cura
Hey first copy has a couple of options that you should check. Secondly find one correct tin as text, and check that you can use st_geomfromtext on this tin, to be sure it is correct. Then create a test file with only the found tin with correct encoding and end of line. You should be ok . Chers

[postgis-users] Import TIN via SQL COPY from file

2015-06-04 Thread Hillier, Michael
Hello, I am trying to import a TIN surface into postgresql + postgis database from a file via an SQL COPY command. First off, here is my table: CREATE TABLE tintable(id int4 primary key, geom geometry(TIN,4326)); Because the TIN data is too large (thousands of entries) I can not use