bigframes.geopandas.GeoSeries.area#

propertyGeoSeries.area:Series#

[Not Implemented] Usebigframes.bigquery.st_area(series),instead to return the area in square meters.

In GeoPandas, this returns a Series containing the area of each geometryin the GeoSeries expressed in the units of the CRS.

Parameters:

crs (optional) – Coordinate Reference System of the geometry objects. Can beanything accepted by pyproj.CRS.from_user_input(), such as anauthority string (eg “EPSG:4326”) or a WKT string.

Returns:

Series of float representing the areas.

Return type:

bigframes.pandas.Series

Raises:

NotImplementedError – GeoSeries.area is not supported. Use bigframes.bigquery.st_area(series), instead.

On this page

This Page