Javier Moreira
Javier Moreira
still not working for me. I have used the code mentioned, i was able to login, and the response was: `You are now logged in as [[email protected]]. Your current project...
Now i have ` > library(rgee) > ee_Initialize() Error in reticulate::py_discover_config() : Python specified in RETICULATE_PYTHON (/usr/bin/python3nEARTHENGINE_INIT_MESSAGE=True) does not exist ` a step back i think really messy
what should i include in the .Renviron file? with the second option you provide, i kind of get the idea: is to change the use of ` py_path="/home/javier/.virtualenvs/rgee/bin/python", py_env="rgee") `...
firts of all, let me thank you cesar for beeing there. ok i have changed the .Renviron file to use /usr/bin/python3, and i also pip3 install numpy/ earthengine-api. when i...
hi, i'm having that problem also. exactly the same, also no problem for the other repository. i would love to use this tool! thanks
I found the solution, when opening the jupyter notebook, change the ip='*' por ip=0.0.0.0 i found that with either this one or the repo gee-atmcorr-s2, when the web is provided,...
BaseException: Failed retrieving open-meteo data, server returned HTTP code: 414 on following URL ..
Sorry. Solved. I was running daily = Daily() outside of the loop and then calling daily.all() inside of the loop. thanks!
hi, thanks for your help. i was checking the same page. i keep getting the same Error. the object that i get, the feature layer, is of type `` and...
hi, i have tried with other feature_layer and same result. my hole code is: ``` import pandas as pd from arcgis.features import FeatureLayer import requests ###obtiene token url = "https://..specific../rest/generateToken"...
OK, i understand your suggestion, but I'm having issues finding a way to connect, I don't have a cliente_id. Also initially I saw tutorials using object numbers using GIS method....