Skip to content

Commit

Permalink
Merge pull request #1383 from phargogh/feature/1180-una-proportion-of…
Browse files Browse the repository at this point in the history
…-urban-nature

Clarify text in UNA `urban_nature` field, update UNA sample data metadata
  • Loading branch information
emlys authored Aug 25, 2023
2 parents 23ab0cd + 5cc9f17 commit 62408e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions src/natcap/invest/urban_nature_access.py
Original file line number Diff line number Diff line change
Expand Up @@ -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': {
Expand Down

0 comments on commit 62408e3

Please sign in to comment.