[gdal-dev] he5 is not a supported format?

2008-10-20 Thread Becker, Thomas
Hi listers, I have a problem reading he5 files with gdal. After installing FWTools 2.0.6 on a Suse 9 machine (compiled the sources) it seems like I do not have support of HDF5 files. The files I have are from the OMI tropospheric NO2 data archive

Re: [gdal-dev] he5 is not a supported format?

2008-10-20 Thread Frank Warmerdam
Becker, Thomas wrote: Hi listers, I have a problem reading he5 files with gdal. After installing FWTools 2.0.6 on a Suse 9 machine (compiled the sources) it seems like I do not have support of HDF5 files. The files I have are from the OMI tropospheric NO2 data archive

[gdal-dev] Problem reprojecting from EPSG:4326 to EPSG:900913

2008-10-20 Thread Roger André
Hi Everyone, I'm having some issues when reprojecting data via a WMS request to MapServer. While I realize this only touches on the gdal side of things slightly (I'm using the gdal driver and FWTools version 2.0.6 in Linux), I'm hoping the problem is one that someone on this list may have

Re: [gdal-dev] Problem with image overview creation in GTiff files

2008-10-20 Thread Even Rouault
Vincent, Thanks for your hints. I've tried the following python script : import gdal ds=gdal.GetDriverByName('GTiff').Create('tiled.tif',1,1,4) ds.GetRasterBand(1).Fill(0) ds.BuildOverviews('NEAR', overviewlist = [2]) (I think it is important that the size of the image must be big

Re: [Gdal-dev] Is Gdal2tiles working somewhere?

2008-10-20 Thread Klokan Petr Přidal
Hello Pascal, I am not completely sure what kind of example you would like to see... Would you like to generate TMS tiles for a map in local map projection (like French RGF93 based Lambert) and overlay it with existing data from WMS server in the same projection? That's not supported now. It