gee_asset_manager
gee_asset_manager copied to clipboard
Google Earth Engine Batch Asset Manager
Hi everyone I had a problem with upload function, as shown in the screen. 
pip3 install geebam fails because it requires earthengine-api>=0.4 However, the latest earthengine-api version is 0.1.278. Unclear why this problem occurs, as requirements.txt does not specify any particular version. Guido (dump...
This browser or app may not be secure. Try using a different browser. If you’re already using a supported browser, you can refresh your screen and try again to sign...
Hi Got the following message when trying to upload: ``` selenium.common.exceptions.SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 89 Current browser version is 88.0.4324.146 with...
hi~ anyone knows how to upload tfRecord data? I have a folder which contains pairs of .tfRecord data and .json data. I used 'geebam upload -u [email protected] --source folder/contain/tfrecord/json --dest...
Firstly, thank you for working on this project. I just installed geebam. And I have an issue connecting to my google account. When I do `geebam upload something` and enter...
Pretty much that. A problem with chrome driver results in error when asking for triggering the script for credentials
I am running the geebam upload command with this result: It seems that it is making a request to an unexisting REST API? 2019-12-16 19:46:26,883 :: googleapiclient.discovery_cache :: WARNING ::...
Explained here: https://groups.google.com/forum/#!topic/google-earth-engine-developers/T2xBI14O7Cc
``` DevTools listening on ws://127.0.0.1:62883/devtools/browser/831ea98e-4d78-41f2-bf1f-11140f937c3e Traceback (most recent call last): File "C:\Users\jonat\Anaconda3\envs\gee\Scripts\geebam-script.py", line 11, in load_entry_point('geebam', 'console_scripts', 'geebam')() File "c:\users\jonat\gee_asset_manager\geebam.py", line 150, in main args.func(args) File "c:\users\jonat\gee_asset_manager\geebam.py", line 70, in...