Skip to content

GEE Asset Manager with Addons

Compare
Choose a tag to compare
@samapriya samapriya released this 25 Apr 23:58
· 65 commits to master since this release

Google Earth Engine Batch Asset Manager with Addons is an extension of the one developed by Lukasz here and additional tools were added to include functionality for moving assets, conversion of objects to fusion table, cleaning folders, querying tasks. The ambition is apart from helping the user with batch actions on assets along with interacting and extending capabilities of existing GEE CLI. It is developed case by case basis to include more features in the future as it becomes available or as the need arises.

Changelog

v0.4.4

  • Removed git dependency and used urllib instead based on feedback
  • Created conda forge release based on Issue 10

v0.4.2

  • Fixed relative import issue for earthengine.
  • Fixed image collection move tool to parse ee object type correctly as image_collection.

v0.4.0

  • Improved quota tools to get all quota and asset counts.
  • Added a search tool to search GEE catalog using keywords.
  • Improved parsing for app to script tool.
  • Detailed asset root for all root folders and recursively
  • Cancel tasks now allows you to choose, running, ready or specific task ids.
  • Assets copy and move now allows you to copy entire folders, collection and assets recursively
  • Updated assets access tool
  • Delete metadata allows you to delete metadata for existing collection.
  • Overall general improvements and optimization.

v0.3.3

  • General improvements
  • Added tool to get underlying code from earthengine app

v0.3.1

  • Updated list and asset size functions
  • Updated function to generate earthengine asset report
  • General optimization and improvements to distribution
  • Better error handling

v0.3.0

  • Removed upload function
  • Upload handled by geeup
  • General optimization and improvements to distribution
  • Better error handling

v0.2.8

  • Uses poster for streaming upload more stable with memory issues and large files
  • Poster dependency limits use to Py 2.7 will fix in the new version