我正在尝试将带有“Interrupted Goode's Homolosine Projection Binary Format”的 GIS 数据加载到 R 中,但我不知道该怎么做。
数据示例可以从以下链接获取:ftp: //ftp.glcf.umd.edu/glcf/Continuous_Fields_Tree_Cover/Global/gl-goodes-treecover/gl-goodes-deciduous.bin.gz
我尝试使用 R 包“caTools”中的函数“read.ENVI”,但它不起作用。
> library(caTools)
Loading required package: bitops
> r <- read.ENVI("gl-goodes-deciduous")
Error in read.ENVI("gl-goodes-deciduous") :
read.ENVI: Could not open input header file: gl-goodes-deciduous.hdr
有什么建议么?谢谢~