Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rgeeExtra::module() returns 404 error #9

Open
mathiasweidinger opened this issue Apr 20, 2023 · 0 comments
Open

rgeeExtra::module() returns 404 error #9

mathiasweidinger opened this issue Apr 20, 2023 · 0 comments

Comments

@mathiasweidinger
Copy link

Hey there! Having initialized GEE successfully, I cannot seem to load js modules using rgeeExtra::module(). My problem is similar to the one described in issue 6, but since that has remained unchanged for about a year, I opened this new issue. Here's a reprex:

library(rgee)
library(rgeeExtra)
library(reticulate)

ee_Initialize() # initialize gee
#> ── rgee 1.1.5 ─────────────────────────────────────── earthengine-api 0.1.323 ── 
#>  ✔ user: not_defined
#>  ✔ Initializing Google Earth Engine: ✔ Initializing Google Earth Engine:  DONE!
#>  ✔ Earth Engine account: users/MathiasWeidinger 
#> ────────────────────────────────────────────────────────────────────────────────

reticulate::py_install(packages=c("regex", "ee_extra", "jsbeautifier")) # install necessary python packages
#> Using virtual environment '/home/madmat/.virtualenvs/rgee' ...
#> + '/home/madmat/.virtualenvs/rgee/bin/python' -m pip install --upgrade --no-user 'regex' 'ee_extra' 'jsbeautifier'

x <- "users/andreim/geeMonitor:monitor.js"

engine <- rgeeExtra::module(x)
#> HTTP Error 404: Not Found

I tried loading in other modules with the same result. Still, from my side everything seems to be up to date and otherwise rgee is working as expected. Any ideas what might be going wrong?

Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant