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
onStretchChanged
(event: Event)
js/raster_layer_editor.ts:330
Method
onStyleAttributeChanged
(event: Event)
js/vector_layer_editor.ts:248
Method
onSubtractButtonClicked
(_event: Event)
js/palette_editor.ts:155
Method
onTitleChanged
(event: Event)
js/legend_customization.ts:149
Method
onValueChanged
(event: Event)
js/color_picker.ts:56
Method
onValueChanged
(event: Event)
js/vector_layer_editor.ts:253
Function
on_button_clicked
(b)
geemap/common.py:4873
Function
on_click
(change)
geemap/toolbar.py:4705
Method
on_geometry_delete
Registers a callback for geometry deletion. Args: callback: The callback function. remove: Whether to remove the call
geemap/core.py:189
Method
on_geometry_edit
Registers a callback for geometry editing. Args: callback: The callback function. remove: Whether to remove the callb
geemap/core.py:180
Method
on_query_change
Handles the event when the query text is submitted. Args: text: The text widget containing the query.
geemap/ai.py:2214
Method
on_upload
(change)
geemap/maplibregl.py:1960
Method
open_geojson
Creates a file uploader widget to upload a GeoJSON file. When a file is uploaded, it is written to a temporary file and added to the map.
geemap/maplibregl.py:1943
Function
open_github
Opens the GitHub repository for this package. Args: subdir: Sub-directory of the repository. Defaults to None.
geemap/common.py:1784
Function
open_url
Opens the URL in a new browser tab. Args: url: The URL to open.
geemap/coreutils.py:621
Function
open_youtube
Opens the YouTube tutorials for geemap.
geemap/common.py:1802
Function
osm_gdf_from_xml
Create a GeoDataFrame of OSM entities in an OSM-formatted XML file. Args: filepath: File path to file containing OSM XML data pol
geemap/osm.py:449
Function
osm_geojson_from_address
Download OSM entities within some distance N, S, E, W of address as a GeoJSON. Args: address: The address to geocode and use as the centr
geemap/osm.py:73
Function
osm_geojson_from_bbox
Download OSM entities within a N, S, E, W bounding box as a GeoJSON. Args: north: Northern latitude of bounding box. south: South
geemap/osm.py:412
Function
osm_geojson_from_geocode
Download place(s) by name or ID from the Nominatim API as a GeoJSON. Args: query (str | dict | list): Query string(s) or structured dict(
geemap/osm.py:518
Function
osm_geojson_from_place
Download OSM entities within boundaries of geocodable place(s) as a GeoJSON. Args: query (str | dict | list): Query string(s) or structur
geemap/osm.py:157
Function
osm_geojson_from_point
Download OSM entities within some distance N, S, E, W of point as a GeoJSON. Args: center_point: The (lat, lng) center point around which
geemap/osm.py:245
Function
osm_geojson_from_polygon
Download OSM entities within boundaries of a (multi)polygon as a GeoJSON. Args: polygon (shapely.geometry.Polygon | shapely.geometry.Mult
geemap/osm.py:324
Function
osm_shp_from_address
Download OSM entities within some distance N, S, E, W of address as a shapefile. Args: address: The address to geocode and use as the cen
geemap/osm.py:48
Function
osm_shp_from_bbox
Download OSM entities within a N, S, E, W bounding box as a shapefile. Args: north: Northern latitude of bounding box. south: Sou
geemap/osm.py:381
Function
osm_shp_from_geocode
Download place(s) by name or ID from the Nominatim API as a shapefile. Args: query (str | dict | list): Query string(s) or structured dic
geemap/osm.py:497
Function
osm_shp_from_place
Download OSM entities within boundaries of geocodable place(s) as a shapefile. Args: query (str | dict | list): Query string(s) or struct
geemap/osm.py:131
Function
osm_shp_from_point
Download OSM entities within some distance N, S, E, W of point as a shapefile. Args: center_point: The (lat, lng) center point around whi
geemap/osm.py:218
Function
osm_shp_from_polygon
Download OSM entities within boundaries of a (multi)polygon as a shapefile. Args: polygon (shapely.geometry.Polygon | shapely.geometry.Mu
geemap/osm.py:302
Function
osm_tags_list
Open a browser to see all tags of OSM features.
geemap/osm.py:545
Function
osm_to_ee
Retrieves place(s) by name or ID from the Nominatim API as an ee.FeatureCollection. Args: query (str | dict | list): Query string(s) or s
geemap/common.py:9363
Function
osm_to_geojson
Retrieves place(s) by name or ID from the Nominatim API as an ee.FeatureCollection. Args: query (str | dict | list): Query string(s) or s
geemap/common.py:9380
Function
overlayVis
(img)
geemap/timelapse.py:3980
Function
pad_view
Pad area around the view extent of a map, used for visual appeal. Args: ax (cartopy.mpl.geoaxes.GeoAxesSubplot | cartopy.mpl.geoaxes.GeoA
geemap/cartoee.py:565
Method
pan_to
Pans the map to a specified location. This function pans the map to the specified longitude and latitude coordinates. Additional opti
geemap/maplibregl.py:1972
Method
pause_click
(b)
geemap/geemap.py:3643
Function
pie_chart
Create a plotly pie chart. Args: data: DataFrame or array-like or dict This argument needs to be passed for column names (and
geemap/plot.py:828
Function
planet_catalog
Generates Planet bi-annual and monthly imagery URLs based on an API key. See https://assets.planet.com/docs/NICFI_UserGuidesFAQ.pdf Args:
geemap/common.py:9688
Function
planet_catalog_tropical
Generates Planet bi-annual and monthly imagery URLs based on an API key. See https://assets.planet.com/docs/NICFI_UserGuidesFAQ.pdf Args:
geemap/common.py:9479
Function
planet_tiles
Generates Planet imagery TileLayer based on an API key. To get a Planet API key, see https://developers.planet.com/quickstart/apis/ Args:
geemap/common.py:9791
Function
planet_tiles_tropical
Generates Planet monthly imagery TileLayer based on an API key. See https://assets.planet.com/docs/NICFI_UserGuidesFAQ.pdf Args: api_key
geemap/common.py:9579
Method
play_click
(b)
geemap/geemap.py:3627
Method
plot_chart
Placeholder method to plot the chart.
geemap/chart.py:534
Method
plot_chart
Plots the line chart.
geemap/chart.py:655
Function
plot_close_btn_clicked
(b)
geemap/toolbar.py:3631
Function
plot_colormap
Plot a matplotlib colormap. Args: cmap: The name of the colormap. width: The width of the colormap. height: The height of
geemap/colormaps.py:166
Function
plot_colormaps
Plot all available colormaps. Args: width: Width of the colormap. height: Height of the colormap.
geemap/colormaps.py:213
Method
plot_demo
A demo of interactive plotting using random pixel coordinates. Args: iterations: How many iterations to run for the demo. Default
geemap/geemap.py:1408
Function
plot_fullscreen_btn_clicked
(b)
geemap/toolbar.py:3666
Function
plot_raster
Plot a raster image. Args: image (str | xarray.DataArray ): The input raster image, can be a file path, HTTP URL, or xarray.DataArray.
geemap/common.py:12689
Method
plot_raster
Interactive plotting of Earth Engine data by clicking on the map. Args: ee_object (object, optional): The ee.Image or ee.ImageCol
geemap/geemap.py:1484
Function
plot_raster_3d
Plot a raster image in 3D. Args: image (str | xarray.DataArray): The input raster image, can be a file path, HTTP URL, or xarray.DataArra
geemap/common.py:12736
Function
plot_reset_btn_clicked
(b)
geemap/toolbar.py:3645
Function
postgis_to_ee
Reads data from a PostGIS database and returns a GeoDataFrame. Args: sql: SQL query to execute in selecting entries from database, or nam
geemap/common.py:10781
Function
prepEtm
(img)
geemap/timelapse.py:2152
Function
prepMSI
(img)
geemap/timelapse.py:1865
Function
prepOli
(img)
geemap/timelapse.py:2140
Function
processForVis
(img)
geemap/timelapse.py:3891
Function
providers_change
(change)
geemap/toolbar.py:4810
Method
publish
Publish the map to datapane.com Args: name: The document name - can include spaces, caps, symbols, etc., e.g., "
geemap/foliumap.py:2088
Function
qms_to_geemap
Convert a qms service to an ipyleaflet tile layer. Args: service_id: Service ID. Returns: An ipyleaflet tile layer.
geemap/basemaps.py:611
Method
random_color
(feature)
geemap/geemap.py:2783
Method
random_color
(feature)
geemap/foliumap.py:1196
Function
random_sampling
Samples the pixels of an image, returning them as a FeatureCollection. Each feature will have 1 property per band in the input image. Note that the de
geemap/common.py:9283
Function
read_file_from_url
Returns the contents of a file from a URL. Args: url: The URL of the file. return_type: The return type, can either be string or
geemap/common.py:10177
Function
read_netcdf
Read a netcdf file. Args: filename (str): File path or HTTP URL to the netcdf file. Raises: ImportError: If the xarray or ri
geemap/common.py:11694
Function
reduce_doy_images
(image)
geemap/chart.py:1259
Function
reduce_features
(doy_year)
geemap/chart.py:1522
Function
reduce_images
(doy)
geemap/chart.py:1234
Function
region_changed
(change)
geemap/toolbar.py:3498
Method
remove
Removes a widget from the map.
geemap/core.py:484
Method
remove_colorbar
Removes the colorbar from the map.
geemap/geemap.py:911
Method
remove_colorbars
Removes all colorbars from the map.
geemap/geemap.py:916
Function
remove_geometry
Remove .geo coordinate field from a FeatureCollection Args: fc (object): The input FeatureCollection. Returns: object: The o
geemap/common.py:7046
Method
remove_labels
Removes all labels from the map.
geemap/geemap.py:4396
Method
remove_labels
Removes a layer from the map.
geemap/foliumap.py:3003
Method
remove_last_drawn
Removes last user-drawn geometry from the map
geemap/geemap.py:2572
Method
remove_layer
(self, layer)
tests/fake_map.py:98
Method
remove_legend
Removes the legend from the map.
geemap/geemap.py:926
Method
remove_legends
Removes all legends from the map.
geemap/geemap.py:932
Function
remove_outliers_func
(image)
geemap/timelapse.py:1460
Function
remove_port
(match)
geemap/common.py:15351
Function
rename_bands
Renames image bands. Args: img (object): The image to be renamed. in_band_names (list): The list of input band names. out
geemap/common.py:7931
Function
render
({ model, el }: RenderProps<ToolbarItemModel>)
js/toolbar_item.ts:82
Function
render
({ model, el }: RenderProps<ToolbarModel>)
js/toolbar.ts:93
Function
render
({ model, el }: RenderProps<LayerEditorModel>)
js/layer_editor.ts:273
Function
render
({ model, el }: RenderProps<BasemapSelectorModel>)
js/basemap_selector.ts:140
Function
render
({ model, el }: RenderProps<LegendModel>)
js/legend.ts:137
Function
render
({ model, el }: RenderProps<ContainerModel>)
js/container.ts:206
Function
render
({ model, el }: RenderProps<LayerManagerModel>)
js/layer_manager.ts:100
Function
render
({ model, el }: RenderProps<InspectorModel>)
js/inspector.ts:149
Function
render
({ model, el }: RenderProps<SearchBarModel>)
js/search_bar.ts:293
Function
render
({ model, el }: RenderProps<LayerManagerRowModel>)
js/layer_manager_row.ts:236
Method
render
()
js/tree_node.ts:71
Method
render
()
js/tab_panel.ts:124
Method
render
()
js/toolbar_item.ts:58
Method
render
()
js/toolbar.ts:63
Method
render
()
js/layer_editor.ts:89
Method
render
()
js/raster_layer_editor.ts:112
Method
render
()
js/basemap_selector.ts:60
← previous
next →
1,401–1,500 of 2,016, ranked by callers