sntck / MODISTools

R package – retrieving & using MODIS data from NASA's ORNL DAAC archive
37 stars 29 forks source link

package not working with latest API updates #44

Open sdtaylor opened 6 years ago

sdtaylor commented 6 years ago

The API for this at Oak Ridge National Lab was updated recently and it looks like it broke everything. https://modis.ornl.gov/data/modis_webservice.html
This could also be the cause of #41

faridcher commented 6 years ago

Same here. Running:

data(SubsetExample)
MODISSubsets(LoadDat = SubsetExample, Products = "MOD13Q1", Bands = c("250m_16_days_EVI",
             "250m_16_days_pixel_reliability"), Size = c(0,0), StartDate = TRUE)

produce

Files downloaded will be written to C:/Users/farid/Documents/Rpkgs/cacp. Found 1 unique time-series to download. Error in GetProducts() : MODIS Collection 5 Web Service Disabled, See https://daac.ornl.gov/modiswebservice/ for C6 Web Service

nicholasjclark commented 6 years ago

Same issue here, any workarounds found yet?

sdtaylor commented 6 years ago

The folks at Oak Ridge have posted an updated MODISTools package on their website linked above. I emailed asking them to put it into the official version so the fixes can get on CRAN and they say they're working on it.

nicholasjclark commented 6 years ago

Excellent, thanks for that info Shawn