<?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>topic Re: Advice on Storing Multiple Temporal/Time-Aware Attributes in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/advice-on-storing-multiple-temporal-time-aware/m-p/425892#M24388</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Xander, most of them will have a single date value based on year, some will have start and end dates (also based on year).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Aug 2016 07:57:50 GMT</pubDate>
    <dc:creator>HenryKo3</dc:creator>
    <dc:date>2016-08-15T07:57:50Z</dc:date>
    <item>
      <title>Advice on Storing Multiple Temporal/Time-Aware Attributes</title>
      <link>https://community.esri.com/t5/data-management-questions/advice-on-storing-multiple-temporal-time-aware/m-p/425889#M24385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are there any best practice / advice on storing multiple temporal attributes in geodatabases (SQL or file)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a feature class that have multiple attributes that change over time. For example, a "Cities" feature class can have attributes of "Population Size", "Pollution", "Accident Counts"... etc that change over time (per year). We want to show the attribute changes over time as a time-aware layer in ArcMap and a JavaScript API app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What would be the best way of storing such information? So I will have a "Cities" feature class. Should I have separate tables such as "CitiesPopulationSize" and "CitiesAccidentCounts", or should I use one single table storing all the time-based attributes? We can have many time-aware attributes for the several feature classes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone got any ideas/experience with this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2016 02:29:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/advice-on-storing-multiple-temporal-time-aware/m-p/425889#M24385</guid>
      <dc:creator>HenryKo3</dc:creator>
      <dc:date>2016-08-10T02:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: Advice on Storing Multiple Temporal/Time-Aware Attributes</title>
      <link>https://community.esri.com/t5/data-management-questions/advice-on-storing-multiple-temporal-time-aware/m-p/425890#M24386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Henry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you checked archive option in geodatabase. Here is the web help link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/10.3/manage-data/geodatabases/the-archive-process.htm" title="http://desktop.arcgis.com/en/arcmap/10.3/manage-data/geodatabases/the-archive-process.htm"&gt;The archive process—ArcGIS Help | ArcGIS for Desktop&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It helps to keep track of chnages of feature in time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Biraja &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2016 17:45:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/advice-on-storing-multiple-temporal-time-aware/m-p/425890#M24386</guid>
      <dc:creator>BirajaNayak</dc:creator>
      <dc:date>2016-08-11T17:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: Advice on Storing Multiple Temporal/Time-Aware Attributes</title>
      <link>https://community.esri.com/t5/data-management-questions/advice-on-storing-multiple-temporal-time-aware/m-p/425891#M24387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would probably use separate featureclasses for each attribute (&lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;"Population Size", "Pollution", "Accident Counts", etc&lt;/SPAN&gt;), since the change in time may take different time intervals. Enable time according to the specifics for each attribute. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have single dates per feature or start and end dates? I assume that a city has multiple features each with its own measurement (or projection of the data into future). &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2016 18:11:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/advice-on-storing-multiple-temporal-time-aware/m-p/425891#M24387</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2016-08-11T18:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: Advice on Storing Multiple Temporal/Time-Aware Attributes</title>
      <link>https://community.esri.com/t5/data-management-questions/advice-on-storing-multiple-temporal-time-aware/m-p/425892#M24388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Xander, most of them will have a single date value based on year, some will have start and end dates (also based on year).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Aug 2016 07:57:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/advice-on-storing-multiple-temporal-time-aware/m-p/425892#M24388</guid>
      <dc:creator>HenryKo3</dc:creator>
      <dc:date>2016-08-15T07:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: Advice on Storing Multiple Temporal/Time-Aware Attributes</title>
      <link>https://community.esri.com/t5/data-management-questions/advice-on-storing-multiple-temporal-time-aware/m-p/425893#M24389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then keep everything separate and bring the pieces together as you find a need for them. &amp;nbsp;Since you seem to have a disparate collection of information, there is little to be gained by aggregation into a fixed structure until you know what you wish to do with the data. &amp;nbsp;Nothing is stopping you from aggregating at a later stage, since the aggregation structure may become more apparent as you get more data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Aug 2016 08:12:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/advice-on-storing-multiple-temporal-time-aware/m-p/425893#M24389</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-08-15T08:12:06Z</dc:date>
    </item>
  </channel>
</rss>

