GeoSeries¶
Constructor¶
|
A Series object designed to store shapely geometry objects. |
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¶
|
Alternate constructor to create a |
|
Alternate constructor to create a |
|
Alternate constructor to create a |
|
Alternate constructor to create a |
|
Write the |
|
Returns a GeoJSON string representation of the GeoSeries. |
|
Convert GeoSeries geometries to WKB |
|
Convert GeoSeries geometries to WKT |
Projection handling¶
The Coordinate Reference System (CRS) represented as a |
|
|
Set the Coordinate Reference System (CRS) of a |
|
Returns a |
|
Returns the estimated UTM CRS based on the bounds of the dataset. |
Missing values¶
|
Fill NA values with a geometry (empty polygon by default). |
Detect missing values. |
|
Detect non-missing values. |
Overlay operations¶
|
Clip points, lines, or polygon geometries to the mask extent. |
Plotting¶
|
Plot a GeoSeries. |
|
Interactive map based on folium/leaflet.jsInteractive map based on GeoPandas and folium/leaflet.js |
Spatial index¶
Generate the spatial index |
|
Check the existence of the spatial index without generating it. |
Indexing¶
Coordinate based indexer to select by intersection with bounding box. |
Interface¶
Returns a |
Methods of pandas 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.