<?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 Overlaying weather information in ArcGIS Runtime SDK for WPF (Retired) Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/overlaying-weather-information/m-p/553363#M2797</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to overlay a &lt;/SPAN&gt;&lt;STRONG&gt;small portion&lt;/STRONG&gt;&lt;SPAN&gt; of the "World Street Map" with weather information.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How can I do it? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Details of available files:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Number of Files: 2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;File format: png (cloud image), pgw (coordinates and other information of the png)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Oct 2013 05:01:54 GMT</pubDate>
    <dc:creator>StanleyHo</dc:creator>
    <dc:date>2013-10-07T05:01:54Z</dc:date>
    <item>
      <title>Overlaying weather information</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/overlaying-weather-information/m-p/553363#M2797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to overlay a &lt;/SPAN&gt;&lt;STRONG&gt;small portion&lt;/STRONG&gt;&lt;SPAN&gt; of the "World Street Map" with weather information.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How can I do it? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Details of available files:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Number of Files: 2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;File format: png (cloud image), pgw (coordinates and other information of the png)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 05:01:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/overlaying-weather-information/m-p/553363#M2797</guid>
      <dc:creator>StanleyHo</dc:creator>
      <dc:date>2013-10-07T05:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: Overlaying weather information</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/overlaying-weather-information/m-p/553364#M2798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;After reading around a bit, I notice what I have is actually a world file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a png file (cloud image) and a world file (6 line).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;World file content is &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;0.012500&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;0.000000&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;0.000000&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-0.012504&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;70.925000&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;28.677712&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How can I overlay my image with the information provided in the file?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 04:54:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/overlaying-weather-information/m-p/553364#M2798</guid>
      <dc:creator>StanleyHo</dc:creator>
      <dc:date>2013-10-24T04:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: Overlaying weather information</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/overlaying-weather-information/m-p/553365#M2799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Because you image is probably going to be updated quite frequently take a look at&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Creating custom dynamic map layer at &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.DynamicMapServiceLayer.html"&gt;http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.DynamicMapServiceLayer.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;David&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 12:05:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/overlaying-weather-information/m-p/553365#M2799</guid>
      <dc:creator>DavidLednik</dc:creator>
      <dc:date>2013-10-24T12:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: Overlaying weather information</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/overlaying-weather-information/m-p/553366#M2800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The weather overlay information is on demand.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;They will load the image depending on the whether they wants it or not.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Oct 2013 04:10:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/overlaying-weather-information/m-p/553366#M2800</guid>
      <dc:creator>StanleyHo</dc:creator>
      <dc:date>2013-10-25T04:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: Overlaying weather information</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/overlaying-weather-information/m-p/553367#M2801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can you access the data as WMS layer by any chance?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In this case the solution is quite simple. Just add WMS layer to your map with the URL of the cloud service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;David&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Oct 2013 08:51:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/overlaying-weather-information/m-p/553367#M2801</guid>
      <dc:creator>DavidLednik</dc:creator>
      <dc:date>2013-10-28T08:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: Overlaying weather information</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/overlaying-weather-information/m-p/553368#M2802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I was able to find some services being hosted by the National Weather Service&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/NOAA&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;gis.srh.noaa.gov&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Oct 2013 14:53:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/overlaying-weather-information/m-p/553368#M2802</guid>
      <dc:creator>BrianLocke</dc:creator>
      <dc:date>2013-10-29T14:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: Overlaying weather information</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/overlaying-weather-information/m-p/553369#M2803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the reply and sorry for the late reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't have access internet ability. Thus I can only load it through files stored in the system.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Data are pass from the internet to the internal network via some means.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 01:37:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/overlaying-weather-information/m-p/553369#M2803</guid>
      <dc:creator>StanleyHo</dc:creator>
      <dc:date>2014-03-04T01:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: Overlaying weather information</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/overlaying-weather-information/m-p/553370#M2804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What format do they come in?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Are this shp files? If they are then the bad news is that we don't support them.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You would have to package them and load them with Runtime.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But if they change frequently it's going to be a lot of work to keep them up to date.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you have ArcGIS server available I would suggest publishing them on the server and pull them in runtime via REST end point.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;David&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2014 09:11:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/overlaying-weather-information/m-p/553370#M2804</guid>
      <dc:creator>DavidLednik</dc:creator>
      <dc:date>2014-03-11T09:11:44Z</dc:date>
    </item>
  </channel>
</rss>

