fdetsch / MODIS

Download and processing framework for MODIS imagery. The package provides automated access to the global online data archives LP DAAC, LAADS and NSIDC as well as processing capabilities such as file conversion, mosaicking, subsetting and time series.
Other
58 stars 27 forks source link

Error: $ operator is invalid for atomic vectors #103

Open pdez90 opened 3 years ago

pdez90 commented 3 years ago

Hi, Im trying to read in the AOD from MAIAC. This is my code: hdf1= getHdf(product= "MCD19A2", collection="006", tileH=21, tileV=9, begin="2020.03.14", end="2020.05.10")

I keep getting the error: Error: $ operator is invalid for atomic vectors I don't know what is going on. I have the latest version of this package. Any help would be much appreciated! Thank you

fdetsch commented 3 years ago

Running smoothly on my end. Maybe scheduled server downtime (frequently occurs on Wednesdays)? Have you tried with the latest develop version?

pdez90 commented 3 years ago

I did! I just tried running it again and failed.

fdetsch commented 3 years ago

Are the login credentials in ~/.netrc correct?