Hi all,

 

I don't understand the formula to export multigrid from  .sgrd to asc
fillies.

 

With one grid is es: grid_1.sgrd e grid_2.sgrd

 

rsaga.sgrd.to.esri(in.sgrds=c("gird_1.sgrd","grid_2.sgrd"),
out.grids=c("grid_1.asc","grid_2.asc"), prec=1)

 

but I have 40 files L

I tried with my (little force) but sorry nothing

 

#A# export grid in .sgrd to grid in .asc

for(method in 1:40){

                rsaga.sgrd.to.esri(in.sgrds=c(paste("grid_",
method,".sgrd",sep"")),

                               out.grids=paste("grid_", i+9,"asc",sep""))}

 

thanks

 

Ale


        [[alternative HTML version deleted]]

_______________________________________________
R-sig-Geo mailing list
R-sig-Geo@stat.math.ethz.ch
https://stat.ethz.ch/mailman/listinfo/r-sig-geo

Reply via email to