bigframes.bigquery.st_simplify#
- bigframes.bigquery.st_simplify(geography: Series, tolerance_meters: float) Series[source]#
Returns a simplified version of the input geography.
- Parameters:
geography (bigframes.series.Series) – A Series containing GEOGRAPHY data.
tolerance_meters (float) – A float64 value indicating the tolerance in meters.
- Returns:
a Series containing the simplified GEOGRAPHY data.