> 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
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,
--
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
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
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.
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?