Skip to content

Commit d092b91

Browse files
authored
Apply suggestions from code review
1 parent 446107a commit d092b91

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

specs/2025-08-04-geoseries-scalars.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ functions should be exposed in the `bigframes.bigquery` module.
8282
- [x] GeoSeries.buffer
8383
- [x] GeoSeries.centroid
8484
- [ ] GeoSeries.concave_hull
85-
- [ ] GeoSeries.convex_hull
85+
- [x] GeoSeries.convex_hull
8686
- [ ] GeoSeries.envelope
8787
- [ ] GeoSeries.extract_unique_points
8888
- [ ] GeoSeries.force_2d
@@ -174,12 +174,12 @@ Formatters: Functions that export geographies to an external format such as WKT.
174174
Transformations: Functions that generate a new geography based on input.
175175

176176
- [x] ST_BOUNDARY
177-
- [WIP] ST_BUFFER
177+
- [x] ST_BUFFER
178178
- [ ] ST_BUFFERWITHTOLERANCE
179-
- [WIP] ST_CENTROID
179+
- [x] ST_CENTROID
180180
- [ ] ST_CENTROID_AGG (Aggregate)
181181
- [ ] ST_CLOSESTPOINT
182-
- [WIP] ST_CONVEXHULL
182+
- [x] ST_CONVEXHULL
183183
- [x] ST_DIFFERENCE
184184
- [ ] ST_EXTERIORRING
185185
- [ ] ST_INTERIORRINGS

0 commit comments

Comments
 (0)