eemont.app.listApps
- eemont.app.listApps(online=False)[source]
Gets the dictionary of available Google Earth Engine Apps from ee-appshot 1.
- Parameters
online (boolean) – Whether to retrieve the most recent list of apps directly from the GitHub repository and not from the local copy.
- Returns
Dictionary of available apps.
- Return type
Box
Examples
>>> import ee, eemont >>> apps = ee.listApps() >>> apps.jstnbraaten.conus_cover_vis Google Earth Engine App (name: conus-cover-vis, creator: jstnbraaten) >>> apps.jstnbraaten.conus_cover_vis.name 'conus-cover-vis' >>> apps.jstnbraaten.conus_cover_vis.open() >>> apps.jstnbraaten.conus_cover_vis.download()
References
- 1
Roy, Samapriya. 2021. ee-appshot: Create Snapshot of Earth Engine Apps. https://github.com/samapriya/ee-appshot