2014-11-06 5 views
2

우분투 14 64 비트 버전에서 R 3.1.1을 사용하고 있습니다. 나는 SAGA GIS 2.1.2와 RSAGA 0.93-6을 설치했다.RSAGA에서 "오류 : 공구"를 해결하는 방법은 무엇입니까?

지금까지 모두 제대로 작동하는 것 같습니다.

rsaga.env은() 내가 사용, 작동 :

work_env <- rsaga.env(modules='/usr/lib/x86_64-linux-gnu/saga/') 

64 비트의 모듈이 다른 곳에 위치하기 때문이다.

> rsaga.get.libraries(path=work_env$modules) 
[1] "climate_tools"   "contrib_perego"   "db_odbc"     "db_pgsql"    
[5] "docs_html"    "docs_pdf"    "garden_3d_viewer"  "garden_fractals"   
[9] "garden_games"   "garden_learn_to_program" "garden_webservices"  "grid_analysis"   
[13] "grid_calculus_bsl"  "grid_calculus"   "grid_filter"    "grid_gridding"   
[17] "grid_spline"    "grid_tools"    "grid_visualisation"  "imagery_classification" 
[21] "imagery_rga"    "imagery_segmentation" "imagery_svm"    "imagery_tools"   
[25] "io_esri_e00"    "io_gdal"     "io_gps"     "io_grid_grib2"   
[29] "io_grid_image"   "io_grid"     "io_shapes_dxf"   "io_shapes"    
[33] "io_table"    "io_virtual"    "pj_georeference"   "pj_proj4"    
[37] "pointcloud_tools"  "pointcloud_viewer"  "shapes_grid"    "shapes_lines"   
[41] "shapes_points"   "shapes_polygons"   "shapes_tools"   "shapes_transect"   
[45] "sim_cellular_automata" "sim_ecosystems_hugget" "sim_erosion"    "sim_hydrology"   
[49] "sim_ihacres"    "statistics_grid"   "statistics_kriging"  "statistics_points"  
[53] "statistics_regression" "table_calculus"   "table_tools"    "ta_channels"    
[57] "ta_compound"    "ta_hydrology"   "ta_lighting"    "ta_morphometry"   
[61] "ta_preprocessor"   "ta_profiles"    "ta_slope_stability"  "tin_tools"    
[65] "tin_viewer" 

을하지만 모듈 또는 다른 것을 얻으려고 할 때 이상한 오류가 있습니다 : 뿐만 아니라 라이브러리를 작품 얻기 나는 공식적으로 higer를 지원하지 않는 rsaga을 발견

> rsaga.get.modules("ta_preprocessor", env=work_env) 
Error: tool 
$ta_preprocessor 
NULL 

을 SAGA GIS 2.1.0의 버전은 2.1.0이지만 다른 질문에 설명 된 오류가 발생합니다. https://gis.stackexchange.com/questions/109497/rsaga-saga-cmd-2-1-0-error-inconsistency

이 오류를 어떻게 해결해야합니까?

답변