<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>idea Create an externally accessible Universal Metadata Database, and integrate it into ArcGIS in Data Management Ideas</title>
    <link>https://community.esri.com/t5/data-management-ideas/create-an-externally-accessible-universal-metadata/idi-p/927893</link>
    <description>&lt;P&gt;Metadata needs a universal, externally accessible database, so that all of our data tools can be employed to build, maintain, and access it. This database needs to be integrated into ArcGIS, but accessible to any relational database management system.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Metadata has continued to be a major headache and stumbling block for GIS data stewards. The "standards" involve creating a document that is cumbersome and isolated. It can only be read by a human (or with custom XML code), it cannot be joined to or queried like a database, and can only have limited representations made from it. Editing is a very manual process. So it doesn't get done, and when it does, it is often not used, because the data is only document based.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I propose a that esri create and support&amp;nbsp;a database structure that would contain all the elements required by the various metadata standards, and be stored as accessible table objects in each level of a geodatabase, including SDE, where it could be exposed to all SQL tools. It would be relational, with&amp;nbsp;three core tables:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Master Dataset&amp;nbsp;table (containing a record for each&amp;nbsp;feature class, with all the info applicable&amp;nbsp;to the&amp;nbsp;feature class&amp;nbsp;level)&lt;UL&gt;&lt;LI&gt;Attribute Field&amp;nbsp;table (with a record for every field in all the attribute tables,&amp;nbsp;linked to the Master&amp;nbsp;record&lt;UL&gt;&lt;LI&gt;Field Value table (containing defined value/description pairs in every field, linked to the field record.) Table domain&amp;nbsp;content would&amp;nbsp;be&amp;nbsp;a subset of this table.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Those three tables would be enough, but the design could include other utility tables, as necessary to assist in such things as facilitating inheritance of metadata from master to derivative datasets, providing tools for an organization to manage the data included in the database, and for the database internal management.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By containing all the metadata in a relational database, its editing could make use of all the wonderful database tools we have (views, models, scripts, reports...), instead of being stuck in a manual one-off document for each dataset, as we currently are. Report formats could easily represent the data in whatever standard form is desired, and easily modified when the standard changes. Each geodatabase could then include its own copies of these three tables, which could allow export and import of metadata to the enterprise in ways that are far more robust than anything we have now. All the power of a SQL database, and related utilities could be brought to bear on the use and maintenance of this data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Integration with ArcGIS would include auto populating the fields that can come from the system (as currently done), but also, any domains in a geodatabase would automatically populate records in the field value table. Import export tools would be available, and consequently could be included in models and scripts. Imagine having the data manipulation power that we currently have for maps and tables applied to metadata!&lt;/P&gt;</description>
    <pubDate>Tue, 20 Sep 2022 22:01:46 GMT</pubDate>
    <dc:creator>TomShindler</dc:creator>
    <dc:date>2022-09-20T22:01:46Z</dc:date>
    <item>
      <title>Create an externally accessible Universal Metadata Database, and integrate it into ArcGIS</title>
      <link>https://community.esri.com/t5/data-management-ideas/create-an-externally-accessible-universal-metadata/idi-p/927893</link>
      <description>&lt;P&gt;Metadata needs a universal, externally accessible database, so that all of our data tools can be employed to build, maintain, and access it. This database needs to be integrated into ArcGIS, but accessible to any relational database management system.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Metadata has continued to be a major headache and stumbling block for GIS data stewards. The "standards" involve creating a document that is cumbersome and isolated. It can only be read by a human (or with custom XML code), it cannot be joined to or queried like a database, and can only have limited representations made from it. Editing is a very manual process. So it doesn't get done, and when it does, it is often not used, because the data is only document based.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I propose a that esri create and support&amp;nbsp;a database structure that would contain all the elements required by the various metadata standards, and be stored as accessible table objects in each level of a geodatabase, including SDE, where it could be exposed to all SQL tools. It would be relational, with&amp;nbsp;three core tables:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Master Dataset&amp;nbsp;table (containing a record for each&amp;nbsp;feature class, with all the info applicable&amp;nbsp;to the&amp;nbsp;feature class&amp;nbsp;level)&lt;UL&gt;&lt;LI&gt;Attribute Field&amp;nbsp;table (with a record for every field in all the attribute tables,&amp;nbsp;linked to the Master&amp;nbsp;record&lt;UL&gt;&lt;LI&gt;Field Value table (containing defined value/description pairs in every field, linked to the field record.) Table domain&amp;nbsp;content would&amp;nbsp;be&amp;nbsp;a subset of this table.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Those three tables would be enough, but the design could include other utility tables, as necessary to assist in such things as facilitating inheritance of metadata from master to derivative datasets, providing tools for an organization to manage the data included in the database, and for the database internal management.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By containing all the metadata in a relational database, its editing could make use of all the wonderful database tools we have (views, models, scripts, reports...), instead of being stuck in a manual one-off document for each dataset, as we currently are. Report formats could easily represent the data in whatever standard form is desired, and easily modified when the standard changes. Each geodatabase could then include its own copies of these three tables, which could allow export and import of metadata to the enterprise in ways that are far more robust than anything we have now. All the power of a SQL database, and related utilities could be brought to bear on the use and maintenance of this data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Integration with ArcGIS would include auto populating the fields that can come from the system (as currently done), but also, any domains in a geodatabase would automatically populate records in the field value table. Import export tools would be available, and consequently could be included in models and scripts. Imagine having the data manipulation power that we currently have for maps and tables applied to metadata!&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2022 22:01:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-ideas/create-an-externally-accessible-universal-metadata/idi-p/927893</guid>
      <dc:creator>TomShindler</dc:creator>
      <dc:date>2022-09-20T22:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: Create an externally accessible Universal Metadata Database, and integrate it into ArcGIS</title>
      <link>https://community.esri.com/t5/data-management-ideas/create-an-externally-accessible-universal-metadata/idc-p/927894#M602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The EPA metadata editor does just this. Version 3.5** works for all files. There are newer versions (4 and 5) that implement the international standard and integrate directly into ArcGIS, however, they do not work with Pro yet. Version 3.5 works from a more or less universal Access database.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Sep 2020 05:00:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-ideas/create-an-externally-accessible-universal-metadata/idc-p/927894#M602</guid>
      <dc:creator>RobertPendergrass1</dc:creator>
      <dc:date>2020-09-06T05:00:33Z</dc:date>
    </item>
  </channel>
</rss>

