Skip to main content

Extension overview

The extension uses three distinct VS Code surfaces: Activity Bar sidebar views for discovery, docked Panel views for compact task monitoring, and Webview editors for detailed work. Sidebar collections are lazy-loaded where collections can be large; singleton editors preserve their state while you switch between tabs.

SectionPurposePrimary actions
ProfilesAuthenticate and choose the active project profile.Add, activate, sign out, remove, create a Python script.
AssetsBrowse the Earth Engine asset hierarchy.Search, refresh, create folders, preview, copy, move, delete.
DocsBrowse the Earth Engine JavaScript API.Search and refresh the local API registry.
Export TasksMonitor export operations.Filter, refresh, cancel, open the full task editor.
Import TasksMonitor ingestion and import operations.Filter, refresh, cancel, open the full task editor.
DatasetExplore Google, Publisher, and Community catalog entries.Search, refresh, open details, copy an ID, open the source page.
Activity Bar and Earth Engine sidebar screenshotShow the six sections expanded in a real VS Code workspace.

Docked Panel views

PanelContainerWhat it provides
EE ExportBottom PanelCompact, live list of export operations with state, elapsed time, cancellation, and result preview actions.
EE ImportBottom PanelCompact, live list of import operations with state, elapsed time, cancellation, and result preview actions.

Webview editors

EditorOpens fromWhat it provides
Asset ManagerAssets title actionSortable, paginated assets with breadcrumbs and management actions.
Image previewImage context actionThumbnail, description, bands with min/max values, and properties.
ImageCollection previewImageCollection context actionMosaic thumbnail, child images, first-image bands, and properties.
Table previewTable context actionThumbnail, description, features, inferred columns, and properties.
Export TasksExport Tasks title action or EE Export panelSortable, paginated export operation table with live refresh.
Import TasksImport Tasks title action or EE Import panelSortable, paginated import operation table with live refresh.
Dataset detailsDataset context actionDataset metadata, bands, properties, and copyable Earth Engine snippets.
Interactive MapProfiles title action or command paletteLeaflet map, Earth Engine tiles, layer controls, inspector, scale, and visualisation editor.

Each row links to its dedicated reference page; use the sidebar categories to browse the same architecture by surface type.