<?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: Visualizing Repetitive Temporal Data in GIS in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/visualizing-repetitive-temporal-data-in-gis/m-p/650386#M32385</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Payne,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the end goal to symbolize the closure as it's shown in the app?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming the day of the week is the same each time, you might be able to use an Arcade function. Something like this may do the trick:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="comment token"&gt;//Values range from 0-6 where Sunday is 0 and Saturday is 6&lt;/SPAN&gt;

&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; Farmers &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; $feature&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;DayClosed
&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; dayOfWeek &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;Weekday&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;Now&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;

iif &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;Farmers &lt;SPAN class="operator token"&gt;==&lt;/SPAN&gt; dayOfWeek&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"Closed"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"Open"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Arcade reference:&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/arcade/function-reference/date_functions/#weekday" title="https://developers.arcgis.com/arcade/function-reference/date_functions/#weekday" rel="nofollow noopener noreferrer" target="_blank"&gt;Date Functions | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Overview of symbology with Arcade:&amp;nbsp;&lt;A class="link-titled" href="https://www.esri.com/arcgis-blog/products/mapping/mapping/use-arcade-expressions-to-map-your-ideas/" title="https://www.esri.com/arcgis-blog/products/mapping/mapping/use-arcade-expressions-to-map-your-ideas/" rel="nofollow noopener noreferrer" target="_blank"&gt;https://www.esri.com/arcgis-blog/products/mapping/mapping/use-arcade-expressions-to-map-your-ideas/&lt;/A&gt;&lt;/LI&gt;&lt;/UL&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;-Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Dec 2021 03:35:07 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2021-12-12T03:35:07Z</dc:date>
    <item>
      <title>Visualizing Repetitive Temporal Data in GIS</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/visualizing-repetitive-temporal-data-in-gis/m-p/650385#M32384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have a road closure map for the city (link below). The planning department updates this with any planned road closures. We have a farmer's market that shuts down a street once a week every week for the year. Is there anyway to create an entry in that GIS layer with a repetitive time frame without making 52 entries, one for each week of the year? This layer is created in AGOL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://sarasota.maps.arcgis.com/apps/TimeAware/index.html?appid=72b1531477c2493eaabe85a29f372d0d" title="http://sarasota.maps.arcgis.com/apps/TimeAware/index.html?appid=72b1531477c2493eaabe85a29f372d0d"&gt;http://sarasota.maps.arcgis.com/apps/TimeAware/index.html?appid=72b1531477c2493eaabe85a29f372d0d&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2019 13:17:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/visualizing-repetitive-temporal-data-in-gis/m-p/650385#M32384</guid>
      <dc:creator>PayneRingling</dc:creator>
      <dc:date>2019-11-21T13:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: Visualizing Repetitive Temporal Data in GIS</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/visualizing-repetitive-temporal-data-in-gis/m-p/650386#M32385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Payne,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the end goal to symbolize the closure as it's shown in the app?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming the day of the week is the same each time, you might be able to use an Arcade function. Something like this may do the trick:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="comment token"&gt;//Values range from 0-6 where Sunday is 0 and Saturday is 6&lt;/SPAN&gt;

&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; Farmers &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; $feature&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;DayClosed
&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; dayOfWeek &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;Weekday&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;Now&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;

iif &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;Farmers &lt;SPAN class="operator token"&gt;==&lt;/SPAN&gt; dayOfWeek&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"Closed"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"Open"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Arcade reference:&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/arcade/function-reference/date_functions/#weekday" title="https://developers.arcgis.com/arcade/function-reference/date_functions/#weekday" rel="nofollow noopener noreferrer" target="_blank"&gt;Date Functions | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Overview of symbology with Arcade:&amp;nbsp;&lt;A class="link-titled" href="https://www.esri.com/arcgis-blog/products/mapping/mapping/use-arcade-expressions-to-map-your-ideas/" title="https://www.esri.com/arcgis-blog/products/mapping/mapping/use-arcade-expressions-to-map-your-ideas/" rel="nofollow noopener noreferrer" target="_blank"&gt;https://www.esri.com/arcgis-blog/products/mapping/mapping/use-arcade-expressions-to-map-your-ideas/&lt;/A&gt;&lt;/LI&gt;&lt;/UL&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;-Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 03:35:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/visualizing-repetitive-temporal-data-in-gis/m-p/650386#M32385</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-12-12T03:35:07Z</dc:date>
    </item>
  </channel>
</rss>

