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
Function
latitude_grid
Create a latitude grid. Args: step: The step size in degrees. Defaults to 1.0. west: The west boundary in degrees. Defaults to -1
geemap/common.py:7564
Function
latlon_from_text
Extracts latlon from text. Args: location: A pair of latlon coordinates separated by comma or space. Returns: Returns (lat,
geemap/common.py:3821
Function
layer_changed
(change)
geemap/toolbar.py:3347
Function
layer_chk_change
(change)
geemap/toolbar.py:4536
Method
layer_interact
Create a layer widget for changing the visibility and opacity of a layer. Args: name: The name of the layer. Returns:
geemap/maplibregl.py:1307
Method
layer_opacity
Changes the opacity of a layer. Args: name: The name of the layer to change opacity. opacity: The opacity value to se
geemap/geemap.py:598
Function
layer_opacity_change
(change)
geemap/toolbar.py:4544
Function
layers_btn_click
(change)
geemap/toolbar.py:4476
Function
left_change
(change)
geemap/geemap.py:5187
Function
left_change
(change)
geemap/toolbar.py:4040
Method
left_dropdown_change
(change)
geemap/geemap.py:1938
Function
legend_from_ee
Extract legend from an Earth Engine class table. From the Earth Engine Data Catalog page such as https://developers.google.com/earth-engine/d
geemap/common.py:5077
Function
line_chart
Create a line chart with plotly.express, Args: data: DataFrame | array-like | dict | str (local file path or HTTP URL) This a
geemap/plot.py:297
Function
linked_maps
Create linked maps of Earth Engine data layers. Args: rows: The number of rows of maps to create. Defaults to 2. cols: The number
geemap/geemap.py:5009
Function
linked_maps
( rows: int = 2, cols: int = 2, height: str = "400px", ee_objects=[], vis_params=[], l
geemap/foliumap.py:3406
Function
list_vars
Lists all defined variables. Args: var_type (object, optional): The object type of variables to list. Defaults to None. Returns:
geemap/common.py:9172
Function
load_GeoTIFF
Loads a Cloud Optimized GeoTIFF (COG) as an Image. Only Google Cloud Storage is supported. The URL can be one of the following formats: Opti
geemap/common.py:5185
Function
load_GeoTIFFs
Loads a list of Cloud Optimized GeoTIFFs (COG) as an ImageCollection. URLs is a list of URL, which can be one of the following formats: Optio
geemap/common.py:5223
Method
load_embeddings
( gcs_path=EMBEDDINGS_CLOUD_PATH, local_path=EMBEDDINGS_LOCAL_PATH )
geemap/ai.py:2140
Function
local_tile_bands
Get band names from COG. Args: source (str | TileClient): A local COG file path or TileClient Returns: list: A list of band
geemap/common.py:6279
Function
local_tile_pixel_value
Get pixel value from COG. Args: lon: Longitude of the pixel. lat: Latitude of the pixel. tile_client: A localtileserver.T
geemap/common.py:6210
Function
local_tile_vmin_vmax
Get vmin and vmax from COG. Args: source (str | TileClient): A local COG file path or TileClient object. bands: A list of band na
geemap/common.py:6232
Function
longitude_grid
Create a longitude grid. Args: step: The step size in degrees. Defaults to 1.0. west: The west boundary in degrees. Defaults to -
geemap/common.py:7600
Method
marker_cluster
Adds a marker cluster to the map and returns a list of ee.Feature, which can be accessed using Map.ee_marker_cluster. Returns: ob
geemap/geemap.py:1376
Function
maskS2clouds
(image)
geemap/timelapse.py:1618
Function
match_doy
(img)
geemap/timelapse.py:4354
Function
merge_gifs
Merge multiple gifs into one. Args: in_gifs: The input gifs as a list or a directory path. out_gif: The output gif. Raises:
geemap/timelapse.py:224
Function
meters_to_lnglat
coordinate conversion between web mercator to lat/lon in decimal degrees Args: x: The x coordinate. y: The y coordinate. Ret
geemap/common.py:14177
Function
model
(model: any)
js/lit_widget.ts:22
Method
modelNameToViewName
()
js/toolbar_item.ts:37
Method
modelNameToViewName
()
js/toolbar.ts:52
Method
modelNameToViewName
()
js/layer_editor.ts:61
Method
modelNameToViewName
()
js/basemap_selector.ts:45
Method
modelNameToViewName
()
js/container.ts:96
Method
modelNameToViewName
()
js/layer_manager.ts:47
Method
modelNameToViewName
()
js/inspector.ts:61
Method
modelNameToViewName
()
js/search_bar.ts:95
Method
modelNameToViewName
()
js/layer_manager_row.ts:114
Function
modis_ndvi_timelapse
Create MODIS NDVI timelapse. The source code is adapted from https://developers.google.com/earth-engine/tutorials/community/modis-ndvi-time-series-ani
geemap/timelapse.py:4366
Function
modis_ocean_color_timelapse
Creates a ocean color timelapse from MODIS. https://developers.google.com/earth-engine/datasets/catalog/NASA_OCEANDATA_MODIS-Aqua_L3SMI Args:
geemap/timelapse.py:4589
Function
modis_timeseries
Generates a Monthly MODIS ImageCollection. Args: asset_id: The asset id the MODIS ImageCollection. band_name: The band name of th
geemap/timelapse.py:2562
Function
monthly_modis
(start_d)
geemap/timelapse.py:2605
Function
mosaic
Mosaics a list of images into a single image. Inspired by: https://medium.com/spatial-data-science/how-to-mosaic-merge-raster-data-in-python
geemap/common.py:13393
Function
naip_timelapse
Create a timelapse from NAIP imagery. Args: roi (ee.Geometry): The region to use to filter the collection of images. It must
geemap/timelapse.py:1247
Function
naip_timeseries
Creates NAIP annual timeseries Args: roi (object, optional): An ee.Geometry representing the region of interest. start_year: Star
geemap/timelapse.py:1194
Function
nd_index_change
(change)
geemap/toolbar.py:2083
Function
netcdf_tile_layer
Generate an ipyleaflet/folium TileLayer from a netCDF file. If you are using this function in JupyterHub on a remote server (e.g., Binder, Mic
geemap/common.py:11716
Function
netcdf_to_ee
Creates an ee.Image from netCDF variables band_names that are read from nc_file. Currently only supports variables in a regular longitude/latitud
geemap/common.py:2745
Function
num_round
Rounds a number to a specified number of decimal places. Args: num: The number to round. decimal: The number of decimal places to
geemap/common.py:8482
Function
numpy_to_cog
Converts a numpy array to a COG file. Args: np_array (np.array): A numpy array representing the image. out_cog (str): The output
geemap/common.py:11209
Function
nwi_add_color
Converts NWI vector dataset to image and add color to it. Args: fc (object): ee.FeatureCollection Returns: object: ee.Image
geemap/common.py:8301
Function
nwi_rename
(names)
geemap/common.py:8341
Method
observe
(self, func, names)
tests/fake_map.py:222
Method
off
()
tests/fake_anywidget.ts:17
Function
ok_cancel_clicked
(change)
geemap/toolbar.py:1299
Method
onAddButtonClicked
(_event: Event)
js/palette_editor.ts:144
Method
onApplyClicked
(_event: Event)
js/layer_editor.ts:148
Method
onApplyClicked
(_: Event)
js/basemap_selector.ts:126
Method
onBandSelectionChanged
(_event: Event)
js/raster_layer_editor.ts:335
Method
onClassesChanged
(event: Event)
js/palette_editor.ts:126
Method
onClearButtonClicked
(_event: Event)
js/palette_editor.ts:166
Method
onClick
(_: Event)
js/toolbar_item.ts:72
Method
onCloseButtonClicked
(_: Event)
js/layer_editor.ts:144
Method
onCloseButtonClicked
(_: Event)
js/legend.ts:111
Method
onCloseButtonClicked
()
js/container.ts:160
Method
onCloseButtonClicked
(_: Event)
js/inspector.ts:139
Method
onCloseClicked
(_: Event)
js/basemap_selector.ts:130
Method
onCollapseToggled
()
js/container.ts:164
Method
onColorModelChanged
(event: Event)
js/raster_layer_editor.ts:339
Method
onColorRampChanged
(event: Event)
js/raster_layer_editor.ts:283
Method
onColormapChanged
(event: Event)
js/palette_editor.ts:132
Function
onCustomMessage
(_msg: any)
js/lit_widget.ts:16
Method
onDeleteClicked
(_: Event)
js/layer_manager_row.ts:218
Method
onFeatureCheckboxEvent
(event: Event)
js/inspector.ts:134
Method
onFillOpacityChanged
(event: Event)
js/vector_layer_editor.ts:239
Method
onGammaChanged
(event: Event)
js/raster_layer_editor.ts:300
Method
onImportClicked
(_event: Event)
js/layer_editor.ts:152
Method
onInputKeyDown
(event: KeyboardEvent)
js/raster_layer_editor.ts:304
Method
onLabelsChanged
(event: Event)
js/legend_customization.ts:153
Method
onLayerOpacityChanged
(event: Event)
js/layer_manager_row.ts:209
Method
onLayerVisibilityChanged
(_event: Event)
js/layer_manager.ts:90
Method
onLayerVisibilityChanged
(_event: Event)
js/layer_manager_row.ts:205
Method
onLegendTypeChanged
(event: Event)
js/legend_customization.ts:145
Method
onLineTypeChanged
(event: Event)
js/vector_layer_editor.ts:235
Method
onLineWidthChanged
(event: Event)
js/vector_layer_editor.ts:231
Method
onMaxTextChanged
(_event: Event)
js/raster_layer_editor.ts:312
Method
onMinTextChanged
(_event: Event)
js/raster_layer_editor.ts:308
Method
onNewLayerNameChanged
(event: Event)
js/vector_layer_editor.ts:215
Method
onOpacityChanged
(event: Event)
js/raster_layer_editor.ts:296
Method
onOpacityChanged
(event: Event)
js/vector_layer_editor.ts:219
Method
onPaletteChanged
(event: Event)
js/palette_editor.ts:138
Method
onPixelCheckboxEvent
(event: Event)
js/inspector.ts:129
Method
onPointCheckboxEvent
(event: Event)
js/inspector.ts:124
Method
onPointShapeChanged
(event: Event)
js/vector_layer_editor.ts:227
Method
onPointSizeChanged
(event: Event)
js/vector_layer_editor.ts:223
Method
onProviderChanged
(event: Event)
js/basemap_selector.ts:118
Method
onRefreshButtonClicked
(event: Event)
js/raster_layer_editor.ts:291
Method
onResourceChanged
(event: Event)
js/basemap_selector.ts:122
Method
onSettingsClicked
(_: Event)
js/layer_manager_row.ts:214
Method
onShouldStyleByAttributeChanged
(event: Event)
js/vector_layer_editor.ts:243
← previous
next →
1,301–1,400 of 2,016, ranked by callers