<?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: Can you automatically interpolate data? in Renewable Energy Questions</title>
    <link>https://community.esri.com/t5/renewable-energy-questions/can-you-automatically-interpolate-data/m-p/400479#M23</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The link to the data is here:&amp;nbsp;&lt;A class="link-titled" href="https://www.nco.ncep.noaa.gov/pmb/products/rtma/" title="https://www.nco.ncep.noaa.gov/pmb/products/rtma/"&gt;NCEP Data Products RTMA/URMA&lt;/A&gt;, you'll also need to convert from grib2 -&amp;gt; raster format such as NetCDF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV class="" style="color: #111111; font-size: 0.875rem; margin-bottom: 15px;"&gt;The Climate Data Operators (CDO) offers a way to convert grib into netcdf files:&lt;/DIV&gt;&lt;DIV class="" style="color: #111111; font-size: 0.875rem; margin-bottom: 15px;"&gt;cdo -f nc copy file.grb &lt;A class="" href="https://www.researchgate.net/deref/http%3A%2F%2Ffile.nc" rel="noopener" style="color: inherit; border: 0px; font-weight: inherit; text-decoration: underline; font-size: inherit;" target="_blank"&gt;file.nc&lt;/A&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Oct 2019 20:26:26 GMT</pubDate>
    <dc:creator>SeanMiller2</dc:creator>
    <dc:date>2019-10-15T20:26:26Z</dc:date>
    <item>
      <title>Can you automatically interpolate data?</title>
      <link>https://community.esri.com/t5/renewable-energy-questions/can-you-automatically-interpolate-data/m-p/400476#M20</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working on a Real-time weather map in ArcGIS Online. I am pulling in weather station data from NOAA which gives me the air temperature at recording stations. My goal is for the data to be interpolated between the points, allowing users to click on their house and receive a pop-up dialog showing them their estimated (interpolated) temperature at their location. Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2019 13:28:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/renewable-energy-questions/can-you-automatically-interpolate-data/m-p/400476#M20</guid>
      <dc:creator>MatthewHedrick</dc:creator>
      <dc:date>2019-10-10T13:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: Can you automatically interpolate data?</title>
      <link>https://community.esri.com/t5/renewable-energy-questions/can-you-automatically-interpolate-data/m-p/400477#M21</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why not just use the &lt;A href="https://nomads.ncep.noaa.gov/txt_descriptions/RTMA_doc.shtml"&gt;Real Time Mesoscale analysis&lt;/A&gt; gridded dataset from NOAA and not worry about the issues you typically encounter with different interpolation schemes and deficiencies that might be present due to the sparsity or uneven distribution of observations?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2019 16:12:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/renewable-energy-questions/can-you-automatically-interpolate-data/m-p/400477#M21</guid>
      <dc:creator>SeanMiller2</dc:creator>
      <dc:date>2019-10-15T16:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: Can you automatically interpolate data?</title>
      <link>https://community.esri.com/t5/renewable-energy-questions/can-you-automatically-interpolate-data/m-p/400478#M22</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have something similar that I wish I could use, but it is a map image layer. Therefore, it does not allow for a pop-up box when the map is clicked, which is what I want. I looked at the link you provided and did not see a way to access the data other than on their webpage.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2019 20:16:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/renewable-energy-questions/can-you-automatically-interpolate-data/m-p/400478#M22</guid>
      <dc:creator>MatthewHedrick</dc:creator>
      <dc:date>2019-10-15T20:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: Can you automatically interpolate data?</title>
      <link>https://community.esri.com/t5/renewable-energy-questions/can-you-automatically-interpolate-data/m-p/400479#M23</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The link to the data is here:&amp;nbsp;&lt;A class="link-titled" href="https://www.nco.ncep.noaa.gov/pmb/products/rtma/" title="https://www.nco.ncep.noaa.gov/pmb/products/rtma/"&gt;NCEP Data Products RTMA/URMA&lt;/A&gt;, you'll also need to convert from grib2 -&amp;gt; raster format such as NetCDF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV class="" style="color: #111111; font-size: 0.875rem; margin-bottom: 15px;"&gt;The Climate Data Operators (CDO) offers a way to convert grib into netcdf files:&lt;/DIV&gt;&lt;DIV class="" style="color: #111111; font-size: 0.875rem; margin-bottom: 15px;"&gt;cdo -f nc copy file.grb &lt;A class="" href="https://www.researchgate.net/deref/http%3A%2F%2Ffile.nc" rel="noopener" style="color: inherit; border: 0px; font-weight: inherit; text-decoration: underline; font-size: inherit;" target="_blank"&gt;file.nc&lt;/A&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2019 20:26:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/renewable-energy-questions/can-you-automatically-interpolate-data/m-p/400479#M23</guid>
      <dc:creator>SeanMiller2</dc:creator>
      <dc:date>2019-10-15T20:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: Can you automatically interpolate data?</title>
      <link>https://community.esri.com/t5/renewable-energy-questions/can-you-automatically-interpolate-data/m-p/400480#M24</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, but unfortunately I do not have access to my organization's web server to do the file conversion. I found a custom widget that should work out fine. Thank you again for your suggestions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Oct 2019 19:48:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/renewable-energy-questions/can-you-automatically-interpolate-data/m-p/400480#M24</guid>
      <dc:creator>MatthewHedrick</dc:creator>
      <dc:date>2019-10-17T19:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: Can you automatically interpolate data?</title>
      <link>https://community.esri.com/t5/renewable-energy-questions/can-you-automatically-interpolate-data/m-p/400481#M25</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome! Curious, where'd you find the widget if you wouldn't mind sharing?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Sean&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Oct 2019 23:35:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/renewable-energy-questions/can-you-automatically-interpolate-data/m-p/400481#M25</guid>
      <dc:creator>SeanMiller2</dc:creator>
      <dc:date>2019-10-17T23:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: Can you automatically interpolate data?</title>
      <link>https://community.esri.com/t5/renewable-energy-questions/can-you-automatically-interpolate-data/m-p/400482#M26</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure thing! Here is the link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/docs/DOC-10486-weather-widget-version-100-9142017"&gt;https://community.esri.com/docs/DOC-10486-weather-widget-version-100-9142017&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I haven't tried it out quite yet as our organization doesn't have WebAppBuilder Developer Edition, but I've been told we are looking into getting it in the near future. Hope it helps you out!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2019 12:10:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/renewable-energy-questions/can-you-automatically-interpolate-data/m-p/400482#M26</guid>
      <dc:creator>MatthewHedrick</dc:creator>
      <dc:date>2019-10-21T12:10:21Z</dc:date>
    </item>
  </channel>
</rss>

