Skip to content

Releases: samapriya/gee-takeout

Google Earth Engine Account Transfer Tool

27 Feb 14:17
c56945a
Compare
Choose a tag to compare

Command Line Interface Allows you to copy all codes and assets from one Google account to another. The tool requires the following pre requisite

  • Both your google accounts have an external password, since it requires that to download and perform a lot of the operations. Also enable [Let Less Secure App use your account][1] on both these accounts.
  • Your system has native python available in terminal or command prompt depending on what kind of system you are using. You can check this by typing python --version
  • _Git is installed on your system. For windows you can find [_installation here][2]
  • _Earth Engine Command Line(earthengine cli) interface is installed, instructions are in the [_developer page][3]
  • _You have authenticated earthengine cli using _earthengine authenticate
  • Make sure you visit the [git source for your account][4] within earth engine and allow access.
  • Check git is accessible via your system path type git help and check if the system can reach installed git command line tools.