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
start_str
(self)
geemap/ai.py:1160
Method
static_map
Display a kepler.gl static map in a Jupyter Notebook. Args width: Width of the map. height: Height of the map.
geemap/kepler.py:357
Function
str_to_num
Returns an ee.Number from a string. Args: in_str: The string to convert to a number.
geemap/common.py:7977
Function
strings_to_classifier
Returns an ee.Classifier from a string representation of decision trees.
geemap/ml.py:325
Method
style_layer_interact
Create a layer widget for changing the visibility and opacity of a style layer. Args: id: The is of the layer. Returns:
geemap/maplibregl.py:1391
Function
submit_clicked
(b)
geemap/toolbar.py:2118
Function
summarize_by_group
Calculates summary statistics by group. Args: collection (object): The input feature collection column (str): The value column to
geemap/common.py:8358
Function
summary_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:8412
Method
tearDown
(self)
tests/test_map_widgets.py:75
Method
test_add_basemap_invalid_raises
(self)
tests/test_plotlymap.py:136
Method
test_add_basemap_selector
Tests adding the basemap selector widget.
tests/test_core.py:179
Method
test_add_basic_widget
Tests that `add` adds widget instances to the map.
tests/test_core.py:129
Method
test_add_basic_widget_by_name
Tests that `add` adds widgets by name.
tests/test_core.py:116
Method
test_add_colorbar
(self)
tests/test_cartoee.py:26
Method
test_add_controls_invalid_type_raises
(self)
tests/test_plotlymap.py:70
Method
test_add_controls_string_and_list
(self)
tests/test_plotlymap.py:63
Method
test_add_draw_control
Tests adding and getting the draw widget.
tests/test_core.py:169
Method
test_add_duplicate_basic_widget
Tests adding a duplicate widget to the map.
tests/test_core.py:142
Method
test_add_ee_layer_invalid_type_raises
(self)
tests/test_plotlymap.py:141
Method
test_add_gridlines
(self)
tests/test_cartoee.py:45
Method
test_add_heatmap_dataframe
(self)
tests/test_plotlymap.py:119
Method
test_add_heatmap_invalid_data_raises
(self)
tests/test_plotlymap.py:131
Method
test_add_layer
(self)
tests/test_plotlymap.py:95
Method
test_add_layer_pydeck_layer
(self)
tests/test_deck.py:48
Method
test_add_layer_url
(self)
tests/test_deck.py:43
Method
test_add_multiple_layers
(self)
tests/test_deck.py:54
Method
test_add_north_arrow
(self)
tests/test_cartoee.py:64
Method
test_add_tile_layer
(self)
tests/test_plotlymap.py:87
Method
test_add_toolbar
Tests adding the toolbar widget.
tests/test_core.py:154
Method
test_addlayer_alias
(self)
tests/test_plotlymap.py:146
Method
test_all_tools_and_toggle_exist_if_extra_tools
(self)
tests/test_toolbar.py:50
Method
test_array_to_df
Test array_to_df function.
tests/test_chart.py:77
Method
test_basemap_change
Tests that value change fires the basemap_changed callback.
tests/test_map_widgets.py:780
Method
test_basemap_close
Tests that triggering the closing button fires the close callback.
tests/test_map_widgets.py:771
Method
test_basemap_default
Tests that the default values are set.
tests/test_map_widgets.py:751
Method
test_basemap_default_no_resource
Tests that the default values are set for no resource.
tests/test_map_widgets.py:765
Method
test_bbox_to_extent
(self)
tests/test_cartoee.py:42
Method
test_bbox_to_geojson
Tests bbox_to_geojson.
tests/test_common.py:988
Method
test_buffer_box
(self)
tests/test_cartoee.py:33
Method
test_build_computed_object_tree_feature
Tests building a JSON computed object tree for a Feature.
tests/test_coreutils.py:76
Method
test_build_computed_object_tree_image
Tests building a JSON computed object tree for an Image.
tests/test_coreutils.py:82
Method
test_build_computed_object_tree_image_collection
Tests building a JSON computed object tree for an ImageCollection.
tests/test_coreutils.py:88
Method
test_build_palette
(self)
tests/test_cartoee.py:20
Method
test_center_object
Tests that `center_object` fits the object to the bounds.
tests/test_core.py:76
Method
test_center_zoom_to_xy_range
(self)
tests/test_common.py:1555
Method
test_check_basemap
(self)
tests/test_common.py:1694
Method
test_check_dir
(self)
tests/test_common.py:1253
Method
test_check_file_path
(self)
tests/test_common.py:1276
Method
test_check_html_string
(self)
tests/test_common.py:1924
Method
test_check_titiler_endpoint
Tests check_titiler_endpoint.
tests/test_common.py:527
Method
test_cleanup_toolbar_item_decorator
Tests the _cleanup_toolbar_item decorator functionality.
tests/test_toolbar.py:111
Method
test_clear_layers_keeps_basemap
(self)
tests/test_plotlymap.py:107
Method
test_clear_layers_with_basemap
(self)
tests/test_plotlymap.py:114
Method
test_colorbar_alpha
(self)
tests/test_map_widgets.py:231
Method
test_colorbar_axis
(self)
tests/test_map_widgets.py:139
Method
test_colorbar_invalid_alpha
(self)
tests/test_map_widgets.py:241
Method
test_colorbar_invalid_max
(self)
tests/test_map_widgets.py:217
Method
test_colorbar_invalid_min
(self)
tests/test_map_widgets.py:213
Method
test_colorbar_invalid_orientation
(self)
tests/test_map_widgets.py:108
Method
test_colorbar_kwargs_colors
(self)
tests/test_map_widgets.py:195
Method
test_colorbar_label
(self)
tests/test_map_widgets.py:112
Method
test_colorbar_label_as_bands
(self)
tests/test_map_widgets.py:118
Method
test_colorbar_label_precedence
(self)
tests/test_map_widgets.py:128
Method
test_colorbar_label_with_caption
(self)
tests/test_map_widgets.py:122
Method
test_colorbar_min_max
(self)
tests/test_map_widgets.py:207
Method
test_colorbar_no_args
(self)
tests/test_map_widgets.py:79
Method
test_colorbar_opacity
(self)
tests/test_map_widgets.py:221
Method
test_colorbar_orientation_horizontal
(self)
tests/test_map_widgets.py:96
Method
test_colorbar_orientation_override
(self)
tests/test_map_widgets.py:104
Method
test_colorbar_orientation_vertical
(self)
tests/test_map_widgets.py:100
Method
test_colorbar_transparent_bg
(self)
tests/test_map_widgets.py:144
Method
test_colorbar_vis_params_discrete_palette
(self)
tests/test_map_widgets.py:169
Method
test_colorbar_vis_params_palette
(self)
tests/test_map_widgets.py:148
Method
test_colorbar_vis_params_palette_as_list
(self)
tests/test_map_widgets.py:183
Method
test_colorbar_vis_params_throws_for_not_dict
(self)
tests/test_map_widgets.py:247
Method
test_convert_for_loop_i_minus_minus
(self)
tests/test_conversion.py:104
Method
test_convert_for_loop_i_plus_plus
(self)
tests/test_conversion.py:98
Method
test_convert_for_loop_in
(self)
tests/test_conversion.py:110
Method
test_convert_for_loop_no_var
(self)
tests/test_conversion.py:114
Method
test_convert_si
(self)
tests/test_cartoee.py:70
Method
test_coords_to_geojson
Tests coords_to_geojson.
tests/test_common.py:1009
Method
test_copy_credentials_to_colab_does_not_exist
Tests copy_credentials_to_colab.
tests/test_common.py:676
Method
test_copy_credentials_to_colab_exists
Tests copy_credentials_to_colab.
tests/test_common.py:658
Method
test_copy_credentials_to_drive_does_not_exist
Tests copy_credentials_to_drive.
tests/test_common.py:640
Method
test_copy_credentials_to_drive_exists
Tests copy_credentials_to_drive.
tests/test_common.py:622
Method
test_create_contours
(self)
tests/test_common.py:1202
Method
test_credentials_in_colab
Tests credentials_in_colab.
tests/test_common.py:609
Method
test_credentials_in_drive
Tests credentials_in_drive.
tests/test_common.py:594
Method
test_csv_to_classifier
( self, mock_point, mock_feature, mock_fc, mock_fc_to_classifier )
tests/test_ml.py:143
Method
test_csv_to_classifier_file_not_found
(self)
tests/test_ml.py:157
Method
test_custom_tiles_types
Tests that custom_tiles is a dict and contains expected keys.
tests/test_basemaps.py:26
Method
test_custom_tiles_wms
Tests that custom_tiles["wms"] is a dict w/ expected keys/values.
tests/test_basemaps.py:43
Method
test_custom_tiles_xyz
Tests that custom_tiles["xyz"] is a dict w/ expected keys/values.
tests/test_basemaps.py:33
Method
test_data_table_df
Test DataTable with a pandas DataFrame.
tests/test_chart.py:20
Method
test_data_table_dict
Test DataTable with a dictionary.
tests/test_chart.py:12
Method
test_defaults
Tests that map defaults are set properly.
tests/test_core.py:41
Method
test_delete_button_clicked
Tests that the layer is removed when delete is clicked.
tests/test_map_widgets.py:679
Method
test_delete_shp
(self)
tests/test_common.py:1135
Method
test_display_html
(self, mock_display, mock_iframe)
tests/test_common.py:1358
Method
test_ee_api_to_csv_default_outfile
(self, mock_get)
tests/test_common.py:925
← previous
next →
1,601–1,700 of 2,016, ranked by callers