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
render
()
js/palette_editor.ts:45
Method
render
()
js/color_picker.ts:37
Method
render
()
js/container.ts:105
Method
render
()
js/layer_manager.ts:57
Method
render
()
js/vector_layer_editor.ts:95
Method
render
()
js/inspector.ts:73
Method
render
()
js/search_bar.ts:135
Method
render
()
js/layer_manager_row.ts:132
Method
render
()
js/legend_customization.ts:49
Method
renderChild
(child: Node)
js/tree_node.ts:99
Function
replace_url
(match)
docs/changelog_update.py:23
Function
requireJS
Import Earth Engine JavaScript libraries. Based on the Open Earth Engine Library (OEEL): * https://www.open-geocomputing.org/OpenEarthEngine
geemap/common.py:12869
Function
reset_btn_click
(change)
geemap/toolbar.py:2211
Function
reset_color_clicked
(b)
geemap/toolbar.py:2624
Function
rf_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
Function
rgb_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
Function
right_change
(change)
geemap/geemap.py:5195
Function
right_change
(change)
geemap/toolbar.py:4048
Method
right_dropdown_change
(change)
geemap/geemap.py:1970
Method
rotate_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
Function
run_button_clicked
(b)
geemap/toolbar.py:1654
Function
sample_point
(image)
geemap/timelapse.py:5677
Function
sample_point_band
(image)
geemap/timelapse.py:6742
Method
save_config
Saves a kepler.gl config file. Args: out_json: Output file path to the config file. Raises: ValueError: The
geemap/kepler.py:502
Method
save_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
Method
save_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
Function
savefig
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
Method
score_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
Function
search_box_callback
(text)
geemap/common.py:4506
Function
search_callback
(change)
geemap/toolbar.py:4787
Function
search_changed
(change)
geemap/toolbar.py:1804
Function
search_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
Function
search_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
Function
search_type_changed
(change)
geemap/common.py:4457
Function
search_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
Method
select_side_effect
(band_selector)
tests/test_common.py:1576
Function
sentinel1_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
Function
sentinel1_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
Function
sentinel2_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
Function
sentinel2_timeseries_legacy
Generates an annual Sentinel 2 ImageCollection. This algorithm is adapted from https://gist.github.com/jdbcode/76b9ac49faf51627ebd3ff988e10adbc b
geemap/timelapse.py:1689
Method
setOptions
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
Method
setUp
(self)
tests/test_cli.py:12
Method
setUp
(self)
tests/test_map_widgets.py:383
Method
setUp
(self)
tests/test_map_widgets.py:584
Method
setUp
(self)
tests/test_map_widgets.py:695
Method
setUp
(self)
tests/test_map_widgets.py:742
Method
setUp
(self)
tests/test_map_widgets.py:804
Method
setUp
(self)
tests/test_toolbar.py:20
Method
setUp
(self)
tests/test_core.py:229
Function
set_attribute
(f)
geemap/common.py:6966
Method
set_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
Method
set_center
Sets the map center to the given coordinates and zoom level and returns instructions on what to do next.
geemap/ai.py:199
Method
set_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
Method
set_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
Method
set_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
Method
set_cursor_default
()
geemap/ai.py:660
Method
set_cursor_waiting
()
geemap/ai.py:654
Method
set_data_table
Set a new DataTable for the chart. Args: data: The new data to be used for the chart.
geemap/chart.py:451
Function
set_dist_attr
(l)
geemap/common.py:9257
Function
set_doy
(img)
geemap/timelapse.py:4333
Function
set_index
(index)
geemap/common.py:8185
Method
set_js_code
Sets the JavaScript code sample for the collection. Args: code: The JavaScript code sample to set.
geemap/ai.py:1043
Method
set_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
Method
set_options
Set additional options for the chart. Args: **options: Additional options to set for the chart.
geemap/chart.py:459
Method
set_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
Method
set_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
Method
set_plot_options
Sets plotting options.
geemap/foliumap.py:3012
Function
set_properties
(_, geometry)
geemap/toolbar.py:1552
Function
set_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
Method
set_python_code
Sets the Python code sample for the collection. Args: code: The Python code sample to set.
geemap/ai.py:1032
Method
set_zoom
Sets the current zoom level of the map.
geemap/core.py:403
Method
set_zoom
Sets the current zoom level of the map.
geemap/core.py:681
Method
set_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
Function
setupJS
Install npm packages for Earth Engine JavaScript libraries. Based on the Open Earth Engine Library (OEEL).
geemap/common.py:12906
Method
show
Displays a query interface for searching datasets. Args: query: The initial query string. Defaults to None. **kwargs:
geemap/ai.py:2165
Method
show
Displays the map.
geemap/maplibregl.py:200
Method
showLegendToggleChanged
(event: Event)
js/legend_customization.ts:141
Function
show_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
Function
show_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
Method
show_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
Method
show_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
Function
show_youtube
Displays a YouTube video within Jupyter notebooks. Args: id (str, optional): Unique ID of the video. Defaults to 'h0pz3S6Tvx0'.
geemap/common.py:3337
Function
shp_to_gdf
Converts a shapefile to Geopandas dataframe. Args: in_shp: File path to the input shapefile. Raises: FileNotFoundError: The
geemap/common.py:8896
Method
slider_changed
(change)
geemap/geemap.py:3650
Method
sort_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
Method
sort_key
(collection)
geemap/ai.py:1176
Method
split_map
Adds split map. Args: left_layer (str, optional): The layer tile layer. Defaults to 'OpenTopoMap'. right_layer (str,
geemap/geemap.py:1668
Method
split_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
Method
st_draw_features
Get the draw features of the map. Args: st_folium (streamlit-folium): The streamlit component. Returns: list
geemap/foliumap.py:2274
Method
st_fit_bounds
Fit the map to the bounds of the map.
geemap/foliumap.py:2248
Method
st_last_click
Returns the last click feature of the map. Args: st_folium (streamlit-folium): The streamlit component.
geemap/foliumap.py:2265
Method
st_last_draw
Returns the last draw feature of the map. Args: st_folium (streamlit-folium): The streamlit component.
geemap/foliumap.py:2257
Method
st_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
Function
st_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
Method
st_map_center
Returns the center of the map. Args: st_folium (streamlit-folium): The streamlit component.
geemap/foliumap.py:2221
Function
st_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
Function
stac_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
Function
stac_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
Function
stac_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
Function
stac_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
← previous
next →
1,501–1,600 of 2,016, ranked by callers