We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8cf91e commit f679464Copy full SHA for f679464
third_party/bigframes_vendored/geopandas/geoseries.py
@@ -497,7 +497,7 @@ def is_closed(self: GeoSeries) -> bigframes.series.Series:
497
"""
498
raise NotImplementedError(constants.ABSTRACT_METHOD_ERROR_MESSAGE)
499
500
- def simplify(self, crs=None) -> bigframes.series.Series: # type: ignore
+ def simplify(self, tolerance: float, preserve_topology: bool = True) -> bigframes.series.Series: # type: ignore
501
"""[Not Implemented] Use ``bigframes.bigquery.st_simplify(series, tolerance_meters)``,
502
instead to set the tolerance in meters.
503
0 commit comments