#POSTGIS IRC Log - 2009-05-18

For logs after Feb 3, 2007, all times are GMT-8. Prior logs are GMT-9.
Back to Logs
02:54:58 CIA-34: mloskot * r4082 /spike/wktraster/autogen.sh: [wktraster] Updated autogen.sh script to check availability of autotools.
03:10:23 CIA-34: mloskot * r4083 /spike/wktraster/configure.ac: [wktraster] Fixed aclocal warnings for mixxing cache-id's in configure.ac.
05:30:51 hauxon: Hi can someone tell me how I can update a table with shp2pgsql?
05:31:32 hauxon: I have views so dropping the table won't work because of dependencies
05:40:07 hauxon: Anyone?? Do I need to drop the views before using shp2pgsql and then recreate the views??
05:51:06 bitner: hauxon: just truncate the table and use shp2pgsql -a
09:54:22 CIA-34: mloskot * r4084 /spike/wktraster/scripts/gdal2wktraster.py:
09:54:22 CIA-34: [wktraster] Implemented padding for portions of blocks ( tiles ) of right most
09:54:22 CIA-34: column and bottom most row that extend beyond input raster. Padding bytes are
09:54:22 CIA-34: generated using NODATA value or Zero if NODATA is unavailable. This padded areas
09:54:22 CIA-34: should be assumed as NODATA and not part of the raster tiles. Padding assures
09:54:25 CIA-34: that for regular_blocking tables all blocks ( tiles ) have the same number of
09:54:27 CIA-34: columns and rows of pixels.
09:57:27 pramsey: http://spatialreference.org/ref/sr-org/6/postgis/
10:54:29 cgs_bob: hello all. is there a program that allows me to view wktraster layers?
11:17:54 wildint: cgs_bob, you do realize that's brand new stuff right?
11:19:18 wildint: as in not even really implemented yet according to http://trac.osgeo.org/postgis/wiki/WKTRaster/PlanningAndFunding
11:19:19 sigq: Title: WKTRaster/PlanningAndFunding - PostGIS - Trac ( at trac.osgeo.org )
11:31:33 cgs_bob: wildint: yes I do...I just asked the wrong question : ) I thought I hear of a project to make a wtkraster viewer. just wanted to hear more info on it
11:32:12 wildint: ah there might be one out there, but finding data to view in it might be scarce
11:38:07 cgs_bob: just found a gdal GSoC project about a gdal driver for wtkraster. guess that answers my question
12:00:12 wildint: ya I just say that page too
12:00:24 wildint: so yes next fall qgis should be able to view....
15:14:56 sigq: geosfeed: Ticket #253 ( defect created ): Unexpected "Self-intersection at or near point" <http://trac.osgeo.org/geos/ticket/253>
19:40:48 CIA-34: robe * r4085 /trunk/doc/reference.xml: Example exploding a compoundcurve, also reference to ST_GeometryN since they serve similar purposes