GeoSeries#
Constructor#
|
Parallel GeoPandas GeoSeries |
General methods and attributes#
Return a |
|
Return a |
|
Return a |
|
Return a tuple containing |
|
Return a |
|
Returns a |
|
|
Return a |
Return a |
|
Return a |
|
Return a |
|
Return the x location of point geometries in a GeoSeries. |
|
Return the y location of point geometries in a GeoSeries. |
|
Return the z location of point geometries in a GeoSeries. |
Unary predicates#
Returns a |
|
Return a |
|
Return a |
|
Return a |
|
Return a |
Binary Predicates#
|
Return a |
|
Return a |
|
Return a |
|
Return a |
|
Return True for all geometries that equal aligned other to a given tolerance, else False. |
|
Return a |
|
Return True for all aligned geometries that overlap other, else False. |
|
Return a |
|
Return a |
|
Return a |
|
Return a |
Set-theoretic Methods#
|
Return a |
|
Return a |
|
Return a |
|
Return a |
Constructive Methods and Attributes#
|
Return a |
Return a |
|
Return a |
|
Return a |
|
Return a |
|
|
Return a |
Affine transformations#
|
Return a |
|
Return a |
|
Return a |
|
Return a |
|
Return a |
Aggregating and exploding#
Return a geometry containing the union of all geometries in the |
|
|
Explode multi-part geometries into multiple single geometries. |
Serialization / IO / conversion#
|
Encode all geometry columns in the GeoDataFrame to WKB. |
|
Encode all geometry columns in the GeoDataFrame to WKT. |
Projection handling#
The Coordinate Reference System (CRS) as a |
|
|
Set the value of the crs on a new object |
|
Return a |
Missing values#
|
Fill NA/NaN values with value. |
Detect missing values. |
Overlay operations#
|
Clip points, lines, or polygon geometries to the mask extent. |
Indexing#
Coordinate based indexer to select by intersection with bounding box. |
Spatial partitioning#
Calculate spatial partitions |
|
|
Calculate the distance along a Hilbert curve. |
|
Calculate the distance of geometries along the Morton curve |
|
Calculate geohash based on the middle points of the geometry bounds for a given precision. |
Methods of dask Series objects are also available, although not
all are applicable to geometric objects and some may return a
Series rather than a GeoSeries result when appropriate. The methods
isna() and fillna() have been
implemented specifically for GeoSeries and are expected to work
correctly.