gems-tools-arcmap icon indicating copy to clipboard operation
gems-tools-arcmap copied to clipboard

Level 3 Errors in Validation script

Open kalexander-wgs opened this issue 4 years ago • 1 comments

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

kalexander-wgs avatar Jun 11 '21 00:06 kalexander-wgs

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 GitHubhttps://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 unsubscribehttps://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.

rhaugerud avatar Jun 11 '21 15:06 rhaugerud