Merge branch 'main' into feature/plugins
This commit is contained in:
commit
251b4def8b
|
@ -14,7 +14,7 @@
|
|||
|
||||
virtualenv>=12.0.1
|
||||
pytest
|
||||
pytest-subtests
|
||||
pytest-subtests!=0.14.0 # https://github.com/pytest-dev/pytest-subtests/issues/173
|
||||
wheel>=0.27.0
|
||||
pypiwin32; sys_platform == 'win32' # pip-only
|
||||
|
||||
|
|
|
@ -69,7 +69,8 @@ MODEL_SPEC = {
|
|||
'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 "
|
||||
|
|
Loading…
Reference in New Issue