Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/gee-community/geemap
/ functions
Functions
2,016 in github.com/gee-community/geemap
⨍
Functions
2,016
◇
Types & classes
171
↳
Endpoints
78
Method
test_titiler_endpoint_url_for_stac_info_geojson
(self)
tests/test_common.py:505
Method
test_titiler_endpoint_url_for_stac_item
(self)
tests/test_common.py:485
Method
test_titiler_endpoint_url_for_stac_pixel_value
(self)
tests/test_common.py:515
Method
test_titiler_endpoint_url_for_stac_statistics
(self)
tests/test_common.py:510
Method
test_titiler_endpoint_url_for_stac_wmts
(self)
tests/test_common.py:520
Method
test_toggle_expands_and_collapses
Toggle widget correctly expands and collapses the toolbar.
tests/test_toolbar.py:55
Method
test_transpose_df
Test transpose_df function.
tests/test_chart.py:29
Method
test_tree_to_string_classification
(self)
tests/test_ml.py:23
Method
test_tree_to_string_classification_labels
(self)
tests/test_ml.py:200
Method
test_tree_to_string_infer_classification
(self)
tests/test_ml.py:162
Method
test_tree_to_string_infer_regression
(self)
tests/test_ml.py:173
Method
test_tree_to_string_infer_runtime_error
(self)
tests/test_ml.py:184
Method
test_tree_to_string_left_right_leaves
(self)
tests/test_ml.py:262
Method
test_tree_to_string_multiprobability
(self)
tests/test_ml.py:237
Method
test_tree_to_string_probability
(self)
tests/test_ml.py:214
Method
test_tree_to_string_probability_value_error
(self)
tests/test_ml.py:225
Method
test_tree_to_string_regression
(self)
tests/test_ml.py:37
Method
test_tree_to_string_unknown_output_mode
(self)
tests/test_ml.py:250
Method
test_trees_to_csv
(self)
tests/test_ml.py:128
Method
test_triggers_callbacks
Tests that toolbar item callbacks are triggered correctly.
tests/test_toolbar.py:81
Method
test_use_math_false
(self)
tests/test_conversion.py:94
Method
test_use_math_true
(self)
tests/test_conversion.py:90
Method
test_validate_vis_params_box_palette
(self)
tests/test_ee_tile_layers.py:35
Method
test_validate_vis_params_box_palette_no_default
(self)
tests/test_ee_tile_layers.py:30
Method
test_validate_vis_params_invalid_palette_type
(self)
tests/test_ee_tile_layers.py:25
Method
test_validate_vis_params_list_palette
(self)
tests/test_ee_tile_layers.py:49
Method
test_validate_vis_params_none
(self)
tests/test_ee_tile_layers.py:21
Method
test_validate_vis_params_str_palette
(self)
tests/test_ee_tile_layers.py:42
Method
test_visibility_updates_children
Tests that tweaking the visibility updates children visibilities.
tests/test_map_widgets.py:725
Method
test_xyz_to_folium_sources
Tests that xyz_to_folium has custom xyz, wms, and xyzservices.
tests/test_basemaps.py:77
Method
test_xyz_to_folium_with_planet
Tests that xyz_to_folium includes planet tiles if API key is set.
tests/test_basemaps.py:92
Method
test_xyz_to_leaflet_is_dictionary
Tests that xyz_to_leaflet returns a dict.
tests/test_basemaps.py:60
Method
test_xyz_to_leaflet_sources
Tests that xyz_to_leaflet has custom xyz, wms, and xyzservices.
tests/test_basemaps.py:64
Method
test_xyz_to_plotly_sources
Tests that xyz_to_plotly has custom xyz and xyzservices.
tests/test_basemaps.py:175
Method
test_zoom_level_resolution
(self)
tests/test_common.py:1507
Function
tif_to_jp2
Converts a GeoTIFF to JPEG2000. Args: filename: The path to the GeoTIFF file. output: The path to the output JPEG2000 file.
geemap/common.py:14632
Method
to_gradio
Converts the map to an HTML string that can be used in Gradio. Removes unsupported elements, such as attribution and any code blocks containi
geemap/geemap.py:4829
Method
to_gradio
Converts the map to an HTML string that can be used in Gradio. Removes unsupported elements, such as attribution and any code blocks containi
geemap/foliumap.py:2953
Function
to_hex_colors
Convert a GEE color palette into hexadecimal color codes. Can handle mixed formats. Args: colors: A list of colors in hex or RGB for
geemap/coreutils.py:434
Method
to_html
Saves the map as a HTML file. Args: filename: The output file path to the HTML file. read_only: Whether to hide the s
geemap/kepler.py:396
Method
to_image
Saves the map as a PNG or JPG image. Args: filename: The output file path to the image. Defaults to None. monitor: Th
geemap/geemap.py:2409
Method
to_list
Converts the BBox to a list of four numbers [west, south, east, north]. Returns: List of four numbers representing the bounding b
geemap/ai.py:841
Method
to_streamlit
Convert the map to a Streamlit component. This function converts the map to a Streamlit component by encoding the HTML representation
geemap/maplibregl.py:1882
Method
to_streamlit
Renders map figure in a Streamlit app. Args: width: Width of the map. Defaults to None. height: Height of the map. De
geemap/geemap.py:4095
Method
to_streamlit
Renders `folium.Figure` or `folium.Map` in a Streamlit app. This method is a static Streamlit Component, meaning, no information is passed
geemap/foliumap.py:2179
Method
to_streamlit
Renders `keplergl.KeplerGl` map figure in a Streamlit app. Args: width: Width of the map. height: Height of the map.
geemap/kepler.py:438
Method
toggleExpand
()
js/tree_node.ts:84
Function
tool_callback
(change)
geemap/toolbar.py:4383
Function
tool_header_template
Create a toolbar widget. Args: m: The geemap.Map instance. opened: Whether to open the toolbar. show_close_button: Whethe
geemap/toolbar.py:945
Function
tool_selected
(change)
geemap/toolbar.py:1794
Function
tool_template
Create a toolbar widget. Args: m: The geemap.Map instance. opened: Whether to open the toolbar.
geemap/toolbar.py:762
Function
toolbar_btn_click
(change)
geemap/coreutils.py:581
Function
toolbar_btn_click
(change)
geemap/toolbar.py:324
Method
toolbar_btn_click
(change)
geemap/geemap.py:2824
Method
toolbar_reset
Reset the toolbar so that no tool is selected.
geemap/plotlymap.py:70
Function
tree_to_string
Convert a sklearn decision tree object to a string format that EE can interpret Args: estimator (sklearn.tree.estimator): An estimator co
geemap/ml.py:17
Function
trees_to_csv
Save a list of strings (an ensemble of decision trees) to a CSV file. Args: trees: A list of strings (an ensemble of decision trees).
geemap/ml.py:395
Function
ts_inspector
Creates a time series inspector. Args: layers_dict (dict, optional): A dictionary of layers to be shown on the map. Defaults
geemap/geemap.py:5099
Method
ts_inspector
Creates a split-panel map for inspecting timeseries images. Args: left_ts (object): An ee.ImageCollection to show on the left pan
geemap/geemap.py:1841
Method
ts_inspector
( self, left_ts, right_ts, left_names, right_names, left_vis:
geemap/foliumap.py:3020
Method
update
(changedProperties: PropertyValues)
js/basemap_selector.ts:103
Function
update_data_list
Updates the Earth Engine Data Catalog dataset list. Args: out_dir: The output directory to save the GitHub repository. Raises:
geemap/datasets.py:37
Function
update_float_slider
(change)
geemap/toolbar.py:835
Method
update_html
(feature, **kwargs)
geemap/geemap.py:2848
Function
update_int_slider
(change)
geemap/toolbar.py:818
Function
update_label
(change)
geemap/common.py:14781
Method
update_layer
(change)
geemap/maplibregl.py:1381
Method
update_outputs
Updates the output widgets based on the selected dataset. Args: selected_dataset: The ID of the selected dataset.
geemap/ai.py:1990
Function
updated
(changedProperties: PropertyValues<SubclassType>)
js/lit_widget.ts:47
Method
updated
(changedProperties: PropertyValues<TreeNode>)
js/tree_node.ts:62
Method
updated
(changedProperties: PropertyValues<RasterLayerEditor>)
js/raster_layer_editor.ts:343
Method
updated
(changedProperties: PropertyValues<PaletteEditor>)
js/palette_editor.ts:101
Function
upload_to_imgur
Uploads an image to imgur.com. Requires imgur-uploader. Args: in_gif: The file path to the image.
geemap/common.py:1918
Method
url_for_collection_assets
(self)
geemap/common.py:1527
Method
url_for_collection_bbox_assets
( self, minx: float, miny: float, maxx: float, maxy: float )
geemap/common.py:1548
Method
url_for_collection_bounds
(self)
geemap/common.py:1530
Method
url_for_collection_info
(self)
geemap/common.py:1533
Method
url_for_collection_info_geojson
(self)
geemap/common.py:1536
Method
url_for_collection_lat_lon_assets
(self, lng: float, lat: float)
geemap/common.py:1545
Method
url_for_collection_pixel_value
(self, lon: float, lat: float)
geemap/common.py:1539
Method
url_for_collection_wmts
(self)
geemap/common.py:1542
Method
url_for_mosaic_info
(self, searchid)
geemap/common.py:1556
Method
url_for_mosaic_lat_lon_assets
(self, searchid, lon, lat)
geemap/common.py:1559
Method
url_for_stac_collection
(self)
geemap/common.py:1524
Method
url_for_stac_mosaic
(self, searchid)
geemap/common.py:1553
Method
user_roi
Returns the user region of interest.
geemap/geemap.py:88
Method
user_roi_coords
Return the bounding box of the ROI as a list of coordinates. Args: decimals: Number of decimals to round the coordinates to. Defa
geemap/geemap.py:4681
Method
user_rois
Returns the user regions of interest.
geemap/geemap.py:93
Function
vec_area
Calculate the area (m2) of each each feature in a feature collection. Args: fc (object): The feature collection to compute the area.
geemap/common.py:6998
Function
vec_area_ha
Calculate the area (hectare) of each each feature in a feature collection. Args: fc (object): The feature collection to compute the area.
geemap/common.py:7034
Function
vec_area_km2
Calculate the area (km2) of each each feature in a feature collection. Args: fc (object): The feature collection to compute the area.
geemap/common.py:7010
Function
vec_area_mi2
Calculate the area (square mile) of each each feature in a feature collection. Args: fc (object): The feature collection to compute the a
geemap/common.py:7022
Function
vector_to_gif
Convert a vector to a gif. This function was inspired by by Johannes Uhl's shapefile2gif repo at https://github.com/johannesuhl/shapefile2
geemap/timelapse.py:5158
Method
video_overlay
Overlays a video from the Internet on the map. Args: url (str): http URL of the video, such as "https://www.mapbox.com/bites/0018
geemap/geemap.py:2169
Function
viewNameToModelName
()
js/lit_widget.ts:18
Function
view_lidar
View LiDAR data in 3D. Args: filename (str): The filepath to the LiDAR data. cmap (str, optional): The colormap to use. Defaults
geemap/common.py:11302
Function
vis_to_qml
Create a QGIS Layer Style (.qml). Based on an Earth Engine class table from the Earth Engine Data Catalog page such as https://developers.goo
geemap/common.py:5110
Function
widget_template
Create a widget template. Args: widget: The widget to be displayed. opened: Whether to open the toolbar. show_close_butto
geemap/coreutils.py:488
Method
width
Returns the current width of the map.
geemap/core.py:452
Method
width
Returns the current width of the map.
geemap/core.py:548
← previous
next →
1,901–2,000 of 2,016, ranked by callers