Re: [postgis-users] Creating compoundcurve

2009-08-06 Thread Mark Leslie
I can't see anything in the specs or code that leads me to believe this was intentional or sensible. I'll create a bug report. -- Mark Paul Ramsey wrote: Good question. An arc requires at least 3 points, but a linestring does not. Mark? On Wed, Aug 5, 2009 at 6:20 AM, wrote: Hello, Why com

[postgis-users] Stephen Salathiel is out of the office on leave.

2009-08-06 Thread Stephen . Salathiel
I will be out of the office starting 06/08/2009 and will not return until 27/08/2009. I will be periodically checking e-mail and will do my best to get back to you. For all urgent enquiries, please contact Brett Miller on 96379008. Notice: This email and any attachments may contain information

Re: [postgis-users] DEM importing

2009-08-06 Thread jeremy pierre
That makes sense, thanks! Jeremy On Thu, Aug 6, 2009 at 3:36 PM, Frank Warmerdam wrote: > jeremy pierre wrote: >> >> Hi all, >> >> Apologies if this is an extremely newbie-ish post but here goes: >> >> I'm working(to scratch an itch) on a library and utility in Scala to >> import USGS format DEM

[postgis-users] union operation

2009-08-06 Thread Nathan Widmyer
I have many polygons I'm trying to make a union of. The polygons have a high possibility of shared vertices which causes the "NOTICE: TopologyException: found non-noded intersection between ..." error. How can I avoid this error? I did find a reasonable query that used linework which solved that

Re: [postgis-users] DEM importing

2009-08-06 Thread Frank Warmerdam
jeremy pierre wrote: Hi all, Apologies if this is an extremely newbie-ish post but here goes: I'm working(to scratch an itch) on a library and utility in Scala to import USGS format DEM files into PostGIS as points(probably multipoints really). I'm working with the CDED files from geobase.ca a

Re: [postgis-users] countries with more than one srid ?

2009-08-06 Thread Paragon Corporation
Roman, I think you will want to stay away from ellipsoid for now or at least until PostGIS 2.0 (or 1.5 comes out). Those in current PostGIS just deal with point geometries and not terribly well. I think your best bet is to find a spatial ref that covers all of Nigeria. It won't be quite as acc

[postgis-users] DEM importing

2009-08-06 Thread jeremy pierre
Hi all, Apologies if this is an extremely newbie-ish post but here goes: I'm working(to scratch an itch) on a library and utility in Scala to import USGS format DEM files into PostGIS as points(probably multipoints really). I'm working with the CDED files from geobase.ca at present and the quadr

Re: [postgis-users] pg_routing 1.02

2009-08-06 Thread Anton Patrushev
Hi, > Is there a technical reason why you don't recommend windows aside from the > added effort of compiling against windows.  E.g. it just doesn't work under > windows? We just didn't test them. We can't tell that it works for everyone only because it worked for David. > We haven't tried it our

Re: [postgis-users] pg_routing 1.02

2009-08-06 Thread Paragon Corporation
Ravi, We tend to agree with you on this. Anton, Is there a technical reason why you don't recommend windows aside from the added effort of compiling against windows. E.g. it just doesn't work under windows? We haven't tried it ourselves, but since we will be covering it in our book, we were pl

Re: [postgis-users] pg_routing 1.02

2009-08-06 Thread Ravi
Hi Listers, have been trying this on windows for a long time. I was discouraged 'pl post on the list meant for it' etc.. Now it is a stright 'discourage'. It again takes me back to a fundamental.. Is opensource and operating system centric. Say in India, this is a big road block. Propagation of

Re: [postgis-users] pg_routing 1.02

2009-08-06 Thread Anton Patrushev
Hi Ishwari, > The links to download pg_routing 1.02 windows binaries in the > http://pgrouting.postlbs.org/ do not work. Is there an alternate location > where these files can be downloaded from? I'm afraid no. Windows binaries were maintained by David Techer only. Actually we don't recommend t

[postgis-users] pg_routing 1.02

2009-08-06 Thread Ishwari Sivagnanam
The links to download pg_routing 1.02 windows binaries in the http://pgrouting.postlbs.org/ do not work. Is there an alternate location where these files can be downloaded from? Any help will be appreciated. I am running PostgreSQL 8.3 Thanks, Ishwari

Re: [postgis-users] Creating compoundcurve

2009-08-06 Thread Mark Cave-Ayland
Paul Ramsey wrote: Good question. An arc requires at least 3 points, but a linestring does not. Mark? I'm assuming you mean Mark L here, but just in case you don't then I agree that this is a bug ;) ATB, Mark. -- Mark Cave-Ayland - Senior Technical Architect PostgreSQL - PostGIS Sirius

Re: [postgis-users] countries with more than one srid ?

2009-08-06 Thread Smith Roman
Hi everyone,Since I intend placing all my states data in one table, are u suggesting that I leave my data in wgs 84 (lon & lat) then do my distance calculations on the WGS 84 ellipsoid ? How can this be done in postgis ? The distance calculations I need to do in my application are nearest neighb