ee_extra.JavaScript.install.install#

ee_extra.JavaScript.install.install(x, update=False, quiet=False)[source]#

Install an Earth Engine modue and its dependencies.

The specified dependencies will be installed in the ee_extra module path.

Parameters:
  • x (str) – str

  • update (bool) – bool

Return type:

list

Examples

>>> import ee
>>> from ee_extra import Extra
>>> ee.Initialize()
>>> Extra.JavaScript.eejs2py.install("users/dmlmont/spectral:spectral")