From 91abe389b27061ee8cc1a77811fb6754522612c6 Mon Sep 17 00:00:00 2001 From: funkyrailroad Date: Wed, 9 Oct 2024 15:37:47 -0400 Subject: [PATCH] docs: fix broken link to assign_gvi_to_points.py (#85) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63c4457..893494c 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ python -m src.assign_images data/interim/Three_Rivers_Michigan_USA_points.gpkg M Now that we have a point feature for each image, we want to calculate a Green View Index (GVI) score for each image and assign that score to the relevant point feature. -We can use the [`assign_gvi_to_points.py`]('./src/assign_gvi_to_points.py') script +We can use the [`assign_gvi_to_points.py`](./src/assign_gvi_to_points.py) script for this. For more information on how GVI is calculated, see Li et al. (2015),