-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Translate to Shapefiles fail #85
Comments
Have you added any extra non-GeMS fields to DescriptionOfMapUnits? |
Yes! Is that the issue?
…On Wed, Feb 23, 2022 at 6:20 PM Evan Thoms ***@***.***> wrote:
Have you added any extra non-GeMS fields to DescriptionOfMapUnits?
—
Reply to this email directly, view it on GitHub
<#85 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACD5KFCEJMDQB4IEHFWGDZ3U4V2TFANCNFSM5OCAKGPA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Possibly, what are the names as they appear in the table? Be sure to you are not looking at an alias. |
I have an additional 12 fields in the DescriptionOfMapUnits. I do have
alisis for the fields but so do the default fields. Would you like me to
send my gdb to you? Thanks for your help!
…On Thu, Feb 24, 2022 at 11:47 AM Evan Thoms ***@***.***> wrote:
Possibly, what are the names as they appear in the table? Be sure to you
are not looking at an alias.
If they are tripping up the tool, I need to change it because extra fields
should be allowed.
—
Reply to this email directly, view it on GitHub
<#85 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACD5KFC4ET444Z6CEB3BN2TU4ZVJZANCNFSM5OCAKGPA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Sure, send the gdb. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While running this tool it fails when it's trying to read the DescriptionOfMapUnits and converting it to a csv file. I'm also having issues running this tool in ArcPro (see issues in gems-tools-arcpro). My database is level 3 compliant with full Metadata. Here is my Fail:
Dumping DescriptionOfMapUnits.csv...
Failed script TranslateToShape...
Traceback (most recent call last):
File "J:\ArcGIS_scripts\GeMS\gems-tools-arcmap-1.6.11\gems-tools-arcmap-1.6.11\Scripts\GeMS_TranslateToShape_Arc10.py", line 461, in
main(newgdb, ows, gdb)
File "J:\ArcGIS_scripts\GeMS\gems-tools-arcmap-1.6.11\gems-tools-arcmap-1.6.11\Scripts\GeMS_TranslateToShape_Arc10.py", line 439, in main
dumpTable(tbl, outName, False, outputDir, logfile, isOpen, tbl)
File "J:\ArcGIS_scripts\GeMS\gems-tools-arcmap-1.6.11\gems-tools-arcmap-1.6.11\Scripts\GeMS_TranslateToShape_Arc10.py", line 189, in dumpTable
out_field.name = remapFieldName(fName)
File "J:\ArcGIS_scripts\GeMS\gems-tools-arcmap-1.6.11\gems-tools-arcmap-1.6.11\Scripts\GeMS_TranslateToShape_Arc10.py", line 126, in remapFieldName
j = j+1
UnboundLocalError: local variable 'j' referenced before assignment
Failed to execute (TranslateToShape).
Failed at Thu Feb 10 10:51:53 2022 (Elapsed Time: 46 minutes 25 seconds)
The text was updated successfully, but these errors were encountered: