eemont.extra.uninstall

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

Uninstalls 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”).

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

Return type

None

See also

install

Installs a JavaScript GEE module.

require

Loads and executes a JavaScript GEE module.

Examples

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