Hi, I am a new user of VAPOR. I am trying to convert a tiff file to geotiff file following the instruction in the documentation page of tiff2geotiff.
tiff2geotiff.exe -4 "+proj=latlong +ellps=sphere" -n "119.613 13.9975 122.388 17.8769" NE2_HR_LC_SR.tif test.gtif
Results shows TIFFOPEN: test.gtif: Permission Denied.
Can someone help me with this? Thanks!
Hi Ronald, it doesn't look like you have write-permissions for the file you've specified. Try specifying a gest.gtif in a directory that you own. The directories you have permission to write to depend on your operating system. On Windows, it might be C:\Users\ronald\Documents. On Linux or OSX, it might be ~/Documents.
-Scott