transbigdata.ckdnearest_point

transbigdata.ckdnearest_point(gdA, gdB)

This method will match the nearest points in gdfB to gdfA, and add a new column called dist

参数:
  • gdA (GeoDataFrame) – GeoDataFrame A, point geometry

  • gdB (GeoDataFrame) – GeoDataFrame B, point geometry

返回:

gdf – The output DataFrame

返回类型:

DataFrame