- Posts: 1
- Thank you received: 0
Category header
TYPE cls_0
9 months 4 weeks ago #30
by xiang
TYPE cls_0 was created by xiang
I have defined the code that corresponds to the landscape type,but there is another type cls_0 include in the resault?
Please Log in or Create an account to join the conversation.
9 months 3 weeks ago #31
by kmcgee
Replied by kmcgee on topic TYPE cls_0
That almost certainly means that you have cells in your input raster that have a value of 0 and you did not include that class in your class descriptors table.
Please Log in or Create an account to join the conversation.
- 1819466299@qq.com
- Offline
- User
Less
More
- Posts: 2
- Thank you received: 0
3 months 1 day ago #71
by 1819466299@qq.com
Replied by 1819466299@qq.com on topic TYPE cls_0
请问如何解决的
Please Log in or Create an account to join the conversation.
2 months 3 weeks ago #75
by eduard
Replied by eduard on topic TYPE cls_0
Hello,
As Kevin said, you have cells of class 0 in the landscape but no corresponding descriptor in the table. Hence the generated cls_0 name.
Either you get rid of the zero cells in the landscape (reclassify them as something else, ex. background), or add 0 as a legit class in the descriptors table. Give it a proper name etc.
Cheers,
Eduard
As Kevin said, you have cells of class 0 in the landscape but no corresponding descriptor in the table. Hence the generated cls_0 name.
Either you get rid of the zero cells in the landscape (reclassify them as something else, ex. background), or add 0 as a legit class in the descriptors table. Give it a proper name etc.
Cheers,
Eduard
Please Log in or Create an account to join the conversation.
Time to create page: 0.117 seconds