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 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': {