eemont.extra.install

eemont.extra.install(module, update=False, quiet=False)[source]

Installs a JavaScript GEE module.

Warning

This method is highly experimental. Please report any irregularities in the Issues Page of eeExtra.

Parameters
  • module (str) – Path to the module in the Code Editor (e.g. “users/dmlmont/spectral:spectral”).

  • update (bool, default = False) – Whether to update the module if it is already installed.

  • quiet (bool, default = False) – Whether to show in console the process.

Return type

None

See also

uninstall

Uninstalls a JavaScript GEE module.

require

Loads and executes a JavaScript GEE module.

Examples

>>> import ee, eemont
>>> ee.Authenticate()
>>> ee.Initialize()
>>> ee.install("users/sofiaermida/landsat_smw_lst:modules/Landsat_LST.js")