在Linux/Ubuntu下从源代码安装GDAL库
GDAL库是一个开源的、方便读写处理栅格数据的C++库,
(当然也支持Python, Perl, Ruby, R, Java, C#等语言)
在Linux/Ubuntu下从源代码安装过程如下:
Read More »在Linux/Ubuntu下从源代码安装GDAL库
GDAL库是一个开源的、方便读写处理栅格数据的C++库,
(当然也支持Python, Perl, Ruby, R, Java, C#等语言)
在Linux/Ubuntu下从源代码安装过程如下:
Read More »在Linux/Ubuntu下从源代码安装GDAL库
Just finished a c++ program to compute NDVI from MODIS/HDF4 file
Written in c++, depends on GDAL(Geospatial Data Abstraction Library)
Source code can be downloaded HERE
Read More »A program compute NDVI from MODIS/HDF4 file