Re: [gdal-dev] Windows 32 bit GDAL

2012-08-05 Thread Chaitanya kumar CH
http://trac.osgeo.org/osgeo4w/ On Mon, Aug 6, 2012 at 8:17 AM, Billy Newman wrote: > Anyone know where I can get windows 32 bit GDAL libs pre-compiled with > Java bindings? > > Thanks, > Billy > > ___ > gdal-dev mailing list > gdal-dev@lists.osgeo.org

[gdal-dev] Windows 32 bit GDAL

2012-08-05 Thread Billy Newman
Anyone know where I can get windows 32 bit GDAL libs pre-compiled with Java bindings? Thanks, Billy ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Capture stderr in interactive Python shell

2012-08-05 Thread Jay L.
try this: from osgeo import gdal gdal.UseExceptions() gdal.Open('noexist.tif') This is from: http://trac.osgeo.org/gdal/wiki/PythonGotchas On Sun, Aug 5, 2012 at 5:41 PM, Mike Toews wrote: > I would like to capture or show GDAL error messages in an interactive > Python shell. For instance, if

[gdal-dev] Capture stderr in interactive Python shell

2012-08-05 Thread Mike Toews
I would like to capture or show GDAL error messages in an interactive Python shell. For instance, if trying to open an non-existing raster: from osgeo import gdal ds = gdal.Open('noexist.tif') shows nothing in an interactive shell (PythonWin, IDLE), but shows messages when used in a shell (cmd.ex

[gdal-dev] ogrinfo don't understand spatialiute multigeometry

2012-08-05 Thread Andrea Peri
Hi Jukka, you have right ogrinfo test.sqlite "prova(GEOMETRY)" work without problem. Now just remain only the question of GetFeatureInfo request on MapServer It seem don't work on my test. Thx, -- - Andrea Peri . . . . . . . . . qwerty àèìòù -

[gdal-dev] urn and geojson

2012-08-05 Thread Thomas Gratier
Hello, I'm playing around with geojson and I haven't found any clue on the doc e.g http://www.gdal.org/ogr/drv_geojson.html about including urn in geojson output. I think it can be useful for sharing geojson and without urn, finding projection isn't really possible. Does I miss the feature? There

Re: [gdal-dev] ogrinfo don't understand spatialiute multigeometry

2012-08-05 Thread Jukka Rahkonen
Andrea Peri gmail.com> writes: > But when I try this other call: > ogrinfo test.sqlite prova > it return: > INFO: Open of `test.sqlite' > using driver `SQLite' successful. > FAILURE: Couldn't fetch requested layer prova! > I'm not sure if this is the same problem I see with GetFeatureInfo

[gdal-dev] ogrinfo don't understand spatialiute multigeometry

2012-08-05 Thread Andrea Peri
Hi Even, I finish the tests on your patch for spatilaite multigeometry. There si some trouble with ogrinfo . I guess is the same problem I just see on MapServer when I try a GetFeatureInfo on a MultiGeometry layer. I try this: start a new db spatialite named "test.sqlite" and run this scripts:

[gdal-dev] Spatialite tables with multiple geometry columns

2012-08-05 Thread Andrea Peri
Hi EDven, I try to use the your patch with gdal and mapserer. Now I'm able to choose the right geometry from a multi-geometry table. also I see that using this sintax CONNECTIONTYPE OGR CONNECTION '/path-to-splite/database.sqlite' DATA "select pk_uid,field1,field2,field3,geometry from