GeoSeries#
Constructor#
|
Parallel GeoPandas GeoSeries |
General methods and attributes#
Returns a |
|
Returns a |
|
Returns a |
|
Returns a tuple containing |
|
Returns a |
|
Returns a |
|
|
Returns a |
Returns a |
|
Returns a |
|
Returns 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 |
|
Returns a |
|
Returns a |
|
Returns a |
|
Returns a |
Binary Predicates#
|
Returns a |
|
Returns a |
|
Returns a |
|
Returns a |
|
Returns a |
|
Return True for all geometries that equal aligned other to a given tolerance, else False. |
|
Returns a |
|
Returns True for all aligned geometries that overlap other, else False. |
|
Returns a |
|
Returns a |
|
Returns a |
|
Returns a |
Set-theoretic Methods#
|
Returns a |
|
Returns a |
|
Returns a |
|
Returns a |
Constructive Methods and Attributes#
|
Returns a |
Returns a |
|
Returns a |
|
Returns a |
|
Returns a |
|
|
Returns a |
Affine transformations#
|
Return a |
|
Returns a |
|
Returns a |
|
Returns a |
|
Returns a |
Aggregating and exploding#
Returns 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) represented as a |
|
|
Set the value of the crs on a new object |
|
Returns a |
Missing values#
|
Fill NA/NaN values using the specified method. |
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.