Skip to content

Trouble accessing CHIRPS data #6

Description

@DABrianC

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:

  • 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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions