From 138952d714d518f4da0b9bb7550074e8a56ebc79 Mon Sep 17 00:00:00 2001 From: David Wasserman Date: Mon, 9 May 2022 09:15:16 -0700 Subject: [PATCH] Update README.md Minor edits. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 40b5816..3abb058 100644 --- a/README.md +++ b/README.md @@ -311,11 +311,11 @@ This tool will take an input feature line and extend its end points based on the The goal of this script is to enable linear rolling windows through the extensions of segments in a line feature class. The intended uses for this are: -* Aid in the creation of rolling window segments for linear rolling stats +* Aid in the creation of rolling window segments for linear rolling stats. * Allow proximity analysis for point features that blend intersections. -* Provide a tool for batch editing and segmentation of polylines. +* Provide a tool to assist with Vision Zero and related safety analysis. Works in ArcGIS Pro. This tool requires the pandas library to work.