ไม่สามารถรับ rgdal เพื่อติดตั้งได้อย่างถูกต้องฉันได้ลองพูดถึงทั้งหมดและคำแนะนำทั้งหมดที่นี่ R ไม่พบแพ็คเกจแม้หลังจากติดตั้งแพ็คเกจแล้ว
library(rgdal)
rgdal: version: 1.4-3, (SVN revision 828)
Geospatial Data Abstraction Library extensions to R successfully loaded
Loaded GDAL runtime: GDAL 2.2.3, released 2017/11/20
Path to GDAL shared files: C:/Users/xxx/Documents/R/win-library/3.4/rgdal/gdal
GDAL binary built with GEOS: TRUE
Loaded PROJ.4 runtime: Rel. 4.9.3, 15 August 2016, [PJ_VERSION: 493]
Path to PROJ.4 shared files: C:/Users/xxx/Documents/R/win-library/3.4/rgdal/proj
Linking to sp version: 1.3-1
Warning message:
package ‘rgdal’ was built under R version 3.4.4
ฉันได้อัปเกรด R เป็น 3.6.1 แล้ว
ลองอีกครั้ง:
batch_gdal_translate(x, desc, outsuffix = "4.img", of = "HFA", co="TILED=YES")
NULL
Warning messages:
1: In gdal_setInstallation() :
No GDAL installation found. Please install 'gdal' before continuing:
- www.gdal.org (no HDF4 support!)
- www.trac.osgeo.org/osgeo4w/ (with HDF4 support RECOMMENDED)
- www.fwtools.maptools.org (with HDF4 support)
2: In gdal_setInstallation() : If you think GDAL is installed, please run:
gdal_setInstallation(ignore.full_scan=FALSE)
ฉันได้พยายามเรียกใช้สิ่งนี้จาก Rstudio & บรรทัดคำสั่ง R 3.6.1 GUI
ทุกครั้งที่ฉันได้ลองสิ่งนี้ฉันได้ผลลัพธ์ที่เป็นบวกสำหรับไลบรารีที่กำลังติดตั้ง
library(raster)
Loading required package: sp
library(rgdal)
rgdal: version: 1.4-4, (SVN revision 833)
Geospatial Data Abstraction Library extensions to R successfully loaded
Loaded GDAL runtime: GDAL 2.2.3, released 2017/11/20
Path to GDAL shared files: C:/Users/xxx/Documents/R/R-3.6.1/library/rgdal/gdal
GDAL binary built with GEOS: TRUE
Loaded PROJ.4 runtime: Rel. 4.9.3, 15 August 2016, [PJ_VERSION: 493]
Path to PROJ.4 shared files: C:/Users/xxx/Documents/R/R-3.6.1/library/rgdal/proj
Linking to sp version: 1.3-1
library(gdalUtils)
Registered S3 method overwritten by 'R.oo':
method from
throw.default R.methodsS3
ไฟล์ที่ฉันพยายามอ่านเป็นไฟล์ dted หรือไม่
x <- list.files(path = src, pattern = ".dt", full.names = TRUE)
length(x)
batch_gdal_translate(x, desc, outsuffix = "4.img", of = "HFA", co="TILED=YES")
ฉันได้ลองข้างต้นด้วยรูปแบบ GTIFF .tif แล้วและฉันก็ได้รับข้อผิดพลาดเดียวกัน แต่ฉันไม่ได้พยายามอ่านไฟล์. pdf เพียงแค่. dt0, .dt1, .dt2
สิ่งนี้จะใช้ได้กับเครื่องอื่นที่ฉันติดตั้ง R ไว้อย่างไรก็ตามฉันกำลังพยายามค้นหาว่ามีอะไรผิดปกติกับการติดตั้งที่ฉันมีในเครื่อง "นี้"
libproj-dev
แพ็คเกจ