I'm using MS Visual Studio 2013, C++ and newest gdal downloaded from here http://www.gisinternals.com/query.html?content=filelist&file=release-1800-x64-dev.zipIn readme and libraries I can see HDF 4 and 5, but when I'm doing GDALAllRegister(); and calling
GDALGetDriverShortName(hDriver),GDALGetDriverLongName(hDriver));to check drivers, I'm getting only this list of drivers:
As you can see, there is no HDF. How to turn it on or register?
أكثر...
GDALGetDriverShortName(hDriver),GDALGetDriverLongName(hDriver));to check drivers, I'm getting only this list of drivers:
As you can see, there is no HDF. How to turn it on or register?
أكثر...