<?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: Pull Current Weather Temperature in Field Maps Form in ArcGIS Field Maps Questions</title>
    <link>https://community.esri.com/t5/arcgis-field-maps-questions/pull-current-weather-temperature-in-field-maps/m-p/1320898#M6829</link>
    <description>&lt;P&gt;Good question! I am not aware of a baked in method for retrieving external data points. I found this request but looks like it is still under consideration: &lt;A href="https://community.esri.com/t5/attribute-rules-ideas/attribute-rule-arcade-expression-calling/idi-p/936546" target="_self"&gt;HTTP Requests in Arcade&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I had to accomplish this, I would create a layer in AGOL that was updated via Python script every hour or so. Something simple like a Date and Temp column (or whatever other metrics you need).&lt;/P&gt;&lt;P&gt;Then, Arcade could pull the latest row from the table and populate fields that way.&lt;/P&gt;</description>
    <pubDate>Mon, 21 Aug 2023 20:12:51 GMT</pubDate>
    <dc:creator>KPyne</dc:creator>
    <dc:date>2023-08-21T20:12:51Z</dc:date>
    <item>
      <title>Pull Current Weather Temperature in Field Maps Form</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/pull-current-weather-temperature-in-field-maps/m-p/1320874#M6825</link>
      <description>&lt;P&gt;Is there a way to pull the current weather conditions into a form created in Field Maps?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have an inspection form that requires the current location's temperature, and I was seeing if that information could be pulled in when they open a new inspection.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2023 19:28:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/pull-current-weather-temperature-in-field-maps/m-p/1320874#M6825</guid>
      <dc:creator>DWebb</dc:creator>
      <dc:date>2023-08-21T19:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: Pull Current Weather Temperature in Field Maps Form</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/pull-current-weather-temperature-in-field-maps/m-p/1320898#M6829</link>
      <description>&lt;P&gt;Good question! I am not aware of a baked in method for retrieving external data points. I found this request but looks like it is still under consideration: &lt;A href="https://community.esri.com/t5/attribute-rules-ideas/attribute-rule-arcade-expression-calling/idi-p/936546" target="_self"&gt;HTTP Requests in Arcade&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I had to accomplish this, I would create a layer in AGOL that was updated via Python script every hour or so. Something simple like a Date and Temp column (or whatever other metrics you need).&lt;/P&gt;&lt;P&gt;Then, Arcade could pull the latest row from the table and populate fields that way.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2023 20:12:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/pull-current-weather-temperature-in-field-maps/m-p/1320898#M6829</guid>
      <dc:creator>KPyne</dc:creator>
      <dc:date>2023-08-21T20:12:51Z</dc:date>
    </item>
    <item>
      <title>Betreff: Pull Current Weather Temperature in Field Maps Form</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/pull-current-weather-temperature-in-field-maps/m-p/1320901#M6831</link>
      <description>hi, i don’t know how to do it in Field Maps directly but you can use applinking with Survey123 and do it there:&lt;BR /&gt;&lt;A href="https://community.esri.com/t5/arcgis-survey123-questions/survey123-using-pulldata-to-access-open-weather/m-p/1017702#M31993" target="_blank"&gt;https://community.esri.com/t5/arcgis-survey123-questions/survey123-using-pulldata-to-access-open-weather/m-p/1017702#M31993&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;the Survey123 data on the other side can also be shown in Field Maps.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Aug 2023 20:31:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/pull-current-weather-temperature-in-field-maps/m-p/1320901#M6831</guid>
      <dc:creator>HannesVogel</dc:creator>
      <dc:date>2023-08-21T20:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: Pull Current Weather Temperature in Field Maps Form</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/pull-current-weather-temperature-in-field-maps/m-p/1320945#M6832</link>
      <description>&lt;P&gt;You could try connecting with the Surface Weather Observations from the National Weather Service GIS Portal:&amp;nbsp;&lt;A href="https://www.weather.gov/gis/" target="_blank"&gt;https://www.weather.gov/gis/&lt;/A&gt;. Though it will only show you the near real time conditions at an airport. Lots of other cool data though, worth exploring.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2023 21:48:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/pull-current-weather-temperature-in-field-maps/m-p/1320945#M6832</guid>
      <dc:creator>SteveOwens</dc:creator>
      <dc:date>2023-08-21T21:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: Pull Current Weather Temperature in Field Maps Form</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/pull-current-weather-temperature-in-field-maps/m-p/1321091#M6834</link>
      <description>&lt;P&gt;Yes, a similar question was asked last year:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-field-maps-questions/automatically-include-current-weather-conditions/m-p/1192082" target="_blank"&gt;https://community.esri.com/t5/arcgis-field-maps-questions/automatically-include-current-weather-conditions/m-p/1192082&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Aug 2023 12:12:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/pull-current-weather-temperature-in-field-maps/m-p/1321091#M6834</guid>
      <dc:creator>sjones_esriau</dc:creator>
      <dc:date>2023-08-22T12:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: Pull Current Weather Temperature in Field Maps Form</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/pull-current-weather-temperature-in-field-maps/m-p/1322638#M6864</link>
      <description>&lt;P&gt;Hi and thank you for your question! I used some weather station data from &lt;A href="https://nitro.maps.arcgis.com/home/item.html?id=cb1886ff0a9d4156ba4d2fadd7e8a139" target="_self"&gt;The Living Atlas&lt;/A&gt;&amp;nbsp;and added it to my map. Then I used this Arcade expression to pull the temperature from the nearest station:&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;var weatherStations = FeatureSetByName($map, "Stations")

var nearestStation = First(Intersects(weatherStations, BufferGeodetic($feature, 10, 'miles')))

return nearestStation.TEMP + "°F"&lt;/LI-CODE&gt;&lt;P&gt;I hope you find this helpful.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Aug 2023 19:01:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/pull-current-weather-temperature-in-field-maps/m-p/1322638#M6864</guid>
      <dc:creator>KerriRasmussen</dc:creator>
      <dc:date>2023-08-25T19:01:58Z</dc:date>
    </item>
  </channel>
</rss>

