Skip to content

GEE Asset Manager with Addons

Latest
Compare
Choose a tag to compare
@samapriya samapriya released this 27 Sep 04:22
· 7 commits to master since this release

geeadd (which stands for Google Earth Engine batch asset manager with addons ) provides a command-line tool for managing Google Earth Engine assets in batch. It allows you to perform a variety of operations on your assets that add to the existing earthengine command line tool. This includes tools that allows a user to estimate their quota usage, asset sizes, set permissions on assets, move and copy and many others. There are also some functions that are build to provided extended functionality like convert any earth engine app script to the source code and search tool which allows you to search both the GEE official data catalog and the community catalog.

This project has been a lot of work starting a few years ago and current improvements and updates can be seen reflected in v1.0.0 and higher up.

Changelog

v1.0.0

  • Gives better parsing of tasking info
  • Search by task ID now
  • Now outputs EECU and path for tasks that have those fields
  • Fixed size estimation for image vs image collection
  • Enhanced user docs and readme
  • added output from delete operation
  • Added some function descriptions & general improvements

v0.6.0

  • Updated to use API v1 with some updates to avoid breaking changes
  • Updated some core tools like size update and quota updation
  • The geeadd access tool is now user type agnostic and you can simply pass if the user is service account, group or email
  • Better handling of acl delete function
  • Added some function descriptions & general improvements
  • Reduced client initialization steps