search for: saga_cmd

Displaying 3 results from an estimated 3 matches for "saga_cmd".

Did you mean: sa_cmd
2012 Feb 24
1
Producing KML files
...param=list(GRID="meuse_soil.sgrd", POLYGONS="meuse_soil.shp", CLASS_ALL=1)) and it crashes there with the following error message: Error in setwd(env$workspace) : character argument expected In addition: Warning message: In rsaga.env() : SAGA command line program 'saga_cmd.exe' not found in any of the paths C:/Program Files/R/R-2.13.1/library/RSAGA/saga_vc C:/Program Files/R/R-2.13.1/library/RSAGA/SAGA-GIS ... Can someone please let me know what I should do to fix that error? Thanks, Mel [[alternative HTML version deleted]]
2008 Aug 11
1
Unexpected parameter problem using rsaga.geoprocessor() {RSAGA}
.../south/monthly/nt_199710_f13_v01_s.bin", NX=316, NY=332, DXY=25, XMIN=-3950, DATA_OFFSET=300, TOPDOWN=1)) and I got: Le service Beep n'est pas lanc?. Vous obtiendrez une aide suppl?mentaire en entrant NET HELPMSG 3521. C:\Documents and Settings\lescroel\Bureau>C:\Progra~1\saga_vc\saga_cmd.exe io_grid 4 -silent -GRID 199710.sgrd -FILE_DATA C:\Documents and Settings\lescroel\Mes documents\pub\DATASETS\seaice\polar-stereo\nasateam\final-gsfc\south\monthly\nt_199710_f13_v01_s.bin -NX 316 -NY 332 -DXY 25 -XMIN -3950 -DATA_OFFSET 300 -TOPDOWN 1 SAGA CMD 2.0.3 library path: C:/Progra~...
2009 Apr 14
0
Help with nested loops
...x, ci.y, asc.dir, asc.date.start, asc.date.end, asc.duration, env.variable) { id<-id d.frame.date<-as.POSIXct(d.frame.date, "GMT", format="%Y-%m-%d") require(RSAGA) # set environment for RSAGA env<-rsaga.env(path="C:\\programs\\saga_vc", cmd="saga_cmd.exe") # format directory file names for input into data extraction function below called 'pick.from.ascii.grid' asc.files<-substr(basename(dir(asc.dir, pattern='.asc$')), 1, nchar(basename(dir(asc.dir, pattern='.asc$'))) - 4) # index and loop through dates dat...