Label

Books (1) CARTO (3) Fun (21) GBDX (1) geoserver (1) GIS (57) greed (4) memo (4) movie (1) music (2) python (4) R (12) statistics (10) study (20) swim (5) tools (19) Ubuntu (7)

2011/12/17

【R】using RSAGA

1. RSAGA only accepts the version 2.0.7 or lower (2.0.4)  --2011.12.17
2. DL the SAGA 2.0.7
3. unzip it to "C:/Program Files/R/R-2.13.2/library/RSAGA/saga_vc"
    # i couldnt set the path to the "saga_xmd.exe" using "rsaga.env" function
    # other wise i have to set the path in every command... like
      > rsaga.import.gdal("dem.asc","dem",env=rsaga.env(path="E:/xxx/xxx/xxx"))