GeoSeries
GeoSeries is a data structure in GeoPandas for storing an ordered collection of geometric objects, such as points, lines, and polygons. It extends the capabilities of a pandas Series with geospatial information and carries an associated coordinate reference system (CRS). GeoSeries serves as the geometry container that integrates with common geospatial workflows in Python.
Each element in a GeoSeries is a geometry object, typically provided by the Shapely library. A GeoSeries
Common usage involves constructing a GeoSeries from a list of geometries and optionally specifying a CRS; the
In summary, GeoSeries provides a lightweight, geometry-centric container for geospatial data, enabling straightforward storage, access, and