# \donttest{
inputPath = system.file("extdata", package = "geoTS")
masterFile = system.file("extdata", "master.tif", package = "geoTS")
transfer_bin_raster(inputPath = inputPath, outputPath = inputPath,
master = masterFile, what = integer(),
signed = TRUE, endian = "little", size = 2,
format = "GTiff", dataType = "INT2S", overwrite = TRUE)
# }
Run the code above in your browser using DataLab