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
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
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
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
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 àèìòù
-
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
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
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:
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