MazamaScience / MazamaSatelliteUtils

Satellite Data Download and Utility Functions
http://mazamascience.github.io/MazamaSatelliteUtils
GNU Lesser General Public License v3.0
0 stars 0 forks source link

HDF Error #81

Closed tabrasel closed 3 years ago

tabrasel commented 3 years ago

Running:

goesaodc_plotAveragePoints(
  satID = "G17",
  datetime = "2020-09-12 10",
  endtime = "2020-09-12 12",
  timezone = "America/Los_Angeles",
  bbox = oregon_bbox,
  cex = 0.3
)

Results in:

Error in R_nc4_open: NetCDF: HDF error
 Error in ncdf4::nc_open(fullPath) : 
  Error in nc_open trying to open file /Users/tatebrasel/Data/Satellite/OR_ABI-L2-AODC-M6_G17_s20202561731176_e20202561733549_c20202561735315.nc 

Is this a problem with the package, or with the scan file itself?