I created a ticket for the pg driver at
http://trac.osgeo.org/gdal/ticket/3667
On Wed, Jun 30, 2010 at 12:32 PM, Frank Warmerdam wrote:
> On Wed, Jun 30, 2010 at 8:45 AM, Malm Paul
> wrote:
> > I looked at table soundp in postgres, created with FWTOOLS which works,
> and all hdh, numeric(15,6),
On Wed, Jun 30, 2010 at 8:45 AM, Malm Paul wrote:
> I looked at table soundp in postgres, created with FWTOOLS which works, and
> all hdh, numeric(15,6), values are 1.00.
> Could it be that the all values are nan in the original data, and were
> previously changed in OGDI to 1.?
Paul,
Paul; gdal-dev@lists.osgeo.org
Subject: Re: [gdal-dev] GDAL with OGDI
On Wed, Jun 30, 2010 at 8:00 AM, Chaitanya kumar CH
wrote:
> Paul,
>
>
> I think that the problem is with the SQL command built by the
> PostgreSQL driver.
> In the INSERT command a numeric field with the v
On Wed, Jun 30, 2010 at 8:00 AM, Chaitanya kumar CH
wrote:
> Paul,
>
>
> I think that the problem is with the SQL command built by the PostgreSQL
> driver.
> In the INSERT command a numeric field with the value NaN should be mentioned
> in quotes.
Chaitanya,
It might be prudent for the postgres
Paul,
I think that the problem is with the SQL command built by the PostgreSQL
driver.
In the INSERT command a numeric field with the value NaN should be mentioned
in quotes.
Please file a ticket at http://trac.osgeo.org/gdal/newticket
Mention the output for the command
ogrinfo -al -so
gltp:/vrf
Hi,
I have:
- downloaded GDAL v 1.7.2
- installed postgresql-devel (8.3.8)
- downloaded and compiled/installed proj-4.7.0
- downloaded ogdi-3.1.5 and later on ogdi-3.2.0-beta
- configured ogdi to use proj-4.7.0
- compiled and installed ogdi
- configured GDAL: --with-ogdi=/usr/local --with-pg=/us