Skip to content

Commit

Permalink
docs: fix broken link to assign_gvi_to_points.py (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
funkyrailroad authored Oct 9, 2024
1 parent df8e557 commit 91abe38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 91abe38

Please sign in to comment.