You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 2, 2022. It is now read-only.
fieldName=strings.ToUpper(fieldName)
// sometime fieldName is Camel-Case
I use this code to deal with the geotiff's attribute table, and I found the field name "Value" can not be found, but the error's message is the field name "VALUE" can not be found.
I use this code to deal with the geotiff's attribute table, and I found the field name "Value" can not be found, but the error's message is the field name "VALUE" can not be found.
After I comment the code, I got the right result.