MCPcopy Create free account

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

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

Methodrender
()
js/palette_editor.ts:45
Methodrender
()
js/color_picker.ts:37
Methodrender
()
js/container.ts:105
Methodrender
()
js/layer_manager.ts:57
Methodrender
()
js/vector_layer_editor.ts:95
Methodrender
()
js/inspector.ts:73
Methodrender
()
js/search_bar.ts:135
Methodrender
()
js/layer_manager_row.ts:132
Methodrender
()
js/legend_customization.ts:49
MethodrenderChild
(child: Node)
js/tree_node.ts:99
Functionreplace_url
(match)
docs/changelog_update.py:23
FunctionrequireJS
Import Earth Engine JavaScript libraries. Based on the Open Earth Engine Library (OEEL): * https://www.open-geocomputing.org/OpenEarthEngine
geemap/common.py:12869
Functionreset_btn_click
(change)
geemap/toolbar.py:2211
Functionreset_color_clicked
(b)
geemap/toolbar.py:2624
Functionrf_to_strings
Convert a ensemble of decision trees into a list of strings. Wraps `tree_to_string`. Args: estimator (sklearn.ensemble.estimator): A
geemap/ml.py:252
Functionrgb_to_hex
Converts RGB to hex color. In RGB color, R stands for Red, G stands for Green, and B stands for Blue, and it ranges from the decimal value of
geemap/coreutils.py:448
Functionright_change
(change)
geemap/geemap.py:5195
Functionright_change
(change)
geemap/toolbar.py:4048
Methodright_dropdown_change
(change)
geemap/geemap.py:1970
Methodrotate_to
Rotate the map to a specified bearing. This function rotates the map to a specified bearing. The bearing is specified in degrees coun
geemap/maplibregl.py:1924
Functionrun_button_clicked
(b)
geemap/toolbar.py:1654
Functionsample_point
(image)
geemap/timelapse.py:5677
Functionsample_point_band
(image)
geemap/timelapse.py:6742
Methodsave_config
Saves a kepler.gl config file. Args: out_json: Output file path to the config file. Raises: ValueError: The
geemap/kepler.py:502
Methodsave_draw_features
Saves the drawn features to a file. This method saves all features created with the drawing control to a specified file in GeoJSON fo
geemap/maplibregl.py:351
Methodsave_png
Save the chart as a PNG image. Args: filepath: The path to save the PNG image. scale: The scale factor for the image.
geemap/chart.py:239
Functionsavefig
Save figure to file. It wraps the matplotlib.pyplot.savefig() function. See https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.savefig.h
geemap/cartoee.py:1306
Methodscore_response
Returns how well the given analysis describes a map tile returned for the given query. The analysis starts with a number betw
geemap/ai.py:432
Functionsearch_box_callback
(text)
geemap/common.py:4506
Functionsearch_callback
(change)
geemap/toolbar.py:4787
Functionsearch_changed
(change)
geemap/toolbar.py:1804
Functionsearch_ee_data
Searches Earth Engine data catalog. Args: keywords (str | list): Keywords to search for can be id, provider, tag and so on. S
geemap/common.py:3855
Functionsearch_qms
Search for QMS tile providers from Quick Map Services. Args: keyword (str): The keyword to search for. limit (int, optional): The
geemap/common.py:10125
Functionsearch_type_changed
(change)
geemap/common.py:4457
Functionsearch_xyz_services
Search for XYZ tile providers from xyzservices. Args: keyword (str): The keyword to search for. name (str, optional): The name of
geemap/common.py:10097
Methodselect_side_effect
(band_selector)
tests/test_common.py:1576
Functionsentinel1_timelapse_legacy
Generates a Sentinel-1 timelapse animated GIF or MP4. Args: roi (object, optional): Region of interest to create the timelapse. Defaults
geemap/timelapse.py:3175
Functionsentinel1_timelapse_with_samples
Create a Sentinel-1 timelapse with optional sample points and time series chart. Args: roi (ee.Geometry): The region to use to filter the
geemap/timelapse.py:5328
Functionsentinel2_timelapse_with_samples
Create a Sentinel-2 timelapse with optional sample points and time series chart. Args: roi (ee.Geometry): The region to use to filter the
geemap/timelapse.py:6237
Functionsentinel2_timeseries_legacy
Generates an annual Sentinel 2 ImageCollection. This algorithm is adapted from https://gist.github.com/jdbcode/76b9ac49faf51627ebd3ff988e10adbc b
geemap/timelapse.py:1689
MethodsetOptions
Adds Google basemap to the map. Args: mapTypeId: A mapTypeId to set the basemap to. Can be one of "ROADMAP", "SAT
geemap/foliumap.py:176
MethodsetUp
(self)
tests/test_cli.py:12
MethodsetUp
(self)
tests/test_map_widgets.py:383
MethodsetUp
(self)
tests/test_map_widgets.py:584
MethodsetUp
(self)
tests/test_map_widgets.py:695
MethodsetUp
(self)
tests/test_map_widgets.py:742
MethodsetUp
(self)
tests/test_map_widgets.py:804
MethodsetUp
(self)
tests/test_toolbar.py:20
MethodsetUp
(self)
tests/test_core.py:229
Functionset_attribute
(f)
geemap/common.py:6966
Methodset_center
Centers the map view at given coordinates with the given zoom level. Args: lon: Longitude of the center. lat: Latitud
geemap/core.py:412
Methodset_center
Sets the map center to the given coordinates and zoom level and returns instructions on what to do next.
geemap/ai.py:199
Methodset_center
Sets the center of the map. This method sets the center of the map to the specified longitude and latitude. If a zoom level is provid
geemap/maplibregl.py:384
Methodset_control_visibility
Sets the visibility of the controls on the map. Args: layerControl: Whether to show the control that allows the user to toggle
geemap/geemap.py:1648
Methodset_control_visibility
Sets the visibility of the controls on the map. Args: layerControl: Whether to show the control that allows the user to toggle
geemap/foliumap.py:413
Methodset_cursor_default
()
geemap/ai.py:660
Methodset_cursor_waiting
()
geemap/ai.py:654
Methodset_data_table
Set a new DataTable for the chart. Args: data: The new data to be used for the chart.
geemap/chart.py:451
Functionset_dist_attr
(l)
geemap/common.py:9257
Functionset_doy
(img)
geemap/timelapse.py:4333
Functionset_index
(index)
geemap/common.py:8185
Methodset_js_code
Sets the JavaScript code sample for the collection. Args: code: The JavaScript code sample to set.
geemap/ai.py:1043
Methodset_options
Adds Google basemap and controls to the ipyleaflet map. Args: mapTypeId (str, optional): A mapTypeId to set the basemap to. Can b
geemap/geemap.py:333
Methodset_options
Set additional options for the chart. Args: **options: Additional options to set for the chart.
geemap/chart.py:459
Methodset_pitch
Sets the pitch of the map. This function sets the pitch of the map to the specified value. The pitch is the angle of the camera measu
geemap/maplibregl.py:1992
Methodset_plot_options
Sets plotting options. Args: add_marker_cluster: Whether to add a marker cluster. Defaults to False. sample_scale: A
geemap/geemap.py:648
Methodset_plot_options
Sets plotting options.
geemap/foliumap.py:3012
Functionset_properties
(_, geometry)
geemap/toolbar.py:1552
Functionset_proxy
Sets proxy if needed. This is only needed for countries where Google services are not available. Args: port: The proxy port number.
geemap/common.py:1582
Methodset_python_code
Sets the Python code sample for the collection. Args: code: The Python code sample to set.
geemap/ai.py:1032
Methodset_zoom
Sets the current zoom level of the map.
geemap/core.py:403
Methodset_zoom
Sets the current zoom level of the map.
geemap/core.py:681
Methodset_zoom
Sets the zoom level of the map. This method sets the zoom level of the map to the specified value. Args: zoom: The zoom
geemap/maplibregl.py:401
FunctionsetupJS
Install npm packages for Earth Engine JavaScript libraries. Based on the Open Earth Engine Library (OEEL).
geemap/common.py:12906
Methodshow
Displays a query interface for searching datasets. Args: query: The initial query string. Defaults to None. **kwargs:
geemap/ai.py:2165
Methodshow
Displays the map.
geemap/maplibregl.py:200
MethodshowLegendToggleChanged
(event: Event)
js/legend_customization.ts:141
Functionshow_html
Shows HTML within Jupyter notebook. Args: html: File path or HTML string. Raises: FileNotFoundError: If the file does not ex
geemap/common.py:1875
Functionshow_image
Shows an image within Jupyter notebook. Args: img_path: The image file path. width: Width of the image in pixels. Defaults to Non
geemap/common.py:1843
Methodshow_layer
Execute the given Earth Engine Python client code and add the result to the map. Returns the status message (success or error message).
geemap/ai.py:261
Methodshow_layer
Shows or hides a layer on the map. Args: name: Name of the layer to show/hide. show: Whether to show or hide the laye
geemap/geemap.py:569
Functionshow_youtube
Displays a YouTube video within Jupyter notebooks. Args: id (str, optional): Unique ID of the video. Defaults to 'h0pz3S6Tvx0'.
geemap/common.py:3337
Functionshp_to_gdf
Converts a shapefile to Geopandas dataframe. Args: in_shp: File path to the input shapefile. Raises: FileNotFoundError: The
geemap/common.py:8896
Methodslider_changed
(change)
geemap/geemap.py:3650
Methodsort_by_spatial_resolution
Sorts the collections based on their spatial resolution. Collections with spatial_resolution_m() == -1 are pushed to the end. Args:
geemap/ai.py:1163
Methodsort_key
(collection)
geemap/ai.py:1176
Methodsplit_map
Adds split map. Args: left_layer (str, optional): The layer tile layer. Defaults to 'OpenTopoMap'. right_layer (str,
geemap/geemap.py:1668
Methodsplit_map
Adds a split-panel map. Args: left_layer: The left tile layer. Can be a local file path, HTTP URL, or a basemap n
geemap/foliumap.py:2441
Methodst_draw_features
Get the draw features of the map. Args: st_folium (streamlit-folium): The streamlit component. Returns: list
geemap/foliumap.py:2274
Methodst_fit_bounds
Fit the map to the bounds of the map.
geemap/foliumap.py:2248
Methodst_last_click
Returns the last click feature of the map. Args: st_folium (streamlit-folium): The streamlit component.
geemap/foliumap.py:2265
Methodst_last_draw
Returns the last draw feature of the map. Args: st_folium (streamlit-folium): The streamlit component.
geemap/foliumap.py:2257
Methodst_map_bounds
Returns the bounds of the map in the format of (miny, minx, maxy, maxx). Args: st_folium (streamlit-folium): The streamlit compon
geemap/foliumap.py:2234
Functionst_map_center
Returns the map center coordinates for a given latitude and longitude. If the system variable 'map_center' exists, it is used. Otherwise, the def
geemap/foliumap.py:3366
Methodst_map_center
Returns the center of the map. Args: st_folium (streamlit-folium): The streamlit component.
geemap/foliumap.py:2221
Functionst_save_bounds
Saves the map bounds to the session state. Args: map (folium.folium.Map): The map to save the bounds from.
geemap/foliumap.py:3384
Functionstac_bands
Get band names of a single SpatialTemporal Asset Catalog (STAC) item. Args: url: HTTP URL to a STAC item, e.g., https://canada-spot-ortho
geemap/common.py:5848
Functionstac_info
Get band info of a STAC item. Args: url: HTTP URL to a STAC item, e.g., https://canada-spot-ortho.s3.amazonaws.com/canada_spo
geemap/common.py:5956
Functionstac_info_geojson
Get band info of a STAC item. Args: url: HTTP URL to a STAC item, e.g., https://canada-spot-ortho.s3.amazonaws.com/canada_spo
geemap/common.py:6015
Functionstac_pixel_value
Get pixel value from STAC assets. Args: lon: Longitude of the pixel. lat: Latitude of the pixel. url: HTTP URL to a STAC
geemap/common.py:6128
← previousnext →1,501–1,600 of 2,016, ranked by callers