Merge branch 'main' into feature/plugins

This commit is contained in:
Emily Soth 2024-12-12 13:24:31 -08:00
commit 251b4def8b
2 changed files with 3 additions and 2 deletions

View File

@ -14,7 +14,7 @@
virtualenv>=12.0.1 virtualenv>=12.0.1
pytest pytest
pytest-subtests pytest-subtests!=0.14.0 # https://github.com/pytest-dev/pytest-subtests/issues/173
wheel>=0.27.0 wheel>=0.27.0
pypiwin32; sys_platform == 'win32' # pip-only pypiwin32; sys_platform == 'win32' # pip-only

View File

@ -69,7 +69,8 @@ MODEL_SPEC = {
'projection_units': u.meter, 'projection_units': u.meter,
'about': ( 'about': (
"A map of LULC codes. " "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, " "in the LULC attribute table. For this model in particular, "
"the urban nature types are of importance. Non-nature types " "the urban nature types are of importance. Non-nature types "
"are not required to be uniquely identified. All outputs " "are not required to be uniquely identified. All outputs "