<?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: get weather information in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/get-weather-information/m-p/425436#M39131</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Faryal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you got any solution or rest service to get current weather details based on lat,long. I am also in the same boat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Arun E&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 May 2018 16:13:25 GMT</pubDate>
    <dc:creator>arunepuri1</dc:creator>
    <dc:date>2018-05-01T16:13:25Z</dc:date>
    <item>
      <title>get weather information</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/get-weather-information/m-p/425432#M39127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i wanted to display weather information of the current map location. i have got current map location by using following code&amp;nbsp;&lt;/P&gt;&lt;P&gt;var x = map.extent.getCenter().getLatitude(); &lt;BR /&gt;var y = map.extent.getCenter().getLongitude();&lt;/P&gt;&lt;P&gt;document.getElementById("txtx").value = x;&lt;BR /&gt;document.getElementById("txty").value = y;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but now i am stuck to how to get weather information.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 10:42:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/get-weather-information/m-p/425432#M39127</guid>
      <dc:creator>FaryalSafdar</dc:creator>
      <dc:date>2017-07-04T10:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: get weather information</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/get-weather-information/m-p/425433#M39128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If u have the weather info as a layer (as rest service) u can use it on the map with map.addLayer() function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 21:12:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/get-weather-information/m-p/425433#M39128</guid>
      <dc:creator>EvelynHernandez</dc:creator>
      <dc:date>2017-07-04T21:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: get weather information</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/get-weather-information/m-p/425434#M39129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no i meant like weather widget it display info like current temperature etc. i donot have weather info as layer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 03:40:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/get-weather-information/m-p/425434#M39129</guid>
      <dc:creator>FaryalSafdar</dc:creator>
      <dc:date>2017-07-05T03:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: get weather information</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/get-weather-information/m-p/425435#M39130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Faryal, there is no prebuilt widget that I know of to do this. &amp;nbsp;You will need to create or locate a weather service to bring into your application. &amp;nbsp;Just doing a quick google search brings up a couple of things that may help you. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.arcgis.com/apps/PublicInformation/index.html?appid=da323cfd6fdb47ba82736e5a601f5f87" title="https://www.arcgis.com/apps/PublicInformation/index.html?appid=da323cfd6fdb47ba82736e5a601f5f87"&gt;Public Information Map&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is an ArcGIS Online map that contains a radar service, NOAA weather alerts, and it looks like an accuweather service. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.arcgis.com/home/item.html?id=d16d53126f1243a3a7a7f1d0dff39662" title="https://www.arcgis.com/home/item.html?id=d16d53126f1243a3a7a7f1d0dff39662"&gt;https://www.arcgis.com/home/item.html?id=d16d53126f1243a3a7a7f1d0dff39662&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the webmap that powers the above application. &amp;nbsp;The layers in the map may be of particular use to you.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2017 17:58:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/get-weather-information/m-p/425435#M39130</guid>
      <dc:creator>AndrewFarrar</dc:creator>
      <dc:date>2017-07-06T17:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: get weather information</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/get-weather-information/m-p/425436#M39131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Faryal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you got any solution or rest service to get current weather details based on lat,long. I am also in the same boat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Arun E&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 May 2018 16:13:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/get-weather-information/m-p/425436#M39131</guid>
      <dc:creator>arunepuri1</dc:creator>
      <dc:date>2018-05-01T16:13:25Z</dc:date>
    </item>
  </channel>
</rss>

