1. 主页
  2. 文档
  3. GeoPandas 0.12.2中文文档
  4. API reference
  5. Tools

Tools

sjoin(left_df, right_df[, how, predicate, …])Spatial join of two GeoDataFrames.
sjoin_nearest(left_df, right_df[, how, …])Spatial join of two GeoDataFrames based on the distance between their geometries.
overlay(df1, df2[, how, keep_geom_type, …])Perform spatial overlay between two GeoDataFrames.
clip(gdf, mask[, keep_geom_type])Clip points, lines, or polygon geometries to the mask extent.
tools.geocode(strings[, provider])Geocode a set of strings and get a GeoDataFrame of the resulting points.
tools.reverse_geocode(points[, provider])Reverse geocode a set of points and get a GeoDataFrame of the resulting addresses.
tools.collect(x[, multi])Collect single part geometries into their Multi* counterpart
points_from_xy(x, y[, z, crs])Generate GeometryArray of shapely Point geometries from x, y(, z) coordinates.
datasets.availableBuilt-in mutable sequence.
datasets.get_path(dataset)Get the path to the data file.
标签 , ,
这篇文章对您有用吗?

我们要如何帮助您?

欢迎留下您的宝贵建议

Please enter your comment!
Please enter your name here