I am attempting to topographically rectify Landsat data using the i.topo.corr GRASS function from within R using the rgrass7 package.
My code is as follows:
execGRASS("i.topo.corr", flags = "i", parameters = list(basemap = "dem1", zenith = sz, azimuth = sa, output = "topcor"))I get the...