[gdal-dev] Problem: Convert to netCDF using gdal_translate

2009-08-13 Thread chen cui
Hello, dear all, I would like to use gdal_translate to convert .tif file and Grass raster file to netCDF file. On my computer system, the libgdal version is 1.3.2 and the libnetcdf version is 3. I have used the following command: gdal_translate -of netCDF -b 1 test.tif test.nc but it showed

[gdal-dev] convert Grass Raster to netCDF

2009-08-12 Thread chen cui
hello, i would like to convert Grass Raster to netCDF format. i have used the following command from gdal library: gdal_translate /directory/Global/Permanent/cellhd/RasterMask RasterNC.nc which worked well! i also use gdalinfo to check the netCDF file: gdalinfo RasterNC.nc Driver: GTiff/Ge

[gdal-dev] read non spatial tables using OGR driver

2009-01-16 Thread chen cui
hello, I know that using OGRSFDriverRegistrar::Open() we can access and open personal geodatabase .mdb file. The table with geometry_column will be returned as Layers. But how about non spatial tables inside this personal geodatabase .mdb file? Or we should use ODBC provider to access those

[gdal-dev] used the GDAL/GEOS libraries (.dll and .lib) in my visual studio .net C++ project

2009-01-08 Thread chen cui
Hello, I have successfully used the GDAL/GEOS libraries (.dll and .lib) in my VC++ project. I just set the directory of where the gdal libraries are saved under the project property setting page - Additional Library Directories' and include directories. But when i run the debugging mode of my p