- New Feature: ability to open a leaflet.js Map, which supports Map.addLayer
- Internal changes to promptProject
- Added "FAILED" tasks count to tasks information label.
- Added a label to the Tasks panel displaying aggregated information about the tasks (total number of tasks and by State -- completed, running, etc.).
- New authentication method: sign-in (or out) of an account directly through the extension.
- Breaking changes: selecting a default account/project moved: Instead of being a configuration option, you can now interatively select a default account/project to use (
EE Tasks: set default account
). - Major internal changes to accommodate signed in accounts.
- Bug fix issue #5
- Internal improvements to
Export.image.to*
- Completed the skeleton for
ui
andChart
so they can be silently ignored inEE Tasks: run GEE scripts
.
- Bug fix issue #3
- Major internal changes to improve performance
- New feature: run a GEE script from vscode! see documentation here
- Fixed a bug that prevented the EndTime and BatchEECU columns to display.
- Renamed the
EE Tasks: update gcloud accounts list
command toEE Tasks: update available accounts
. This reflects an implementation change that simplifies and groups all accounts (gcloud and "earthengine").
- Initial release
-
Provides the "EE Tasks: view" commands (interactive, default, or service account) for a default view of EE tasks:
Id Type Description State CreateTime EndTime BatchEECU -
Provides "EE Tasks: update gcloud accounts list". Only required after using
gcloud
to authenticate additional users. This is done automatically the first time the extension is activated (ifgcloud
is available).
-