-
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
Level 3 Errors in Validation script #70
Comments
Hi Katie-
The validation script is looking for an ID field for GeologicLines_DikeSwarm that is named GeologicLines_DikeSwarm_ID. The full name of the feature class with "_ID" appended.
HKey fragments (the segments between the dashes) should all be the same length. 300-0 will give an error. I expect 300-000 won't.
Also, regarding long run times for the validation script: are you checking the "Skip topology checks" box?
cheers,
Ralph
…________________________________
From: kalexander-wgs ***@***.***>
Sent: Thursday, June 10, 2021 5:47 PM
To: usgs/gems-tools-arcmap ***@***.***>
Cc: Subscribed ***@***.***>
Subject: [EXTERNAL] [usgs/gems-tools-arcmap] Level 3 Errors in Validation script (#70)
This email has been received from outside of DOI - Use caution before clicking on links, opening attachments, or responding.
Hi all,
Back at it with some new errors and looking for some guidance.
I have added a new feature class (GeologicLines_DikeSwarm) to my GDB and it has an ID field (GeolLinesDSwarm_ID) with entries like GEL_DS_1, GEL_DS_2 but I am getting this error in the validation:
Missing or mis-defined fields
GeologicLines_DikeSwarm lacks an _ID field
And unrelated to the last error, I am getting the following error on each entry in the DMU:
HierarchyKey errors, DescriptionOfMapUnits
300-0 --bad fragment length
300-0-0 --bad fragment length
300-0-0 --bad fragment length
300-1 --bad fragment length
300-1-1 --bad fragment length
300-1-1 --bad fragment length
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<https://gcc02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fusgs%2Fgems-tools-arcmap%2Fissues%2F70&data=04%7C01%7Crhaugerud%40usgs.gov%7C84e1caeca6aa47b13f8108d92c728c6b%7C0693b5ba4b184d7b9341f32f400a5494%7C0%7C0%7C637589692764386565%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=%2FST1fb9e1TLsgTmWw%2BfZfHaXjbLbqW%2Foqg6kj8yIep4%3D&reserved=0>, or unsubscribe<https://gcc02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAFS3CJP27TFU7TV65LNINFTTSFMLBANCNFSM46PVAZGA&data=04%7C01%7Crhaugerud%40usgs.gov%7C84e1caeca6aa47b13f8108d92c728c6b%7C0693b5ba4b184d7b9341f32f400a5494%7C0%7C0%7C637589692764396523%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=UdgMQmJWe7Gcj%2Fogvzs5%2BkF15LRMjjqXIh3tzAxHToI%3D&reserved=0>.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi all,
Back at it with some new errors and looking for some guidance.
I have added a new feature class (GeologicLines_DikeSwarm) to my GDB and it has an ID field (GeolLinesDSwarm_ID) with entries like GEL_DS_1, GEL_DS_2 but I am getting this error in the validation:
Missing or mis-defined fields
GeologicLines_DikeSwarm lacks an _ID field
And unrelated to the last error, I am getting the following error on each entry in the DMU:
HierarchyKey errors, DescriptionOfMapUnits
300-0 --bad fragment length
300-0-0 --bad fragment length
300-0-0 --bad fragment length
300-1 --bad fragment length
300-1-1 --bad fragment length
300-1-1 --bad fragment length
The text was updated successfully, but these errors were encountered: