MCPcopy Index your code

hub / github.com/gee-community/geemap / types & classes

Types & classes171 in github.com/gee-community/geemap

↓ 17 callersClassToolbarItem
A toolbar item widget for geemap.
geemap/toolbar.py:47
↓ 10 callersInterfaceNode
js/tree_node.ts:13
↓ 8 callersClassLayer
Configures a deck.gl layer for rendering on a map. Parameters passed here will be specific to the particular deck.gl layer that you are choos
geemap/deck.py:32
↓ 7 callersClassChart
Create and display various types of charts from a data table. Attributes: data_table: The data to be displayed in the charts. cha
geemap/chart.py:171
↓ 5 callersClassGeometry
tests/fake_ee.py:80
↓ 5 callersClassString
tests/fake_ee.py:143
↓ 4 callersClassFakeProvider
tests/test_basemaps.py:106
↓ 3 callersClassEELeafletTileLayer
An ipyleaflet TileLayer that shows an EE object.
geemap/ee_tile_layers.py:156
↓ 3 callersClassImage
tests/fake_ee.py:9
↓ 3 callersClassList
tests/fake_ee.py:59
↓ 2 callersClassCustomControl
Put any HTML on the map as a Leaflet Control. Adopted from https://github.com/python-visualization/folium/pull/1662
geemap/foliumap.py:3163
↓ 2 callersClassDataTable
geemap/chart.py:22
↓ 2 callersClassFeature
tests/fake_ee.py:182
↓ 2 callersClassFeatureCollection
tests/fake_ee.py:156
↓ 2 callersClassGemini
Gemini LLM.
geemap/ai.py:538
↓ 2 callersClassMap
The Map class inherits the core Map class. The arguments you can pass to the Map initialization can be found at https://ipyleaflet.readthedoc
geemap/geemap.py:52
↓ 2 callersClassPlanetaryComputerEndpoint
This class contains the methods for the Microsoft Planetary Computer endpoint.
geemap/common.py:1500
↓ 2 callersClassTypedTuple
A trait for a tuple of any length with type-checked elements.
geemap/map_widgets.py:34
↓ 1 callersClassAlgorithms
tests/fake_ee.py:241
↓ 1 callersClassBBox
Class representing a lat/lon bounding box.
geemap/ai.py:799
↓ 1 callersClassCanvas
The ipywidgets.HBox containing the map and a toolbar.
geemap/plotlymap.py:27
↓ 1 callersClassCatalog
Class containing all collections in the EE STAC catalog.
geemap/ai.py:1213
↓ 1 callersClassCollection
A simple wrapper for a STAC Collection.
geemap/ai.py:868
↓ 1 callersClassCollectionList
List of stac.Collections; can be filtered to return a smaller sublist.
geemap/ai.py:1085
↓ 1 callersClassContainer
geemap/maplibregl.py:2646
↓ 1 callersClassDatasetSearchInterface
Interface for searching and displaying Earth Engine datasets.
geemap/ai.py:1771
↓ 1 callersClassDictionary
tests/fake_ee.py:67
↓ 1 callersClassEarthEngineDatasetIndex
Class for indexing and searching Earth Engine datasets.
geemap/ai.py:1443
↓ 1 callersClassFakeNotebookAccessError
google.colab.userdata.NotebookAccessError fake.
tests/test_coreutils.py:24
↓ 1 callersClassFakeTileLayer
A fake tile layer.
tests/fake_map.py:201
↓ 1 callersClassFeature_ByFeature
Define variables and get_data method for features by feature.
geemap/chart.py:683
↓ 1 callersClassFeature_ByProperty
Define variables and get_data method for features by property.
geemap/chart.py:722
↓ 1 callersClassFeature_Groups
Define variables and get_data method for feature groups.
geemap/chart.py:778
↓ 1 callersClassFlags
geemap/common.py:4406
↓ 1 callersClassGoogleMapsTileProvider
Google Maps TileProvider.
geemap/basemaps.py:250
↓ 1 callersClassLayerManagerRow
A layer manager row widget for geemap.
geemap/map_widgets.py:688
↓ 1 callersClassMapDrawControl
Implements the AbstractDrawControl for ipleaflet Map.
geemap/core.py:310
↓ 1 callersClassPrecomputedEmbeddings
Class for handling precomputed embeddings.
geemap/ai.py:1377
↓ 1 callersClassReducer
tests/fake_ee.py:235
↓ 1 callersClass_MockGeometry
tests/test_common.py:807
Class
js/tree_node.ts:20
Class
js/tab_panel.ts:42
Class
js/toolbar_item.ts:19
Class
js/toolbar.ts:20
Class
js/layer_editor.ts:27
Class
js/raster_layer_editor.ts:30
Class
js/basemap_selector.ts:18
Class
js/palette_editor.ts:11
Class
js/color_picker.ts:6
Class
js/legend.ts:30
Class
js/container.ts:17
Class
js/layer_manager.ts:16
Class
js/vector_layer_editor.ts:13
Class
js/inspector.ts:22
Class
js/search_bar.ts:29
Class
js/layer_manager_row.ts:18
Class
js/legend_customization.ts:20
Class
js/lit_widget.ts:5
Class
tests/fake_anywidget.ts:6
ClassAbstractDrawControl
Abstract class for the draw control.
geemap/core.py:31
EnumAlignment
js/tab_panel.ts:None
ClassBarChart
Create Bar Chart. All histogram/bar charts can use this object.
geemap/chart.py:543
ClassBaseChartClass
This should include everything a chart module requires to plot figures.
geemap/chart.py:469
ClassBasemapSelector
js/basemap_selector.ts:18
ClassBasemapSelector
Widget for selecting a basemap.
geemap/map_widgets.py:824
InterfaceBasemapSelectorModel
js/basemap_selector.ts:12
ClassChartTest
Tests for `chart` module.
tests/test_chart.py:9
ClassCodeThoughts
geemap/ai.py:1686
EnumColorModel
js/raster_layer_editor.ts:None
ClassColorPicker
js/color_picker.ts:6
EnumColorRamp
js/raster_layer_editor.ts:None
ClassColorbar
A matplotlib colorbar widget that can be added to the map.
geemap/map_widgets.py:109
ClassColormapsTest
Tests for `colormaps` module.
tests/test_colormaps.py:7
ClassCommonTest
tests/test_common.py:28
ClassContainer
js/container.ts:17
InterfaceContainerModel
js/container.ts:10
ClassDatasetExplorer
A widget for exploring Earth Engine datasets. The DataExplorer class source code is adapted from <https://bit.ly/48cE24D>. Credit to the orig
geemap/ai.py:2087
ClassDatasetsTest
Tests for `datasets` module.
tests/test_datasets.py:9
ClassDeckTest
tests/test_deck.py:15
ClassDrawActions
Action types for the draw control.
geemap/core.py:22
ClassEEFoliumTileLayer
A Folium raster TileLayer that shows an EE object.
geemap/ee_tile_layers.py:113
ClassEELayerMetadata
Metadata for layers backed by Earth Engine objects.
geemap/core.py:383
ClassFakeAnyModel
tests/fake_anywidget.ts:6
ClassFakeEeTileLayer
tests/fake_map.py:180
ClassFakeGeoJSONLayer
tests/fake_map.py:216
ClassFakeMap
A fake map used for initializing widgets.
tests/fake_map.py:17
ClassFakeSecretNotFoundError
google.colab.userdata.SecretNotFoundError fake.
tests/test_coreutils.py:20
ClassFakeXyz
tests/test_basemaps.py:117
ClassFloatText
Adds a floating image in HTML canvas on top of the map.
geemap/foliumap.py:3200
ClassGenie
A widget for interacting with the Genie AI model. The source code is adapted from the ee_genie.ipynb at <https://bit.ly/3YEm7B6>. Credit to t
geemap/ai.py:73
ClassImageCollection
tests/fake_ee.py:220
ClassImageOverlay
ImageOverlay class. Args: url (str): http URL or local file path to the image. bounds (tuple): bounding box of the image in the f
geemap/geemap.py:4937
ClassInspector
js/inspector.ts:22
ClassInspector
Inspector widget for Earth Engine data.
geemap/map_widgets.py:430
InterfaceInspectorModel
js/inspector.ts:12
ClassLayerEditor
js/layer_editor.ts:27
ClassLayerEditor
Widget for displaying and editing layer visualization properties.
geemap/map_widgets.py:898
InterfaceLayerEditorModel
js/layer_editor.ts:16
ClassLayerManager
js/layer_manager.ts:16
ClassLayerManager
A layer manager widget for geemap.
geemap/map_widgets.py:783
next →1–100 of 171, ranked by callers