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 has been 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.
After I comment the code, I got the right result.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: