I’d like to run EE CLI functions through another Python script. I’m currently accomplishing this with Pexpect.
However, considering that EE is written in Python I should think this is only necessary at this point due to my lack of knowledge and level of skill in Python - because it seems a rather silly way to do it!
It looks like the way to create sites would be through ee.cli.plugins.site_functions.py. I’ll first try to port to my script the way ee.cli.plugins.site.py utilizes the site_functions.py.
I’m not sure what the best methods will be or how to pass the data in a way that it will work.
For that matter, I’m not entirely sure how to import the EE functions into my script… but I suppose that’s what StackOverflow is for.
Any thoughts or pointers would be very helpful!