From 85c0cdc602c714fffad95adab6ae65f67841e83a Mon Sep 17 00:00:00 2001 From: Spencer Grimes Date: Mon, 29 Dec 2025 16:47:33 -0600 Subject: [PATCH] Docs: Add note on exporting input files from NW Scheduler --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b61cc55..0d4d9b7 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,9 @@ All necessary files are located in this directory. - `category_analysis.py`: A module that performs category-specific analysis. - `requirements.txt`: A list of Python dependencies. +### Input Data Files +The tool requires two CSV files: an "addresses" file and a "boundaries" file. These can be exported directly from **NW Scheduler**. + ## Usage The entire workflow is managed through `run_all.py`. You can see all commands by running: