File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -79,10 +79,10 @@ functions should be exposed in the `bigframes.bigquery` module.
7979- [ ] GeoSeries.symmetric_difference
8080- [ ] GeoSeries.union
8181- [x] GeoSeries.boundary
82- - [ WIP ] GeoSeries.buffer
83- - [ WIP ] GeoSeries.centroid
84- - [ WIP ] GeoSeries.concave_hull
85- - [ ] GeoSeries.convex_hull
82+ - [x ] GeoSeries.buffer
83+ - [x ] GeoSeries.centroid
84+ - [ ] GeoSeries.concave_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.
174174Transformations: 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
You can’t perform that action at this time.
0 commit comments