Skip to content

Commit

Permalink
support mode in extract_vals (#2199)
Browse files Browse the repository at this point in the history
  • Loading branch information
kapoor1992 authored Dec 22, 2024
1 parent c5b6eb9 commit 2b1674a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions geemap/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -7735,6 +7735,7 @@ def extract_values_to_points(
"MAXIMUM": ee.Reducer.max(),
"MEDIAN": ee.Reducer.median(),
"MINIMUM": ee.Reducer.min(),
"MODE": ee.Reducer.mode(),
"STD": ee.Reducer.stdDev(),
"MIN_MAX": ee.Reducer.minMax(),
"SUM": ee.Reducer.sum(),
Expand Down

0 comments on commit 2b1674a

Please sign in to comment.