points_update#

caf.space.utils.points_update(points, matches, id_col, matches_id)[source]#

Remove matching points from point shapefile.

Reads in a master points shapefile, and a matching points shapefile and removes features from the master file which appear in the matching one.

Parameters:
  • points (master shapefile)

  • matches (matches shapefile)

  • id_col (ID column of master points)

  • matches_id (id column od matching points)

Return type:

master gdf with matching points removed.