Displaying 1 result from an estimated 1 matches for "my_test_raster3".
2012 Jul 17
0
Arcgis in R
...llows it to
recognise the arcgisscripting command in R?
*This is the code I have used below:*
My.dir<- setwd("C:/RTest_NDVIc")
require(rgdal)
nat <- readGDAL("16-150406_ndvic.img")
# Write the raster as a geotiff
# Give an output name
My.ras.dir <- paste(My.dir,"my_test_raster3.tif")
# Write
#writeRaster(nat,paste(My.ras.dir))
####E
####S Part 2 do some analysis in ArcGIS-first connect to Python
###S Require necessary package
require(RPyGeo)
###S Configure python
# If you don't configure python, you won't be able to se...