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
center_object
Centers the map view on a given object. Args: ee_object: The Earth Engine object to center on. zoom: Zoom level to se
geemap/core.py:423
Method
center_object
Centers the map view on a given object. Args: ee_object: An Earth Engine object to center on a geometry, image or feature.
geemap/geemap.py:427
Method
center_object
Centers the map view on a given object. Args: ee_object: An Earth Engine object to center on a geometry, image or feature.
geemap/foliumap.py:357
Function
center_zoom_to_xy_range
Convert center and zoom to x and y range to be used as input to bokeh map. Args: center: A tuple of (latitude, longitude). zoom:
geemap/common.py:14225
Method
change_column_widths
(*args, **kwargs)
geemap/maplibregl.py:2676
Function
check_cmap
Check the colormap and return a list of colors. Args: cmap: The colormap to check. Returns: A list of colors.
geemap/coreutils.py:406
Function
chk_change
(change)
geemap/toolbar.py:303
Function
chooser_callback
(chooser)
geemap/toolbar.py:1224
Function
classes_changed
(change)
geemap/toolbar.py:2543
Function
cleanup_and_toggle_off
()
geemap/toolbar.py:4078
Function
clip_image
Clip an image by mask. Args: image (str): Path to the image file in GeoTIFF format. mask (str | list | dict): The mask used to ex
geemap/common.py:11556
Function
clone_repo
Clones the geemap GitHub repository. Args: out_dir: Output folder for the repo. Defaults to '.'. unzip: Whether to unzip the repo
geemap/common.py:1690
Function
close_btn_click
(change)
geemap/coreutils.py:594
Function
close_btn_click
(change)
geemap/toolbar.py:358
Method
close_btn_click
(change)
geemap/geemap.py:1814
Function
close_btn_clicked
(b)
geemap/toolbar.py:1826
Function
close_click
(_)
geemap/toolbar.py:738
Method
close_click
(b)
geemap/geemap.py:3663
Function
code_button_clicked
(b)
geemap/toolbar.py:1701
Function
cog_mosaic_from_file
Creates a COG mosaic from a csv/txt file stored locally for through HTTP URL. Args: filepath: Local path or HTTP URL to the csv/txt file
geemap/common.py:5403
Function
cog_pixel_value
Get pixel value from COG. Args: lon: Longitude of the pixel. lat: Latitude of the pixel. url: HTTP URL to a COG, e.g.,
geemap/common.py:5578
Function
cog_validate
Validate Cloud Optimized Geotiff. Args: source (str): A dataset path or URL. Will be opened in "r" mode. verbose (bool, optional)
geemap/common.py:10989
Method
collection
Returns a feature collection created from features.
geemap/core.py:79
Function
collection_changed
(change)
geemap/toolbar.py:2990
Method
color_picker_event
(change)
geemap/maplibregl.py:1357
Function
colormap_changed
(change)
geemap/toolbar.py:2632
Function
column_stats
Aggregates over a given property of the objects in a collection, calculating the sum, min, max, mean, sample standard deviation, sample variance,
geemap/common.py:8427
Method
componentName
()
js/tree_node.ts:21
Method
componentName
()
js/tab_panel.ts:43
Method
componentName
()
js/toolbar_item.ts:20
Method
componentName
()
js/toolbar.ts:21
Method
componentName
()
js/layer_editor.ts:28
Method
componentName
()
js/raster_layer_editor.ts:31
Method
componentName
()
js/basemap_selector.ts:22
Method
componentName
()
js/palette_editor.ts:12
Method
componentName
()
js/color_picker.ts:7
Method
componentName
()
js/legend.ts:31
Method
componentName
()
js/container.ts:18
Method
componentName
()
js/layer_manager.ts:17
Method
componentName
()
js/vector_layer_editor.ts:14
Method
componentName
()
js/inspector.ts:23
Method
componentName
()
js/search_bar.ts:33
Method
componentName
()
js/layer_manager_row.ts:22
Method
componentName
()
js/legend_customization.ts:21
Method
confirmDeletion
(_: Event)
js/layer_manager_row.ts:222
Function
connect_postgis
Connects to a PostGIS database. Args: database: Name of the database host: Hosting server for the database. Defaults to "localhos
geemap/common.py:10715
Method
connectedCallback
()
js/raster_layer_editor.ts:84
Method
constructor
(private model: T)
tests/fake_anywidget.ts:9
Function
contouring
(value: ee.Number)
geemap/common.py:10354
Function
convert_lidar
Converts a Las from one point format to another Automatically upgrades the file version if source file version is not compatible with the new
geemap/common.py:11387
Function
coords_to_geojson
Convert a list of bbox coordinates representing [left, bottom, right, top] to geojson FeatureCollection. Args: coords: A list of bbox coo
geemap/common.py:6326
Function
copy_credentials_to_colab
Copies ee credentials from Google Drive to Google Colab.
geemap/common.py:1640
Function
copy_credentials_to_drive
Copies ee credentials from Google Colab to Google Drive.
geemap/common.py:1628
Function
create_code_cell
Creates a code cell in the IPython Notebook. Args: code: Code to fill the new code cell with. where: Where to add the new code ce
geemap/coreutils.py:292
Function
create_colorbar
Creates a colorbar based on the provided palette. Args: width (int, optional): Width of the colorbar in pixels. Defaults to 150.
geemap/common.py:3356
Function
create_contours
Creates contours from an image. Code adapted from https://mygeoblog.com/2017/01/28/contour-lines-in-gee. Args: image: An image to cr
geemap/common.py:10310
Function
create_download_button
Streamlit function to create a download button. Args: label (str): A short label explaining to the user what this button is for..
geemap/common.py:10202
Function
create_feature
(lat)
geemap/common.py:7585
Function
create_feature
(image)
geemap/chart.py:1497
Function
create_grid
Create a grid covering an Earth Engine object. Args: ee_object: The Earth Engine object. scale: The grid cell size. proj:
geemap/common.py:14746
Function
create_hillshade
(d)
geemap/timelapse.py:4887
Function
create_image
(date)
geemap/timelapse.py:798
Function
create_lat_feature
(lat)
geemap/common.py:7661
Function
create_legend
( linewidth=None, linestyle=None, color=None, marker=None, markersize=None, markeredge
geemap/cartoee.py:973
Function
create_lon_features
(lon)
geemap/common.py:7662
Function
create_nlcd_qml
Create a QGIS Layer Style (.qml) for NLCD data. Args: out_qml: File path to the output qml.
geemap/common.py:5164
Method
create_vis_widget
Creates a GUI for changing layer visualization parameters interactively. Args: layer_dict: A dictionary containing information ab
geemap/geemap.py:942
Function
credentials_in_colab
Returns True if Earth Engine credentials exist in Colab, False otherwise.
geemap/common.py:1622
Function
credentials_in_drive
Returns True if Google Drive is mounted, False otherwise.
geemap/common.py:1616
Function
csv_points_to_shp
Converts a csv file containing points (latitude, longitude) into a shapefile. Args: in_csv (str): File path or HTTP URL to the input csv
geemap/common.py:2174
Function
csv_to_classifier
Returns an ee.Classifier from a CSV file. The file must contain a list of strings (an ensemble of decision trees). Args: in_csv: Fil
geemap/ml.py:407
Function
csv_to_df
Converts a CSV file to pandas dataframe. Args: in_csv (str): File path to the input CSV. Returns: pd.DataFrame: pandas DataF
geemap/common.py:8830
Function
csv_to_vector
Creates points for a CSV file and converts them to a vector dataset. Args: in_csv (str): The file path to the input CSV file. out
geemap/common.py:2364
Method
cursor_style
(self)
tests/fake_map.py:176
Function
dataset_changed
(change)
geemap/toolbar.py:3555
Function
del_color_clicked
(b)
geemap/toolbar.py:2616
Function
delete_dp_report
Deletes a datapane report. Args: name: Name of the report to delete.
geemap/foliumap.py:3251
Function
delete_dp_reports
Deletes all datapane reports.
geemap/foliumap.py:3268
Function
delete_shp
Deletes a shapefile. Args: in_shp: The input shapefile to delete. verbose: Whether to print out descriptive text. Defaults to Fal
geemap/common.py:8964
Function
df_to_ee
Converts a pandas DataFrame to ee.FeatureCollection. Args: df (pandas.DataFrame): An input pandas.DataFrame. latitude (str, optio
geemap/common.py:8988
Function
dict_to_csv
Downloads an ee.Dictionary as a CSV file. Args: data_dict (ee.Dictionary): The input ee.Dictionary. out_csv (str): The output fil
geemap/common.py:2583
Method
display
Display the chart without toolbar.
geemap/chart.py:234
Function
download_3dep_lidar
(region, filename, scale=1.0, crs="EPSG:3857")
geemap/common.py:13509
Function
download_data
(index: int)
geemap/common.py:12525
Function
download_ee_image_collection
Download an Earth Engine ImageCollection as GeoTIFFs. Images larger than the `Earth Engine size limit are split and downloaded as separate til
geemap/common.py:12563
Function
download_ee_image_tiles
Download an Earth Engine Image as small tiles based on ee.FeatureCollection. Images larger than the `Earth Engine size limit are split and downloaded
geemap/common.py:12337
Function
download_ee_image_tiles_parallel
Download an Earth Engine Image as small tiles based on ee.FeatureCollection. Images larger than the Earth Engine size limit are split and downloa
geemap/common.py:12442
Function
download_folder
Downloads the entire folder from URL. Args: url (str, optional): URL of the Google Drive folder. Must be of the format 'https://drive.goo
geemap/common.py:11444
Function
download_from_gdrive
Download a file shared via Google Drive. For example: https://drive.google.com/file/d/18SUo_HcDGltuWYZs1s7PpOmOq_FvFn04/view?usp=sharing
geemap/common.py:2061
Function
download_gee_app
Downloads JavaScript source code from a GEE App. Args: url: The URL of the GEE App. out_file: The output file path for the downlo
geemap/conversion.py:1240
Function
download_ned
Download the US National Elevation Datasets (NED) for a region. Args: region: A filepath to a vector dataset or a list of bounds in the f
geemap/common.py:13314
Function
doy_series_by_year
Generates a time series chart of an image collection for a specific region over multiple years. Args: image_collection (ee.Image
geemap/chart.py:1420
Method
draw_control
Returns the draw control.
geemap/geemap.py:63
Method
draw_control_lite
Returns the lite version of the draw control.
geemap/geemap.py:68
Method
draw_features
Returns the drawn features.
geemap/geemap.py:73
Method
draw_last_feature
Returns the last drawn feature.
geemap/geemap.py:78
Method
draw_layer
Returns the draw layer.
geemap/geemap.py:83
Method
draw_layer_on_top
Move user-drawn feature layer to the top of all layers.
geemap/geemap.py:1127
Method
dropdown_event
(change)
geemap/maplibregl.py:1368
Method
dummy_callback
(self, m, selected, item)
tests/test_toolbar.py:35
← previous
next →
1,001–1,100 of 2,016, ranked by callers