From de930159f8640177e024d954f72fe4d89442ce75 Mon Sep 17 00:00:00 2001 From: newtpatrol <61762912+newtpatrol@users.noreply.github.com> Date: Thu, 12 Dec 2024 11:35:27 -0800 Subject: [PATCH] Add integer text to lulc definition --- src/natcap/invest/urban_nature_access.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/natcap/invest/urban_nature_access.py b/src/natcap/invest/urban_nature_access.py index 56c12ebae..ed824412e 100644 --- a/src/natcap/invest/urban_nature_access.py +++ b/src/natcap/invest/urban_nature_access.py @@ -59,7 +59,8 @@ 'projection_units': u.meter, 'about': ( "A map of LULC codes. " - "All values in this raster must have corresponding entries " + "Each land use/land cover type must be assigned a unique integer " + "code. All values in this raster must have corresponding entries " "in the LULC attribute table. For this model in particular, " "the urban nature types are of importance. Non-nature types " "are not required to be uniquely identified. All outputs "