Vector Objects#
Opening Vectors#
|
Open a vector source. |
Attributes#
(minx, miny, maxx, maxy). |
|
The vector CRS. |
|
The field dtypes. |
|
The field names. |
|
A mapping of the field names to dtypes. |
|
The vector geometry series. |
|
The shape of the attribute table. |
|
The number of vectors contained. |
|
The vector attribute table. |
|
The number of lazy operations left to be computed. |
Operations#
IO#
Computes the built-up chain of operations on the underlying data. |
|
|
Save the vector data to a file. |
Contents / Conversions#
|
Transform the vector coordinates to the specified crs. |
Returns the underlying data as a |
|
Returns the underlying GeoDataFrame. |
|
|
Converts to a lazy dask-backed Vector. |
|
Convert vector feature data to a raster. |
Returns the vector data as a list of shapely geometries objects. |
|
|
Cast a field to the specified dtype. |
Vector Ops#
|
Apply the buffer operation to the vector geometries. |
|
Simplify the vector geometries. |