snap_points_to_mask_raster.py - snapped points are not inside the mask raster, they are on the edge

Issue #1 resolved
Shawn Laffan repo owner created an issue

Using the polygon feature class results in points that lie on the edge of the mask raster. These then cause problems with the path distance analyses.

Comments (2)

  1. Shawn Laffan reporter

    Solution is to snap them to an inner raster (for which the edge is one cell inwards).

  2. Log in to comment