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
── rgee 1.1.5 ──────────────────────────────────────────────────── earthengine-api 0.1.323 ──
✔ user: not_defined
✔ Google Drive credentials: FOUND
✔ Initializing Google Earth Engine: DONE!
✔ Earth Engine account: users/xxxxxxx
────────────────────────────────────────────────────────────────────────────────
I installed remotes::install_github("r-earthengine/rgeeExtra")
everything worked fine.
but no function could be find:
>library(rgeeExtra)
> ee_ImageCollection_scaleAndOffset()
Error in ee_ImageCollection_scaleAndOffset() :
could not find function "ee_ImageCollection_scaleAndOffset"
> ee_ImageCollection_spectralIndex()
Error in ee_ImageCollection_spectralIndex() :
could not find function "ee_ImageCollection_spectralIndex"
version
platform x86_64-w64-mingw32
arch x86_64
os mingw32
crt ucrt
system x86_64, mingw32
status
major 4
minor 2.2
year 2022
month 10
day 31
svn rev 83211
language R
version.string R version 4.2.2 (2022-10-31 ucrt)
nickname Innocent and Trusting
The text was updated successfully, but these errors were encountered:
Hi @masspern sorry for the inconvenience, but we are in the process to make the API more stable and close to rgee. We replace the function ee_ImageCollection_spectralIndex with ee$ImageCollection$spectralIndex.
ee$ImageCollection$spectralIndex %>% ee_help() # if you already have the last rgee dev version.
with rgee Initialized:
library(rgee)
ee_Initialize( drive =T)
── rgee 1.1.5 ──────────────────────────────────────────────────── earthengine-api 0.1.323 ──
✔ user: not_defined
✔ Google Drive credentials: FOUND
✔ Initializing Google Earth Engine: DONE!
✔ Earth Engine account: users/xxxxxxx
────────────────────────────────────────────────────────────────────────────────
I installed remotes::install_github("r-earthengine/rgeeExtra")
everything worked fine.
but no function could be find:
The text was updated successfully, but these errors were encountered: