[postgis-users] problem with dumppoints and srid

2013-11-25 Thread franco base
Hi List I have this geometry id;geom

[postgis-users] Postgis raster : jfif? jp2?

2013-11-25 Thread laurent
Dear all, I would like import a world raster DEM in my postgis db. I would like use raster2pgsql. When i try to convert the jp2 file or jfif file to the .sql, i have an error message saying Unable to read raster. When i type: raster2pgsql -G , the jpeg jfif seems to be in the list. Why i have

Re: [postgis-users] Postgis raster : jfif? jp2?

2013-11-25 Thread Mateusz Loskot
On 25 November 2013 14:22, laurent lcel...@latitude-geosystems.com wrote: When i type: raster2pgsql -G , the jpeg jfif seems to be in the list. Why i have this error message? Except tiff, what raster format can be imported into postgis db? Read the docs, Luke! loads GDAL supported raster

Re: [postgis-users] Postgis raster : jfif? jp2?

2013-11-25 Thread Pierre Racine
Laurent, The list of available drivers is dependent on your installation. Normally if you can gdalinfo a raster, raster2psgql should be able to load it. So the first thing is: Does gdalinfo works fine? If not then you should refer to the gdal list. I yes then it might be a raster2pgsql problem

Re: [postgis-users] problem with dumppoints and srid

2013-11-25 Thread Sandro Santilli
On Mon, Nov 25, 2013 at 02:52:37PM +0100, franco base wrote: Infact : ST_srid(geom) give 3003 ST_srid ((ST_DumpPoints(geom)).geom) ---give 0 Sounds like a bug. Could you please file it on http://trac.osgeo.org/postgis ? Account is created here: http://www.osgeo.org/osgeo_userid/ Thanks

Re: [postgis-users] Odd st_buffer behaviour

2013-11-25 Thread James David Smith
Apologies. I think I've just answered this myself. It's the 'endcap=flat join=round' bit isn't it. It's not doing what I am expecting it to do. Though I'm not quite sure how to fix it yet. On 25 November 2013 17:04, James David Smith james.david.sm...@gmail.com wrote: Hi there, Some code to

Re: [postgis-users] Odd st_buffer behaviour

2013-11-25 Thread RĂ©mi Cura
Does offset curve gives the same result? (seems lile offsetting both side have same behavior) Maybe you can try several buffers with increasing size? (default appears wau before 1000) Also, can you try to simplify your line : each coordinates uses 15 digits, surely you don't need all of this !

Re: [postgis-users] Odd st_buffer behaviour

2013-11-25 Thread James David Smith
Steve, Thanks, you are of course right. I hadn't thought of that. Makes sense. James On 25 November 2013 17:58, Stephen Woodbridge wood...@swoodbridge.com wrote: This is because lines shaped like say an Omega character, will create an island inside the character at a certain offset and this

Re: [postgis-users] problem with dumppoints and srid

2013-11-25 Thread Paragon Corporation
This bug is already fixed in PostGIS 2.1.1 Details in this ticket. http://trac.osgeo.org/postgis/ticket/2433 Hope that helps, Regina http://www.postgis.us http://postgis.net -Original Message- From: postgis-users-boun...@lists.osgeo.org [mailto:postgis-users-boun...@lists.osgeo.org]

Re: [postgis-users] problem with dumppoints and srid

2013-11-25 Thread Sandro Santilli
On Mon, Nov 25, 2013 at 06:02:18PM -0500, Paragon Corporation wrote: This bug is already fixed in PostGIS 2.1.1 Details in this ticket. http://trac.osgeo.org/postgis/ticket/2433 That ticket mentions a problem with ST_ConcaveHull, not ST_DumpPoints ? Also no trace of ST_DumpPoints in the