caf.space.utils#

Module for some miscellaneous functions used elsewhere.

Functions

find_point_matches(gda, gdb, max_dist, *, ...)

Find corresponding point features between two geodataframe.

generate_points(point_folder, points_name, ...)

Generate a point shapefile from a polygon shapefile and list of point IDs.

points_update(points, matches, id_col, ...)

Remove matching points from point shapefile.

set_crs(gdf, name)

Set crs of gdf if missing.