Tag Archives: GRIDGIS

比较好的CVS文件头

比较规范,而且LOG信息可以直接在程序中看到。 example.cxx 象下面这样定义一个宏,这样每个编译过的目标文件也可以检查到版本。 # define CVSID(string) static char cvsid[] = string; static char *msid_aw() { return( msid_aw() ? ((char *) NULL) : cvsid ); } #else # define CVSID(string) #endif 这样,如果你不想使用这个宏,只需要定义在头文件中定义DISABLE_CVSID就可以了。 (当然,使用的后果就是会使每个目标文件变大约100个字节。) 但是,你可以使用这个命令检查其对应的版本: warmerda@gdal2200[70]% ident ~/gdal/libgdal.so | grep cpl_vsi $Id: … Continue reading

Posted in GRIDGIS, Program | Tagged , | Leave a comment

gridgis work plan

1. register a domain name:gridgis.org, 5-10 years 2. read grass document(maillist,design pdf,source code) 3. other grid related article

Posted in GIS | Tagged , | 1 Comment