# ModelWiki **Repository Path**: xiangxu/ModelWiki ## Basic Information - **Project Name**: ModelWiki - **Description**: Model country relations based on wiki pages. - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-12-29 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #ModelWiki Model country relations based on wiki pages. ## Dependencies * curl * gdal >= 1.11.2 * gcc >= 4.9.2 ## Build ``` gcc -std=c++11 -I/usr/include/gdal/ -I/usr/local/include -L/usr/local/lib -lgdal -lcurl -lstdc++ -o modelwiki main.cpp ``` according to your gdal install location, you may need to specify different link options. ## Runing and Output Use follow command to start running, this may take several hours. ``` $ cd $ ./modelwiki ``` When completed, there will be a shapefile called relation.shp, which contains lines that link between countries.