From 10537f7376eeff62101a87d09e7bb953f9b3a584 Mon Sep 17 00:00:00 2001 From: James Douglass Date: Thu, 24 Aug 2023 16:05:41 -0700 Subject: [PATCH 1/2] Adding Yingjie's suggested text for the description. RE:#1180 --- src/natcap/invest/urban_nature_access.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/natcap/invest/urban_nature_access.py b/src/natcap/invest/urban_nature_access.py index bff4ddafc..50c462e25 100644 --- a/src/natcap/invest/urban_nature_access.py +++ b/src/natcap/invest/urban_nature_access.py @@ -81,11 +81,11 @@ 'urban_nature': { 'type': 'ratio', 'about': ( - "The proportion (0-1) indicating how much of the land " - "in this LULC type is urban nature. " - "0 indicates no area this LULC type is urban nature, " - "1 indicates that this LULC type is entirely urban " - "nature." + "The proportion (0-1) indicating the naturalness of " + "the land types. 0 indicates the naturalness level of " + "this LULC type is lowest (0% nature), while 1 " + "indicates that of this LULC type is the highest " + "(100% nature)" ), }, 'search_radius_m': { From 5cc9f175878d6c3d71095ab1a6239a4d5d1c3846 Mon Sep 17 00:00:00 2001 From: James Douglass Date: Thu, 24 Aug 2023 16:13:16 -0700 Subject: [PATCH 2/2] Updating sample data repo rev for updated UNA metadata. RE:#1354 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f9a911088..f937b3706 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ DATA_DIR := data GIT_SAMPLE_DATA_REPO := https://bitbucket.org/natcap/invest-sample-data.git GIT_SAMPLE_DATA_REPO_PATH := $(DATA_DIR)/invest-sample-data -GIT_SAMPLE_DATA_REPO_REV := a58b9c7bdd8a31cab469ea919fe0ebf23a6c668e +GIT_SAMPLE_DATA_REPO_REV := 2e7cd618c661ec3f3b2a3bddfd2ce7d4704abc05 GIT_TEST_DATA_REPO := https://bitbucket.org/natcap/invest-test-data.git GIT_TEST_DATA_REPO_PATH := $(DATA_DIR)/invest-test-data