You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm trying to use the rgeeExtra::module function to import a .js module. Here's my code:
library(rgee)
library(rgeeExtra)
ee_Initialize("gtyreegee")
x <- "users/gtyreegee/MODIS_006_MCD19A2:Modules/RAP_LC_Bins_Module.js"
getRAPstrata <- module(x)
When I run the code, I get the error: "Python module ee_extra was not found." However, I checked my py conda environment and ee_extra is installed as:
ee_extra; 0.0.12; pyhd8ed1ab_0; conda-forge
Has this issue come up before, and if so, how was it solved?
I'm using rgee version 1.1.2, rgeeExtra version 0.0.1 in RStudio 1.4.1717.
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to use the rgeeExtra::module function to import a .js module. Here's my code:
library(rgee)
library(rgeeExtra)
ee_Initialize("gtyreegee")
x <- "users/gtyreegee/MODIS_006_MCD19A2:Modules/RAP_LC_Bins_Module.js"
getRAPstrata <- module(x)
When I run the code, I get the error: "Python module ee_extra was not found." However, I checked my py conda environment and ee_extra is installed as:
ee_extra; 0.0.12; pyhd8ed1ab_0; conda-forge
Has this issue come up before, and if so, how was it solved?
I'm using rgee version 1.1.2, rgeeExtra version 0.0.1 in RStudio 1.4.1717.
The text was updated successfully, but these errors were encountered: