Geopandas toolsΒΆ
This page contains all vector geometry functions in sgis, except for line geometry operations, which is located in the network analysis section.
Most functions accept GeoDataFrame and GeoSeries as input types, and return the same type as the input.
- General geopandas tools
clean_clip()
clean_geoms()
drop_inactive_geometry_columns()
get_common_crs()
get_grouped_centroids()
get_index_right_columns()
make_edge_coords_cols()
make_edge_wkt_cols()
make_lines_between_points()
points_in_bounds()
random_points()
random_points_in_polygons()
sort_large_first()
sort_long_first()
sort_short_first()
sort_small_first()
to_lines()
- Filter by location
- Overlay
- Polygon geometry operations
- Cleaning geometries
- Point geometry operations
- Neighbors
- Duplicate and overlapping geometries
- Make grids from bounds
- Buffer, dissolve and explode
- Geomtry types
- Conversion
- Get rough centerline
- Polygons as rings
PolygonsAsRings
PolygonsAsRings.apply_gdf_func()
PolygonsAsRings.apply_geoseries_func()
PolygonsAsRings.apply_numpy_func()
PolygonsAsRings.apply_numpy_func_to_interiors()
PolygonsAsRings.get_rings()
PolygonsAsRings.is_exterior
PolygonsAsRings.is_interior
PolygonsAsRings.to_gdf()
PolygonsAsRings.to_geoseries()
PolygonsAsRings.to_numpy()
get_linearring_series()
- Geocode addresses