R package xtractomaticxtracto_3D返回错误:无法打开文件C:\ WINDOWS \ system32 \ tmpExtract.nc

时间:2017-05-10 10:03:35

标签: r

我正在尝试从ERDDAP下载数据(环境 研究部门数据访问计划服务器,使用http://coastwatch.pfeg.noaa.gov/xtracto/R/using_xtractomatic_r.pdf

中的示例

按照指南中给出的第一个示例导致代码下面的错误:

require(xtractomatic)

str(Marlintag38606)

'data.frame':   152 obs. of  7 variables:
 $ date  : Date, format: "2003-04-23" ...
 $ lon   : num  204 204 204 204 204 ...
 $ lat   : num  19.7 19.8 20.4 20.3 20.3 ...
 $ lowLon: num  204 204 204 204 204 ...
 $ higLon: num  204 204 204 204 204 ...
 $ lowLat: num  19.7 18.8 18.8 18.9 18.9 ...
 $ higLat: num  19.7 20.9 21.9 21.7 21.7 ...

> tagData<- Marlintag38606

> xpos<-tagData$lon

> ypos<-tagData$lat

> tpos<-tagData$date

> swchl<-xtracto(xpos,ypos,tpos,"swchla8day",xlen=.2,ylen=.2)

Error in curl::curl_fetch_disk(url, x$path, handle = handle) : 
  Failed to open file C:\WINDOWS\system32\tempExtract.nc.

有谁能告诉我如何解决这个错误?

由于 麦克

0 个答案:

没有答案