[gdal-dev] Feature Request: Round overview levels

2013-08-16 Thread AlexUSACE
Hi devs- I'd like to be able to round overviews via a flag in gdaladdo. This has several benefits, but the primary one is the (zipped) file size. For interpolated values like overviews, rounding doesn't actually hurt the integrity of the data. Many of our terrain grids are from older surveying da

Re: [gdal-dev] Problem with gdal/swig/plugins

2013-08-16 Thread jim hopper
Thanks! we will check that out On 8/16/13 3:17 PM, "Even Rouault" wrote: > Le vendredi 16 août 2013 21:08:44, jim hopper a écrit : >> Sorry I just passing this on for a coworker, >> Gdal 1.9.2 and SWIG is 2.0.10 > > I've just tested with SWIG 2.0.10 (and GDAL trunk, but the bindings have not >

Re: [gdal-dev] Problem with gdal/swig/plugins

2013-08-16 Thread Even Rouault
Le vendredi 16 août 2013 21:08:44, jim hopper a écrit : > Sorry I just passing this on for a coworker, > Gdal 1.9.2 and SWIG is 2.0.10 I've just tested with SWIG 2.0.10 (and GDAL trunk, but the bindings have not fundamentally changed recently) and it works. I believe your issue is not related to

Re: [gdal-dev] Problem with gdal/swig/plugins

2013-08-16 Thread jim hopper
Sorry I just passing this on for a coworker, Gdal 1.9.2 and SWIG is 2.0.10 Thanks jim On 8/16/13 2:58 PM, "Even Rouault" wrote: > Le vendredi 16 août 2013 20:33:57, jim hopper a écrit : >> Is there any limitations on which version of swig can be used with gdal. >> We are running into problems

Re: [gdal-dev] Problem with gdal/swig/plugins

2013-08-16 Thread Even Rouault
Le vendredi 16 août 2013 20:33:57, jim hopper a écrit : > Is there any limitations on which version of swig can be used with gdal. > We are running into problems where our java code can¹t find the gdal > plugins. When you ask a question about versions, it is good to say which version you are usi

[gdal-dev] Problem with gdal/swig/plugins

2013-08-16 Thread jim hopper
Is there any limitations on which version of swig can be used with gdal. We are running into problems where our java code can¹t find the gdal plugins. 15:35:27,055 WARNING [it.geosolutions.imageio.gdalframework] (http--0.0.0.0-8442-3) Failed to get the specified GDAL Driver: DTED Cause: java.lang

Re: [gdal-dev] For GEOS support, GDAL trunk now requires GEOS >= 3.1.0

2013-08-16 Thread Even Rouault
Le vendredi 16 août 2013 20:43:56, Andrea Peri a écrit : > Hi Rouault, > > this will be available in the coming gdal 1.10.1 ? No, GDAL trunk is for GDAL 2.0 -- Geospatial professional services http://even.rouault.free.fr/services.html ___ gdal-dev ma

Re: [gdal-dev] For GEOS support, GDAL trunk now requires GEOS >= 3.1.0

2013-08-16 Thread Andrea Peri
Hi Rouault, this will be available in the coming gdal 1.10.1 ? -- - Andrea Peri . . . . . . . . . qwerty àèìòù - ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] GDAL bindings for Java

2013-08-16 Thread Victor Gonzalez
Hi all, I'm Víctor and I'm currently a developer for the gvSIG CE project [1], which uses GDAL with a specific configuration [2] since long time ago for raster data access. Recently, one of our developments has been to implement SQLite data access via OGR and to replace our previous custom Java b