Re: [gdal-dev] VERSION in trunk

2013-05-26 Thread Frank Warmerdam
Done, thanks On Sun, May 26, 2013 at 9:56 AM, Ari Jolma wrote: > Hi, > > Shouldn't the trunk VERSION contain 1.11.0? > > Ari > > __**_ > gdal-dev mailing list > gdal-dev@lists.osgeo.org > http://lists.osgeo.org/**mailman/listinfo/gdal-dev

[gdal-dev] VERSION in trunk

2013-05-26 Thread Ari Jolma
Hi, Shouldn't the trunk VERSION contain 1.11.0? Ari ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] vsipreload: enabling VSI Virtual File API for regular I/O

2013-05-26 Thread Even Rouault
Hi, I've just commited in trunk a new file port/vsipreload.cpp. This file is the source code for a standalone shared library that can be LD_PRELOAD'ed as an overload of libc to enable VSI Virtual FILE API to be used with binaries using regular libc I/O API. WARNING: Linux glibc ONLY. Might wor

Re: [gdal-dev] Ogr2ogr with -dialect and VRT

2013-05-26 Thread Even Rouault
Le dimanche 26 mai 2013 16:25:50, Rahkonen Jukka a écrit : > I suggest to add a new example into Virtual Format manual page > http://www.gdal.org/ogr/drv_vrt.html and it might be something like this: Hi Jukka, I've committed your changes. Thanks Even -- Geospatial professional services http://

Re: [gdal-dev] Ogr2ogr with -dialect and VRT

2013-05-26 Thread Rahkonen Jukka
Even Rouault wrote: > Le vendredi 24 mai 2013 23:52:43, Jukka Rahkonen a écrit : >> Hi, >> >> The -dialect parameter in ogr2ogr does not have an effect when using VRT as >> datasource but could it be made to inject the selected dialect into SrcSQL >> element of the VRT? Thus >> ogr2ogr -dialect SQ

Re: [gdal-dev] Accessing to a NetCDF subdataset with Python

2013-05-26 Thread Paolo Corti
On Sat, May 25, 2013 at 7:11 PM, Even Rouault wrote: > Le samedi 25 mai 2013 17:47:59, Paolo Corti a écrit : >> Hi list >> >> I am with GDAL 1.10. >> I thought it was possible to access to a netCDF subdataset in the >> usual manner (using GetRasterBand), but it does not seem to work in my >> >> lo