Skip to content

yin00406/Code_GEE

Repository files navigation

Code_GEE

# Colab
import ee
project_name = "xxx" # only cloud project names are effective
ee.Authenticate()
ee.Initialize(project=project_name)

# Local env
import ee
ee.Authenticate()
ee.Initialize()

geeup

​ Batch upload table files

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published