MCPcopy Create free account

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

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

Methodcenter_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
Methodcenter_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
Methodcenter_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
Functioncenter_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
Methodchange_column_widths
(*args, **kwargs)
geemap/maplibregl.py:2676
Functioncheck_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
Functionchk_change
(change)
geemap/toolbar.py:303
Functionchooser_callback
(chooser)
geemap/toolbar.py:1224
Functionclasses_changed
(change)
geemap/toolbar.py:2543
Functioncleanup_and_toggle_off
()
geemap/toolbar.py:4078
Functionclip_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
Functionclone_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
Functionclose_btn_click
(change)
geemap/coreutils.py:594
Functionclose_btn_click
(change)
geemap/toolbar.py:358
Methodclose_btn_click
(change)
geemap/geemap.py:1814
Functionclose_btn_clicked
(b)
geemap/toolbar.py:1826
Functionclose_click
(_)
geemap/toolbar.py:738
Methodclose_click
(b)
geemap/geemap.py:3663
Functioncode_button_clicked
(b)
geemap/toolbar.py:1701
Functioncog_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
Functioncog_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
Functioncog_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
Methodcollection
Returns a feature collection created from features.
geemap/core.py:79
Functioncollection_changed
(change)
geemap/toolbar.py:2990
Methodcolor_picker_event
(change)
geemap/maplibregl.py:1357
Functioncolormap_changed
(change)
geemap/toolbar.py:2632
Functioncolumn_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
MethodcomponentName
()
js/tree_node.ts:21
MethodcomponentName
()
js/tab_panel.ts:43
MethodcomponentName
()
js/toolbar_item.ts:20
MethodcomponentName
()
js/toolbar.ts:21
MethodcomponentName
()
js/layer_editor.ts:28
MethodcomponentName
()
js/raster_layer_editor.ts:31
MethodcomponentName
()
js/basemap_selector.ts:22
MethodcomponentName
()
js/palette_editor.ts:12
MethodcomponentName
()
js/color_picker.ts:7
MethodcomponentName
()
js/legend.ts:31
MethodcomponentName
()
js/container.ts:18
MethodcomponentName
()
js/layer_manager.ts:17
MethodcomponentName
()
js/vector_layer_editor.ts:14
MethodcomponentName
()
js/inspector.ts:23
MethodcomponentName
()
js/search_bar.ts:33
MethodcomponentName
()
js/layer_manager_row.ts:22
MethodcomponentName
()
js/legend_customization.ts:21
MethodconfirmDeletion
(_: Event)
js/layer_manager_row.ts:222
Functionconnect_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
MethodconnectedCallback
()
js/raster_layer_editor.ts:84
Methodconstructor
(private model: T)
tests/fake_anywidget.ts:9
Functioncontouring
(value: ee.Number)
geemap/common.py:10354
Functionconvert_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
Functioncoords_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
Functioncopy_credentials_to_colab
Copies ee credentials from Google Drive to Google Colab.
geemap/common.py:1640
Functioncopy_credentials_to_drive
Copies ee credentials from Google Colab to Google Drive.
geemap/common.py:1628
Functioncreate_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
Functioncreate_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
Functioncreate_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
Functioncreate_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
Functioncreate_feature
(lat)
geemap/common.py:7585
Functioncreate_feature
(image)
geemap/chart.py:1497
Functioncreate_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
Functioncreate_hillshade
(d)
geemap/timelapse.py:4887
Functioncreate_image
(date)
geemap/timelapse.py:798
Functioncreate_lat_feature
(lat)
geemap/common.py:7661
Functioncreate_legend
( linewidth=None, linestyle=None, color=None, marker=None, markersize=None, markeredge
geemap/cartoee.py:973
Functioncreate_lon_features
(lon)
geemap/common.py:7662
Functioncreate_nlcd_qml
Create a QGIS Layer Style (.qml) for NLCD data. Args: out_qml: File path to the output qml.
geemap/common.py:5164
Methodcreate_vis_widget
Creates a GUI for changing layer visualization parameters interactively. Args: layer_dict: A dictionary containing information ab
geemap/geemap.py:942
Functioncredentials_in_colab
Returns True if Earth Engine credentials exist in Colab, False otherwise.
geemap/common.py:1622
Functioncredentials_in_drive
Returns True if Google Drive is mounted, False otherwise.
geemap/common.py:1616
Functioncsv_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
Functioncsv_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
Functioncsv_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
Functioncsv_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
Methodcursor_style
(self)
tests/fake_map.py:176
Functiondataset_changed
(change)
geemap/toolbar.py:3555
Functiondel_color_clicked
(b)
geemap/toolbar.py:2616
Functiondelete_dp_report
Deletes a datapane report. Args: name: Name of the report to delete.
geemap/foliumap.py:3251
Functiondelete_dp_reports
Deletes all datapane reports.
geemap/foliumap.py:3268
Functiondelete_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
Functiondf_to_ee
Converts a pandas DataFrame to ee.FeatureCollection. Args: df (pandas.DataFrame): An input pandas.DataFrame. latitude (str, optio
geemap/common.py:8988
Functiondict_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
Methoddisplay
Display the chart without toolbar.
geemap/chart.py:234
Functiondownload_3dep_lidar
(region, filename, scale=1.0, crs="EPSG:3857")
geemap/common.py:13509
Functiondownload_data
(index: int)
geemap/common.py:12525
Functiondownload_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
Functiondownload_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
Functiondownload_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
Functiondownload_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
Functiondownload_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
Functiondownload_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
Functiondownload_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
Functiondoy_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
Methoddraw_control
Returns the draw control.
geemap/geemap.py:63
Methoddraw_control_lite
Returns the lite version of the draw control.
geemap/geemap.py:68
Methoddraw_features
Returns the drawn features.
geemap/geemap.py:73
Methoddraw_last_feature
Returns the last drawn feature.
geemap/geemap.py:78
Methoddraw_layer
Returns the draw layer.
geemap/geemap.py:83
Methoddraw_layer_on_top
Move user-drawn feature layer to the top of all layers.
geemap/geemap.py:1127
Methoddropdown_event
(change)
geemap/maplibregl.py:1368
Methoddummy_callback
(self, m, selected, item)
tests/test_toolbar.py:35
← previousnext →1,001–1,100 of 2,016, ranked by callers