[gdal-dev] 3D Viewer

2011-01-04 Thread Zoltan Szecsei
Hi, Can anyone point me to a simple 3D viewer that can read simple DXF, and maybe even a space separated (4 columns) ASCII file (DEM points: X Y Z TYPE)? Would be great to be able to rotate the view. No editing required, just viewing. Ideally should work in ubuntu, but both Win & Linux platform

Fwd: Re: [gdal-dev] FWTools and GDAL 1.7.0

2011-01-04 Thread Livneh Yehiyam
Hi Frank I personally will be happy to see FWTOOLS updated at least for major Gdal releases. I find it to be a much simpler way to distribute Gdal to my end users. I agree that OSGeo4W is more complete, but I think that for many users the simplicity of FWTOOLS wins. Thanks Yehiyam Livneh From:

[gdal-dev] GDAL/OGR 1.8.0 Beta2 Released

2011-01-04 Thread Frank Warmerdam
Folks, I have prepared a new beta release. There were few issues identified with the beta1, but there are some improvements and bug fixes. Notable ones include: - Support for the ECW 4.1 SDK. - Support for the MrSID V8 SDK. - Fixes for tricky jpeg-in-tiff bugs. - Various improvements to GM

[gdal-dev] Re: Mosaic the output of gdal2tiles

2011-01-04 Thread Jukka Rahkonen
iomeneandrei tin.it> writes: > > > Hi all, > I have a folder with a gdal2tiles output: 6 levels of zoom (and folders), > with subfolders and the .png tiles. > > Is there a gdal tool to merge in a single geotiff file these .png tiles? I have a feeling that gdal wms driver might be able to do

Re: [gdal-dev] RE: Mosaic the output of gdal2tiles (iomeneandrei)

2011-01-04 Thread iomeneandrei
Hi Stephen, thank you for your reply. Stephen Mather wrote: > > Hi Andrea, > Probably the simplest way to handle this is with a virtual dataset. > Rather than a direct mosaic, you create a virtual mosaic and then use > gdal_translate to convert to a geotiff, e.g. > It seems to me (I'm not