MCPcopy Create free account

hub / github.com/gee-community/geemap / functions

Functions2,016 in github.com/gee-community/geemap

Methodtest_titiler_endpoint_url_for_stac_info_geojson
(self)
tests/test_common.py:505
Methodtest_titiler_endpoint_url_for_stac_item
(self)
tests/test_common.py:485
Methodtest_titiler_endpoint_url_for_stac_pixel_value
(self)
tests/test_common.py:515
Methodtest_titiler_endpoint_url_for_stac_statistics
(self)
tests/test_common.py:510
Methodtest_titiler_endpoint_url_for_stac_wmts
(self)
tests/test_common.py:520
Methodtest_toggle_expands_and_collapses
Toggle widget correctly expands and collapses the toolbar.
tests/test_toolbar.py:55
Methodtest_transpose_df
Test transpose_df function.
tests/test_chart.py:29
Methodtest_tree_to_string_classification
(self)
tests/test_ml.py:23
Methodtest_tree_to_string_classification_labels
(self)
tests/test_ml.py:200
Methodtest_tree_to_string_infer_classification
(self)
tests/test_ml.py:162
Methodtest_tree_to_string_infer_regression
(self)
tests/test_ml.py:173
Methodtest_tree_to_string_infer_runtime_error
(self)
tests/test_ml.py:184
Methodtest_tree_to_string_left_right_leaves
(self)
tests/test_ml.py:262
Methodtest_tree_to_string_multiprobability
(self)
tests/test_ml.py:237
Methodtest_tree_to_string_probability
(self)
tests/test_ml.py:214
Methodtest_tree_to_string_probability_value_error
(self)
tests/test_ml.py:225
Methodtest_tree_to_string_regression
(self)
tests/test_ml.py:37
Methodtest_tree_to_string_unknown_output_mode
(self)
tests/test_ml.py:250
Methodtest_trees_to_csv
(self)
tests/test_ml.py:128
Methodtest_triggers_callbacks
Tests that toolbar item callbacks are triggered correctly.
tests/test_toolbar.py:81
Methodtest_use_math_false
(self)
tests/test_conversion.py:94
Methodtest_use_math_true
(self)
tests/test_conversion.py:90
Methodtest_validate_vis_params_box_palette
(self)
tests/test_ee_tile_layers.py:35
Methodtest_validate_vis_params_box_palette_no_default
(self)
tests/test_ee_tile_layers.py:30
Methodtest_validate_vis_params_invalid_palette_type
(self)
tests/test_ee_tile_layers.py:25
Methodtest_validate_vis_params_list_palette
(self)
tests/test_ee_tile_layers.py:49
Methodtest_validate_vis_params_none
(self)
tests/test_ee_tile_layers.py:21
Methodtest_validate_vis_params_str_palette
(self)
tests/test_ee_tile_layers.py:42
Methodtest_visibility_updates_children
Tests that tweaking the visibility updates children visibilities.
tests/test_map_widgets.py:725
Methodtest_xyz_to_folium_sources
Tests that xyz_to_folium has custom xyz, wms, and xyzservices.
tests/test_basemaps.py:77
Methodtest_xyz_to_folium_with_planet
Tests that xyz_to_folium includes planet tiles if API key is set.
tests/test_basemaps.py:92
Methodtest_xyz_to_leaflet_is_dictionary
Tests that xyz_to_leaflet returns a dict.
tests/test_basemaps.py:60
Methodtest_xyz_to_leaflet_sources
Tests that xyz_to_leaflet has custom xyz, wms, and xyzservices.
tests/test_basemaps.py:64
Methodtest_xyz_to_plotly_sources
Tests that xyz_to_plotly has custom xyz and xyzservices.
tests/test_basemaps.py:175
Methodtest_zoom_level_resolution
(self)
tests/test_common.py:1507
Functiontif_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
Methodto_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
Methodto_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
Functionto_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
Methodto_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
Methodto_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
Methodto_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
Methodto_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
Methodto_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
Methodto_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
Methodto_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
MethodtoggleExpand
()
js/tree_node.ts:84
Functiontool_callback
(change)
geemap/toolbar.py:4383
Functiontool_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
Functiontool_selected
(change)
geemap/toolbar.py:1794
Functiontool_template
Create a toolbar widget. Args: m: The geemap.Map instance. opened: Whether to open the toolbar.
geemap/toolbar.py:762
Functiontoolbar_btn_click
(change)
geemap/coreutils.py:581
Functiontoolbar_btn_click
(change)
geemap/toolbar.py:324
Methodtoolbar_btn_click
(change)
geemap/geemap.py:2824
Methodtoolbar_reset
Reset the toolbar so that no tool is selected.
geemap/plotlymap.py:70
Functiontree_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
Functiontrees_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
Functionts_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
Methodts_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
Methodts_inspector
( self, left_ts, right_ts, left_names, right_names, left_vis:
geemap/foliumap.py:3020
Methodupdate
(changedProperties: PropertyValues)
js/basemap_selector.ts:103
Functionupdate_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
Functionupdate_float_slider
(change)
geemap/toolbar.py:835
Methodupdate_html
(feature, **kwargs)
geemap/geemap.py:2848
Functionupdate_int_slider
(change)
geemap/toolbar.py:818
Functionupdate_label
(change)
geemap/common.py:14781
Methodupdate_layer
(change)
geemap/maplibregl.py:1381
Methodupdate_outputs
Updates the output widgets based on the selected dataset. Args: selected_dataset: The ID of the selected dataset.
geemap/ai.py:1990
Functionupdated
(changedProperties: PropertyValues<SubclassType>)
js/lit_widget.ts:47
Methodupdated
(changedProperties: PropertyValues<TreeNode>)
js/tree_node.ts:62
Methodupdated
(changedProperties: PropertyValues<RasterLayerEditor>)
js/raster_layer_editor.ts:343
Methodupdated
(changedProperties: PropertyValues<PaletteEditor>)
js/palette_editor.ts:101
Functionupload_to_imgur
Uploads an image to imgur.com. Requires imgur-uploader. Args: in_gif: The file path to the image.
geemap/common.py:1918
Methodurl_for_collection_assets
(self)
geemap/common.py:1527
Methodurl_for_collection_bbox_assets
( self, minx: float, miny: float, maxx: float, maxy: float )
geemap/common.py:1548
Methodurl_for_collection_bounds
(self)
geemap/common.py:1530
Methodurl_for_collection_info
(self)
geemap/common.py:1533
Methodurl_for_collection_info_geojson
(self)
geemap/common.py:1536
Methodurl_for_collection_lat_lon_assets
(self, lng: float, lat: float)
geemap/common.py:1545
Methodurl_for_collection_pixel_value
(self, lon: float, lat: float)
geemap/common.py:1539
Methodurl_for_collection_wmts
(self)
geemap/common.py:1542
Methodurl_for_mosaic_info
(self, searchid)
geemap/common.py:1556
Methodurl_for_mosaic_lat_lon_assets
(self, searchid, lon, lat)
geemap/common.py:1559
Methodurl_for_stac_collection
(self)
geemap/common.py:1524
Methodurl_for_stac_mosaic
(self, searchid)
geemap/common.py:1553
Methoduser_roi
Returns the user region of interest.
geemap/geemap.py:88
Methoduser_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
Methoduser_rois
Returns the user regions of interest.
geemap/geemap.py:93
Functionvec_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
Functionvec_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
Functionvec_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
Functionvec_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
Functionvector_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
Methodvideo_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
FunctionviewNameToModelName
()
js/lit_widget.ts:18
Functionview_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
Functionvis_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
Functionwidget_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
Methodwidth
Returns the current width of the map.
geemap/core.py:452
Methodwidth
Returns the current width of the map.
geemap/core.py:548
← previousnext →1,901–2,000 of 2,016, ranked by callers