Introducing the eetasks vscode extension #8
lopezvoliver
started this conversation in
Show and tell
Replies: 2 comments 7 replies
-
This is great! I guess @12rambau would be interested in this as well. See gee-community/ipygee#2 (comment) |
Beta Was this translation helpful? Give feedback.
7 replies
-
Dear Here's a preview of an exciting new feature, the Read more about what can be done (and more importantly, what cannot be done) with this here. Please try it out and let me know what you think. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am working on a vscode extension with the goal of displaying Earth Engine tasks. I have a working version now (link to repository).
Here's a preview of how it looks:
Currently, there are a couple of options to open a new "Tasks view": using a service account (shown above), using the credentials stored by the
python earthengine-api
, or an account authenticated with gcloud (e.g. using the earthengine cli.This first version works in Linux and Windows, but of course it needs to be tested by more than one user. I am also thinking about adding some additional features (e.g. filter tasks, batch cancel tasks, etc.) in later releases.
You can test the extension after manually installing it using the Extensions: Install from VSIX. You can download it from the repository here.
Prior to publishing it to the VS Code Extension Marketplace, I would like to know your opinion, and ultimately publish it perhaps under a "gee-community" organization, which would involve creating an azure organization if it doesn't already exist.
Beta Was this translation helpful? Give feedback.
All reactions