Hello GIS colleagues,
I have a favor to ask: Can someone please help me make a good argument for why repeated domain lists don't follow #GISBestPractices in a #geodatabase?
It's one of those things that I know why, but I'm finding it hard to explain to someone who doesn't understand the concept of data integrity and eliminating redundancy.
I've been trying to find #ESRIBestPractice articles that say to limit the amount of attribute domain lists within a geodatabase. Does anyone have a good reference?
Or, is there a good reason to repeat or branch out an attribute domain list and perhaps I'm not aware of it?
I just know that at the admin level, this type of "practice" can get very out of hand and sloppy.
Thanks.
Example:
| Domain Name | Coded Values |
| Staff_MainOffice | Larry |
| | Sally |
| | Lisa |
| Staff_FieldOffice | Larry |
| | Sally |
| Staff_RegionalOffice | Hector |
| | Lisa |
INSTEAD OF USING....
| Domain Name | Coded Values |
| Staff | Larry |
| | Lisa |
| | Sally |
| | Hector |