Re: [gdal-dev] Motion: Promote 1.9.0RC2 for release

2012-01-04 Thread Even Rouault
> Motion: GDAL/OGR 1.9.0RC2 is promoted to be the official >1.9.0 final release. > > --- > +1 Even ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] Motion: Promote 1.9.0RC2 for release

2012-01-04 Thread Frank Warmerdam
Motion: GDAL/OGR 1.9.0RC2 is promoted to be the official 1.9.0 final release. --- PSC members please vote on this motion after you have had a chance to do some validation. Input from everyone else who tests it is also very welcome. +1 Frank Best regards, --

Re: [gdal-dev] Motion: Promote GDAL 1.9.0RC1 as GDAL 1.9.0 Final

2012-01-04 Thread Etienne Tourigny
William, I have created the following ticket, please add any information there, especially the patch to configure. I will see how to resolve that issue on linux also. http://trac.osgeo.org/gdal/ticket/4424 The CF compliance checks (in netcdf_cf.py) can be skipped safely and are optional, no need

Re: [gdal-dev] gdal2tiles with WMS as source?

2012-01-04 Thread Even Rouault
Le mercredi 04 janvier 2012 13:28:08, Ari Jolma a écrit : > A question: > > I have a WMS set up, which visualizes a certain vector dataset. I would > like to create tiles for a tiled WMS from the WMS. gdal2tiles can be > used to create tiles from a raster datasource, but apparently not from a > WM

[gdal-dev] Re: GDAL interpolation of Gtiff / ESRI polygon.shp

2012-01-04 Thread RolandB
Dear Kyle, thank you for your fast response. I had been trying adapt gdalwarp() for some time now and it seems it does not want to interpolate. This what I did $user:gdal_rasterize -a_nodata -99 -a kennummer -te 5.93 50.39 6.74722 51.22886 -ts 59 94 -ot Int32 -l Bk50_rur_wgs ./Input/bk50_rur_wgs.

[gdal-dev] gdal2tiles with WMS as source?

2012-01-04 Thread Ari Jolma
A question: I have a WMS set up, which visualizes a certain vector dataset. I would like to create tiles for a tiled WMS from the WMS. gdal2tiles can be used to create tiles from a raster datasource, but apparently not from a WMS(?) or can it? How could I make it to use a WMS as the source?