<?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: Survey123 Open Weather One Call API 3.0 - Historical Weather in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-open-weather-one-call-api-3-0-historical/m-p/1313262#M50917</link>
    <description>&lt;P&gt;I know it's been a while since OP, but I've gotten this to work for the non-historical dataset (e.g. v2.5):&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MFazio_1-1690577235767.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/76712i6745B8CF03B3AFEA/image-size/large?v=v2&amp;amp;px=999" role="button" title="MFazio_1-1690577235767.png" alt="MFazio_1-1690577235767.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm now attempting to use the historical One Call to get weather for past surveys and am not able to get the fields to populate after selecting a date. Thinking it has something to do with the fact that maybe the API call fires off as soon as the survey opens and thus the date field is blank?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 28 Jul 2023 20:48:40 GMT</pubDate>
    <dc:creator>MFazio</dc:creator>
    <dc:date>2023-07-28T20:48:40Z</dc:date>
    <item>
      <title>Survey123 Open Weather One Call API 3.0 - Historical Weather</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-open-weather-one-call-api-3-0-historical/m-p/1262158#M47686</link>
      <description>&lt;P&gt;I am make a form that I would like to call historical weather information when the user picks a date. I was able to get a general JSON response but am having trouble calling individual fields like precipitation. I am using Open Weather One Call API 3.0. Attached is the test xls form and js file for reference.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2023 21:30:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-open-weather-one-call-api-3-0-historical/m-p/1262158#M47686</guid>
      <dc:creator>DanLissick</dc:creator>
      <dc:date>2023-02-27T21:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Open Weather One Call API 3.0 - Historical Weather</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-open-weather-one-call-api-3-0-historical/m-p/1262241#M47690</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/94259"&gt;@DanLissick&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;To extract JSON from the response you will need to use &lt;A href="https://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformformulas.htm#ESRI_SECTION1_5BD038C2B4F145BFB2886EB800E1237E" target="_self"&gt;pulldata("@json")&lt;/A&gt; in order to access specific properties.&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have a JavaScript sample available in Connect that shows how to use the pulldata("@json") function.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 01:11:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-open-weather-one-call-api-3-0-historical/m-p/1262241#M47690</guid>
      <dc:creator>ZacharySutherby</dc:creator>
      <dc:date>2023-02-28T01:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Open Weather One Call API 3.0 - Historical Weather</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-open-weather-one-call-api-3-0-historical/m-p/1262247#M47693</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/251557"&gt;@ZacharySutherby&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do have that function in the attached documents. What I am looking for help on is a specific formatting pulldata("@json"). Here is an example:&amp;nbsp;pulldata("@json", ${weather_json}, "weather[0].main"). Using the&amp;nbsp;Open Weather One Call API 3.0 - Historical Weather do you know how "weather[0].main" should be formatted? I can get Row 13 to run but now row 14 in the attached .xlsx. I have also attach the.js file.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 01:51:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-open-weather-one-call-api-3-0-historical/m-p/1262247#M47693</guid>
      <dc:creator>DanLissick</dc:creator>
      <dc:date>2023-02-28T01:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Open Weather One Call API 3.0 - Historical Weather</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-open-weather-one-call-api-3-0-historical/m-p/1313262#M50917</link>
      <description>&lt;P&gt;I know it's been a while since OP, but I've gotten this to work for the non-historical dataset (e.g. v2.5):&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MFazio_1-1690577235767.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/76712i6745B8CF03B3AFEA/image-size/large?v=v2&amp;amp;px=999" role="button" title="MFazio_1-1690577235767.png" alt="MFazio_1-1690577235767.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm now attempting to use the historical One Call to get weather for past surveys and am not able to get the fields to populate after selecting a date. Thinking it has something to do with the fact that maybe the API call fires off as soon as the survey opens and thus the date field is blank?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2023 20:48:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-open-weather-one-call-api-3-0-historical/m-p/1313262#M50917</guid>
      <dc:creator>MFazio</dc:creator>
      <dc:date>2023-07-28T20:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Open Weather One Call API 3.0 - Historical Weather</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-open-weather-one-call-api-3-0-historical/m-p/1537235#M59049</link>
      <description>&lt;P&gt;Did you ever get this to work correctly? i am trying to do something similar for an odor report near a landfill and I am trying to collect the weather information for the time and date inputted by the end user. Any and all help is greatly appreciated. The regular weather.js is working for current but that may not actually tell me the correct conditions when the odor was noticed. Thank you in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2024 10:13:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-open-weather-one-call-api-3-0-historical/m-p/1537235#M59049</guid>
      <dc:creator>jeffhyderBRVA</dc:creator>
      <dc:date>2024-09-11T10:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Open Weather One Call API 3.0 - Historical Weather</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-open-weather-one-call-api-3-0-historical/m-p/1537280#M59058</link>
      <description>&lt;P&gt;I was not able to get this to work. I believe you would need to pay for the Open Weather api instead of using the free version. If you ever find a solution I would I would appreciate a response to this post.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2024 13:12:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-open-weather-one-call-api-3-0-historical/m-p/1537280#M59058</guid>
      <dc:creator>DanLissick</dc:creator>
      <dc:date>2024-09-11T13:12:05Z</dc:date>
    </item>
  </channel>
</rss>

