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",
-
-
-
timeStart = "2016-01-01",
-
-
- ),
- 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:
- territories: 1ieJLbU-MMeEigpypRHecG5zuBjlMeWtmdaEtYumc
Creating Fusion Table: territories
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
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.
upload: territories is already uploaded
Should the file be deleted and uploaded again? [Y/N]: Y
Files deleted:
Creating Fusion Table: territories
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