Skip to content

geeup: Simple CLI for Earth Engine Uploads

Latest
Compare
Choose a tag to compare
@samapriya samapriya released this 28 Sep 04:48
· 5 commits to master since this release

geeup is a command-line tool for batch uploading image and table assets to Google Earth Engine, designed for open source geospatial users. It is a minimal tool with a simple objective: to make it easy to upload and manage assets in Google Earth Engine. This tool borrows many features from the another project of mine geeadd such as quota estimation before uploading new assets, task monitoring and cancellation to name a few of these tools.

Changelog

v1.0.0

  • Updated runtime and readme for actions
  • Gives better parsing of tasking info
  • Search by task ID which now outputs EECU
  • Fixed size estimation for image vs image collection
  • Added output from delete operation
  • Added some function descriptions & general improvements

v0.6.5

  • Fixed issue with iteritems for pandas >2.0.0
  • Updated task running check and updated function
  • Updated handling boolean for using last band as alpha mask