[gdal-dev] Re: GDALSuggestedWarpOutput returns negative infinity in padfGeoTransformOut

2010-07-27 Thread lancer611
I am on 32 bit Windows XP Professional. The GDAL I am using the GDAL that comes with FWTools 2.4.7, which is version 1.7. -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/GDALSuggestedWarpOutput-returns-negative-infinity-in-padfGeoTransformOut-tp5342514p5343159.html Sent

[gdal-dev] Chaning GML geometry source by GFS fails.

2010-07-27 Thread Ralf Suhr
Hello list, I want to import a gml with two defined geometries. As I read ogr2ogr will always use the last geometry. I added one line to the gfs file to change the geometry source. But ogr2ogr ignore this. gdal is from svn revision 198?? the gml look like:

[gdal-dev] Re: GDALSuggestedWarpOutput returns negative infinity in padfGeoTransformOut

2010-07-27 Thread lancer611
Oh I guess you need to know that GeoT is a class that acts as a wrapper for the geoTransform double[6] parameter. -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/GDALSuggestedWarpOutput-returns-negative-infinity-in-padfGeoTransformOut-tp5342514p5342539.html Sent from the

[gdal-dev] GDALSuggestedWarpOutput returns negative infinity in padfGeoTransformOut

2010-07-27 Thread lancer611
I am using a program called DS Tile that was written to take a geo referenced image and break it into tiles to be used as input for WorldWind. I am modifying it slightly to fit my needs. The problem comes when the tiling is about to begin, and a call to GDALSuggestedWarpOutput is made: GDALSugge

Re: [gdal-dev] gdal_translate: PLS-00201: identifier must be declared

2010-07-27 Thread Sebastian E. Ovide
just to confirm that with single quotes it works well. Thanks On Sat, Jul 24, 2010 at 7:40 AM, Lucena, Ivan wrote: > Sebastian, > > It should work. > > You are talking about the create-option INSERT, right? > > You would need to add double quotes around the whole options entry > therefore you wou

Re: [gdal-dev] Re: ogr2ogr OCI: problem loading shapes

2010-07-27 Thread Ivan Lucena
OK Sebastian, I will take a look on that later on. Regards, Ivan > ---Original Message--- > From: Sebastian E. Ovide > To: Ivan Lucena > Cc: gdal-dev > Subject: Re: [gdal-dev] Re: ogr2ogr OCI: problem loading shapes > Sent: Jul 27 '10 07:06 > > Hi Ivan > > > Do you thin

Re: [gdal-dev] Re: ogr2ogr OCI: problem loading shapes

2010-07-27 Thread Sebastian E. Ovide
Hi Ivan Do you think you can write a bug report on GDAL track so I can take a look > on that problem? > > It looks like I am going to need a copy of one of your Shapefile sets > (.shp, .dbf, etc.) to debug that problem. > -- > sure, http://trac.osgeo.org/gdal/ticket/3698 I have attach a shape f

Re: [gdal-dev] Re: ogr2ogr OCI: problem loading shapes

2010-07-27 Thread Pasta Bolognese
so with shp2sdo there is one row that is not loaded into the table: Record 28832: Rejected - Error on table SEBAS, column GEOM.SDO_ORDINATES. element count is greater than maximum allowed for the column Table SEBAS: 28891 Rows successfully loaded. 1 Row not loaded due to data errors. 0 Rows

[gdal-dev] gdalwarp OpenCL Performance (Week 9)

2010-07-27 Thread Seth Price
I just finished the first performance tests of my gdalwarp OpenCL code. It's doing better than I expected. I used this command: "time gdalwarp -q -r lanczos -t_srs '+proj=merc +a=6378137.0 +b=6378137.0 +nadgri...@null +wktext +units=m' big_test.tif big_test.out.tif" I can compile the OpenCL

[gdal-dev] Re: merging rasters setting opacity

2010-07-27 Thread Stefano Iacovella
I made some further experiments. I managed to get a colour-relief with gdaldem command, setting the alpha opacity in the color_text_file. Now I've got two files with the desired output, an hillshade and a colour-relief. The next step I'm wondering hot to do is to merge this two representation in on