readme

来自「GIS系统支持库Geospatial Data Abstraction Libr」· 代码 · 共 27 行

TXT
27
字号
	Standalone GRASS 5.7 Driver for GDAL	====================================This package contains a standalone driver for GRASS raster files thatcan be built after GDAL has been built and installed as an "autoload" driver.  This is particularly useful in resolving problems with GRASS dependingon GDAL, but GDAL with GRASS support depending on GRASS.  With this package you can configure and install GDAL normally (--without-grass), thenbuild and install GRASS normally and finally build and install this driver.To build this driver it is necessary for it to find GDAL and GRASS supportfiles.  Typically the configure and build process would look something like:./configure --with-gdal=/usr/local/bin/gdal-config --with-grass=/usr/local/grass-5.7.0makesudo make installSee also:  http://www.gdal.org/  http://grass.itc.it/

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?