JesJehle / earthEngineGrabR

Simplify the acquisition of remote sensing data
https://jesjehle.github.io/earthEngineGrabR/
53 stars 5 forks source link

Trouble accessing CHIRPS data #6

Open DABrianC opened 5 years ago

DABrianC commented 5 years ago

Hi, The package appears to be installed correctly and all of my APIs are authenticated, but when I run the CHIRPS data request exactly as written in the readme file this is what happens. I'm using R version 3.6.1.

chirps_data <- ee_grab(data = ee_data_collection(datasetID = "UCSB-CHG/CHIRPS/DAILY",

  • spatialReducer = "mean",
  • temporalReducer = "sum",
  • timeStart = "2016-01-01",
  • timeEnd = "2016-12-31",
  • resolution = 200
  • ),
  • targetArea = system.file("data/territories.shp", package = "earthEngineGrabR")
  • )

upload: territories is already uploaded Should the file be deleted and uploaded again? [Y/N]: Y Files deleted:

Error: With the given product argument no valid data could be requested. In addition: Warning messages: 1: In (function (text) : printing of extremely long output is truncated 2: Error on Earth Engine servers for data product: UCSB-CHG-CHIRPS-DAILY_s-mean_t-sum_2016-01-01to2016-12-31 Error in py_call_impl(callable, dots$args, dots$keywords): EEException: Unexpected HTTP error: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:727)

Thanks for any assistance.

Brian

JesJehle commented 4 years ago

Is it still a problem with the new version?