MCPcopy Create free account

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

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

Functionlatitude_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
Functionlatlon_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
Functionlayer_changed
(change)
geemap/toolbar.py:3347
Functionlayer_chk_change
(change)
geemap/toolbar.py:4536
Methodlayer_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
Methodlayer_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
Functionlayer_opacity_change
(change)
geemap/toolbar.py:4544
Functionlayers_btn_click
(change)
geemap/toolbar.py:4476
Functionleft_change
(change)
geemap/geemap.py:5187
Functionleft_change
(change)
geemap/toolbar.py:4040
Methodleft_dropdown_change
(change)
geemap/geemap.py:1938
Functionlegend_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
Functionline_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
Functionlinked_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
Functionlinked_maps
( rows: int = 2, cols: int = 2, height: str = "400px", ee_objects=[], vis_params=[], l
geemap/foliumap.py:3406
Functionlist_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
Functionload_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
Functionload_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
Methodload_embeddings
( gcs_path=EMBEDDINGS_CLOUD_PATH, local_path=EMBEDDINGS_LOCAL_PATH )
geemap/ai.py:2140
Functionlocal_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
Functionlocal_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
Functionlocal_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
Functionlongitude_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
Methodmarker_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
FunctionmaskS2clouds
(image)
geemap/timelapse.py:1618
Functionmatch_doy
(img)
geemap/timelapse.py:4354
Functionmerge_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
Functionmeters_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
Functionmodel
(model: any)
js/lit_widget.ts:22
MethodmodelNameToViewName
()
js/toolbar_item.ts:37
MethodmodelNameToViewName
()
js/toolbar.ts:52
MethodmodelNameToViewName
()
js/layer_editor.ts:61
MethodmodelNameToViewName
()
js/basemap_selector.ts:45
MethodmodelNameToViewName
()
js/container.ts:96
MethodmodelNameToViewName
()
js/layer_manager.ts:47
MethodmodelNameToViewName
()
js/inspector.ts:61
MethodmodelNameToViewName
()
js/search_bar.ts:95
MethodmodelNameToViewName
()
js/layer_manager_row.ts:114
Functionmodis_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
Functionmodis_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
Functionmodis_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
Functionmonthly_modis
(start_d)
geemap/timelapse.py:2605
Functionmosaic
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
Functionnaip_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
Functionnaip_timeseries
Creates NAIP annual timeseries Args: roi (object, optional): An ee.Geometry representing the region of interest. start_year: Star
geemap/timelapse.py:1194
Functionnd_index_change
(change)
geemap/toolbar.py:2083
Functionnetcdf_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
Functionnetcdf_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
Functionnum_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
Functionnumpy_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
Functionnwi_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
Functionnwi_rename
(names)
geemap/common.py:8341
Methodobserve
(self, func, names)
tests/fake_map.py:222
Methodoff
()
tests/fake_anywidget.ts:17
Functionok_cancel_clicked
(change)
geemap/toolbar.py:1299
MethodonAddButtonClicked
(_event: Event)
js/palette_editor.ts:144
MethodonApplyClicked
(_event: Event)
js/layer_editor.ts:148
MethodonApplyClicked
(_: Event)
js/basemap_selector.ts:126
MethodonBandSelectionChanged
(_event: Event)
js/raster_layer_editor.ts:335
MethodonClassesChanged
(event: Event)
js/palette_editor.ts:126
MethodonClearButtonClicked
(_event: Event)
js/palette_editor.ts:166
MethodonClick
(_: Event)
js/toolbar_item.ts:72
MethodonCloseButtonClicked
(_: Event)
js/layer_editor.ts:144
MethodonCloseButtonClicked
(_: Event)
js/legend.ts:111
MethodonCloseButtonClicked
()
js/container.ts:160
MethodonCloseButtonClicked
(_: Event)
js/inspector.ts:139
MethodonCloseClicked
(_: Event)
js/basemap_selector.ts:130
MethodonCollapseToggled
()
js/container.ts:164
MethodonColorModelChanged
(event: Event)
js/raster_layer_editor.ts:339
MethodonColorRampChanged
(event: Event)
js/raster_layer_editor.ts:283
MethodonColormapChanged
(event: Event)
js/palette_editor.ts:132
FunctiononCustomMessage
(_msg: any)
js/lit_widget.ts:16
MethodonDeleteClicked
(_: Event)
js/layer_manager_row.ts:218
MethodonFeatureCheckboxEvent
(event: Event)
js/inspector.ts:134
MethodonFillOpacityChanged
(event: Event)
js/vector_layer_editor.ts:239
MethodonGammaChanged
(event: Event)
js/raster_layer_editor.ts:300
MethodonImportClicked
(_event: Event)
js/layer_editor.ts:152
MethodonInputKeyDown
(event: KeyboardEvent)
js/raster_layer_editor.ts:304
MethodonLabelsChanged
(event: Event)
js/legend_customization.ts:153
MethodonLayerOpacityChanged
(event: Event)
js/layer_manager_row.ts:209
MethodonLayerVisibilityChanged
(_event: Event)
js/layer_manager.ts:90
MethodonLayerVisibilityChanged
(_event: Event)
js/layer_manager_row.ts:205
MethodonLegendTypeChanged
(event: Event)
js/legend_customization.ts:145
MethodonLineTypeChanged
(event: Event)
js/vector_layer_editor.ts:235
MethodonLineWidthChanged
(event: Event)
js/vector_layer_editor.ts:231
MethodonMaxTextChanged
(_event: Event)
js/raster_layer_editor.ts:312
MethodonMinTextChanged
(_event: Event)
js/raster_layer_editor.ts:308
MethodonNewLayerNameChanged
(event: Event)
js/vector_layer_editor.ts:215
MethodonOpacityChanged
(event: Event)
js/raster_layer_editor.ts:296
MethodonOpacityChanged
(event: Event)
js/vector_layer_editor.ts:219
MethodonPaletteChanged
(event: Event)
js/palette_editor.ts:138
MethodonPixelCheckboxEvent
(event: Event)
js/inspector.ts:129
MethodonPointCheckboxEvent
(event: Event)
js/inspector.ts:124
MethodonPointShapeChanged
(event: Event)
js/vector_layer_editor.ts:227
MethodonPointSizeChanged
(event: Event)
js/vector_layer_editor.ts:223
MethodonProviderChanged
(event: Event)
js/basemap_selector.ts:118
MethodonRefreshButtonClicked
(event: Event)
js/raster_layer_editor.ts:291
MethodonResourceChanged
(event: Event)
js/basemap_selector.ts:122
MethodonSettingsClicked
(_: Event)
js/layer_manager_row.ts:214
MethodonShouldStyleByAttributeChanged
(event: Event)
js/vector_layer_editor.ts:243
← previousnext →1,301–1,400 of 2,016, ranked by callers