Re: [gdal-dev] display picture

2009-11-09 Thread Randyqiu
在 2009-11-09一的 09:39 +0800,weixj2003ld写道: > Hi, > Thank you for your answer. > I want to know how to display the picture file which GDAL > generates,that is,Does GDAL only generate RASTER or VECTOR file and > not display it? > Kind regards. Hi Wei, You are right.But if you want to display it,do s

Re: [gdal-dev] python bindings, no netcdf support

2009-11-09 Thread Scott Sinclair
>2009/11/9 Hessel Winsemius : > Does anyone know how to let the python bindings know that it should work > with the NetCDF driver as well? I have netcdf4-python installed by the way. The installation of netcdf4-python doesn't interact with GDAL. You'll need to build GDAL yourself with NetCDF suppo

[gdal-dev] python bindings, no netcdf support

2009-11-09 Thread Hessel Winsemius
Dear all, Recently I've started working with the python bindings of gdal on my windows XP box at work. I have managed to install them and they work like a charm, except one thing. I have bee trying to generate some maps in different formats. I have tried Ascii/Arc grids, Geotiff, erdas imagine, wi

Re: [gdal-dev] Size of GeoTIFF stripes

2009-11-09 Thread Even Rouault
Selon Greg Coats : > According to http://www.gdal.org/frmt_gtiff.html , for a .tif > composed of stripes, rather than tiles, GeoTIFF defaults to setting > the size of a strip to be 8K bytes. This default can be over ridden > by using BLOCKYSIZE=n. When working with images > 200MB, 8K seems to > be

Re: [gdal-dev] display picture

2009-11-09 Thread Even Rouault
Selon weixj2003ld : > Hi, > Thank you for your answer. > I want to know how to display the picture file which GDAL generates,that > is,Does GDAL only generate RASTER or VECTOR file and not display it? > Kind regards. > GDAL itself has no graphical interface to display data. It's the job of other