<?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: NOAA RSS feed download and join in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/noaa-rss-feed-download-and-join/m-p/549148#M42887</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;In the feed entries the 'geometry' is given as sets of UGC or FIPS6 boundary names, for each weather warning.&amp;nbsp; You could read the XML with Requests, extract the records, generate geometry by (say) a Query on a feature service in ArcGIS Online or a local copy of the boundaries, then do a local overlay with your shapefile.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is quite a mission for someone new to Python.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An alternative, if you have money to throw at this (licensing an extension), is creating a custom data format using the Data Interoperability extension - no coding but some configuration, based on reading RSS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Feb 2015 23:49:18 GMT</pubDate>
    <dc:creator>BruceHarold</dc:creator>
    <dc:date>2015-02-23T23:49:18Z</dc:date>
    <item>
      <title>NOAA RSS feed download and join</title>
      <link>https://community.esri.com/t5/python-questions/noaa-rss-feed-download-and-join/m-p/549147#M42886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to craft up a Python script that will download the XML files from this RSS Feed - &lt;A href="http://alerts.weather.gov/cap/us.php?x=0" title="http://alerts.weather.gov/cap/us.php?x=0"&gt;http://alerts.weather.gov/cap/us.php?x=0&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After downloading them, I'd then like to join them with the April 2015 shapefile from NOAA - &lt;A href="http://www.nws.noaa.gov/geodata/catalog/wsom/html/pubzone.htm" title="http://www.nws.noaa.gov/geodata/catalog/wsom/html/pubzone.htm"&gt;AWIPS Map Database Catalog - Public Forecast Zones&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They have similar naming conventions so it should work. I'm new to Python so I don't really know where to begin. I've read about BeautifulSoup, Feedparser, Requests, etc. but I'm still confused.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have IDLE, the arcpy library, Arc Desktop 10.2.2, and Python 2.7.5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The main goal of this script would be so that I don't have to rely on the NOAA ArcGIS Online services for data. There are times when it is down but I still need geospatial watches &amp;amp; warnings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance. Looking forward to help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2015 22:48:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/noaa-rss-feed-download-and-join/m-p/549147#M42886</guid>
      <dc:creator>PhilipWelsh</dc:creator>
      <dc:date>2015-02-23T22:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: NOAA RSS feed download and join</title>
      <link>https://community.esri.com/t5/python-questions/noaa-rss-feed-download-and-join/m-p/549148#M42887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;In the feed entries the 'geometry' is given as sets of UGC or FIPS6 boundary names, for each weather warning.&amp;nbsp; You could read the XML with Requests, extract the records, generate geometry by (say) a Query on a feature service in ArcGIS Online or a local copy of the boundaries, then do a local overlay with your shapefile.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is quite a mission for someone new to Python.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An alternative, if you have money to throw at this (licensing an extension), is creating a custom data format using the Data Interoperability extension - no coding but some configuration, based on reading RSS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2015 23:49:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/noaa-rss-feed-download-and-join/m-p/549148#M42887</guid>
      <dc:creator>BruceHarold</dc:creator>
      <dc:date>2015-02-23T23:49:18Z</dc:date>
    </item>
  </channel>
</rss>

