ee_extra.JavaScript.install.uninstall#

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

Uninstall an Earth Engine JavaScript module.

The specified module will be uninstalled. Dependencies won’t be uninstalled.

Parameters:

x (str) – str

Examples

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