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
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
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
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