'Obtaining Metadata Information using ee_print function from RGEE
I am using the package RGEE
(R wrapper for the Google Earth Engine Python API). The function ee_print()
seems to work perfectly for an ImageCollection
of just one variable, but seems to fail for ImageCollection
with different variables where one needs to select the variable of interest. Any ideas on how to approach this issues with the latter kind of data.
Here's an example code:
GRIDMET = ee$ImageCollection("IDAHO_EPSCOR/GRIDMET")
ee_print(GRIDMET)
Where I get the following error message in return:
Error in strsplit(code, ":") : non-character argument
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|