<?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: Select only streets that run north-south in Community Development Questions</title>
    <link>https://community.esri.com/t5/community-development-questions/select-only-streets-that-run-north-south/m-p/785696#M20</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tagging several people who might already have solutions to something like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/people/rfairhur24"&gt;rfairhur24&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/people/xander_bakker"&gt;xander_bakker&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/people/timw1984"&gt;timw1984&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/people/Dan_Patterson"&gt;Dan_Patterson&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Feb 2017 17:02:34 GMT</pubDate>
    <dc:creator>IanMurray</dc:creator>
    <dc:date>2017-02-10T17:02:34Z</dc:date>
    <item>
      <title>Select only streets that run north-south</title>
      <link>https://community.esri.com/t5/community-development-questions/select-only-streets-that-run-north-south/m-p/785693#M17</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to select streets based on their direction? I am actually missing the N or S prefix for my street names, so I cannot filter based on that criteria. I am hoping to select these streets to run a field calculator that enters the prefix direction.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2017 13:48:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/community-development-questions/select-only-streets-that-run-north-south/m-p/785693#M17</guid>
      <dc:creator>ShannonGrumbly2</dc:creator>
      <dc:date>2017-02-10T13:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: Select only streets that run north-south</title>
      <link>https://community.esri.com/t5/community-development-questions/select-only-streets-that-run-north-south/m-p/785694#M18</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In theory, if one has an &lt;EM&gt;Advanced&lt;/EM&gt; license, one could do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; Use &lt;EM&gt;Feature Vertices to Points&lt;/EM&gt; with the &lt;EM&gt;Both Ends&lt;/EM&gt; option to create end points for each street.&amp;nbsp; &lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/feature-vertices-to-points.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/feature-vertices-to-points.htm"&gt;Feature Vertices To Points—Data Management toolbox | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Copy the Feature Class.&lt;/P&gt;&lt;P&gt;3.&amp;nbsp; Use &lt;EM&gt;Generate Near Table&lt;/EM&gt;, using the original and the copy, and with the ANGLE option on&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Generate_Near_Table/00080000001n000000/" title="http://resources.arcgis.com/en/help/main/10.1/index.html#/Generate_Near_Table/00080000001n000000/"&gt;ArcGIS Help 10.1&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;4.&amp;nbsp; Cull the data down in the resulting output table to the original end points and check the angle of matching points (the output will be a comparison of all points to all points, so will be many records, of which only a few are actually needed).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I suspect some Spatial Joins will be needed here to keep the points correlated with the roads so one can eliminate the many unneeded angle results generated.&amp;nbsp; Alternatively, one could work out this process in &lt;EM&gt;Modelbuilder&lt;/EM&gt; by &lt;EM&gt;Iterating&lt;/EM&gt; just one street at a time so as to keep the confusion down.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Also, note the angle directions comment from the &lt;EM&gt;Generate Near Table&lt;/EM&gt; tool help:&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;A near angle measures from the x-axis (horizontal axis) to the direction of the line connecting an input feature to its nearest feature at their closest locations, and it is within the range of 0 to 180 or 0 to -180 decimal degrees - 0 to the east, 90 to the north, 180 (-180°) to the west, and -90 to the south.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In other words, the measuring starts at zero with East, then increases as one goes counter-clockwise to North, producing positive angles.&amp;nbsp; So North is 90 degrees, increasing to a maximum of 180 degrees at West.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Starting at East and heading to South (clockwise), the angle values are increasingly negative.&amp;nbsp; East is zero and South is -90, and West is at -180.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a result, to query out North for your streets, try checking for an angle between 45 and 135.&amp;nbsp; For South, check&amp;nbsp; between -45 to -135.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Caveats:&lt;/P&gt;&lt;P&gt;This assumes the street data is set up in a way that allows checking of whole streets.&amp;nbsp; If a street is segmented out into multiple pieces, a &lt;EM&gt;Dissolve&lt;/EM&gt; or other aggregation method may be needed to combine the pieces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, I suspect there probably is a refined way to do all this in &lt;EM&gt;Python&lt;/EM&gt;.&amp;nbsp; I'll leave suggestions on how to do that to the many Python guru's we have here on GeoNet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris Donohue, GISP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT:&amp;nbsp; cleaned up some wording for clarity&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2017 16:23:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/community-development-questions/select-only-streets-that-run-north-south/m-p/785694#M18</guid>
      <dc:creator>ChrisDonohue__GISP</dc:creator>
      <dc:date>2017-02-10T16:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: Select only streets that run north-south</title>
      <link>https://community.esri.com/t5/community-development-questions/select-only-streets-that-run-north-south/m-p/785695#M19</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a great work-around! I will try this out and let you know how it goes. Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2017 16:42:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/community-development-questions/select-only-streets-that-run-north-south/m-p/785695#M19</guid>
      <dc:creator>ShannonGrumbly2</dc:creator>
      <dc:date>2017-02-10T16:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: Select only streets that run north-south</title>
      <link>https://community.esri.com/t5/community-development-questions/select-only-streets-that-run-north-south/m-p/785696#M20</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tagging several people who might already have solutions to something like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/people/rfairhur24"&gt;rfairhur24&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/people/xander_bakker"&gt;xander_bakker&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/people/timw1984"&gt;timw1984&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/people/Dan_Patterson"&gt;Dan_Patterson&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2017 17:02:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/community-development-questions/select-only-streets-that-run-north-south/m-p/785696#M20</guid>
      <dc:creator>IanMurray</dc:creator>
      <dc:date>2017-02-10T17:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: Select only streets that run north-south</title>
      <link>https://community.esri.com/t5/community-development-questions/select-only-streets-that-run-north-south/m-p/785697#M21</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just have a bunch of field calculator defs that work with angles, that may be useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2017 19:40:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/community-development-questions/select-only-streets-that-run-north-south/m-p/785697#M21</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-02-10T19:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: Select only streets that run north-south</title>
      <link>https://community.esri.com/t5/community-development-questions/select-only-streets-that-run-north-south/m-p/785698#M22</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I find that it very useful to calculate the X and Y coordinates of both ends of my network lines into four separate double fields stored in the line attributes (FROM_X, FROM_Y, TO_X, TO_Y).&amp;nbsp; You can easily calculate the values for&amp;nbsp;these fields using the geometry calculator.&amp;nbsp; I automatically maintain these fields whenever I edit the line geometry using the Attribute Assistant X_Coordinate and Y_Coordinate methods with the S (start) or E (end) value options (only works for geodatabases, not shapefiles).&amp;nbsp; As Chris Donohue, GISP, said, if your network is highly segmented and&amp;nbsp;you want the overall trend of a complete road you would need to use the Dissolve tool, Create Route tool or some other aggregating tool first to get those trends.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you have these coordinate fields it is relatively straight forward to select the lines that are trending more north/south than east/west provided you are using a projected coordinate system (which expresses coordinates in linear units like meters or feet) and your lines are not very sinuous (curvy) or multipart lines with large gaps or self intersections.&amp;nbsp; You can do a selection like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To find north trending lines:&lt;/P&gt;&lt;P&gt;ABS(TO_X - FROM_X) &amp;lt; ABS(TO_Y - FROM_Y) AND FROM_Y &amp;lt; TO_Y&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To find south trending lines:&lt;/P&gt;&lt;P&gt;ABS(TO_X - FROM_X) &amp;lt; ABS(TO_Y - FROM_Y) AND FROM_Y &amp;gt; TO_Y&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are concerned that some of your roads are very curvy you can separate those roads as long as you have a length field (for geodatabases this is built-in, but for shapefiles you have to calculate this using the geometry calculator or a python calculation).&amp;nbsp; Assuming the linear units of the length and coordinates are the same kind, you can exclude sinuous roads&amp;nbsp;by adding this clause to the selection expressions above (this SQL&amp;nbsp;works for a File Geodatabase and shapefile and may not work for Personal Geodatabases and enterprise geodatabases like SQL Server and Oracle):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AND Shape_Length / Power((Power(From_X - To_X, 2) + Power(From_Y - To_Y, 2)), 0.5)&amp;nbsp;&amp;lt;= 1.5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change the above expression to&amp;nbsp;&amp;gt; 1.5 to find roads that are considered meandering.&amp;nbsp; You can adjust the sinuosity factor number (1.5)&amp;nbsp;to higher numbers to tolerate more curviness, or to lower numbers to tolerate less curviness.&amp;nbsp; A perfectly straight singlepart line has a sinuosity factor of 1.&amp;nbsp; Closed lines (lines that start and end at the same point) have an infinite or divide by zero error&amp;nbsp;sinuosity factor.&amp;nbsp; Multipart lines with large gaps between parts can have a sinuosity factor that is less than 1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2017 21:22:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/community-development-questions/select-only-streets-that-run-north-south/m-p/785698#M22</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2017-02-10T21:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: Select only streets that run north-south</title>
      <link>https://community.esri.com/t5/community-development-questions/select-only-streets-that-run-north-south/m-p/785699#M23</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;forgot the link.. here is one, you can substitute the firstpoint last point with a variety of other combinations.&amp;nbsp; for example, you can formulate a&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;'start point' or 'end point' from&lt;UL&gt;&lt;LI&gt;as show in the script... just using shape field and the first and last point&lt;/LI&gt;&lt;LI&gt;[ !shape.extent.Xmin!, !shape.extent.Ymin!]&amp;nbsp; (similarly for the end point)&lt;/LI&gt;&lt;LI&gt;[ !Xo!, !Yo!]&amp;nbsp;&amp;nbsp; where Xo and Yo are existing fields of whatever name in your tablle&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;You get the drift.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have similar functions that enable you to feed in the whole geometry and calculate the Interpoint angles from which you can determine average, dominant or other directions types.&amp;nbsp; The numpy import is only done once.&amp;nbsp; The fromNorth allows you to do angles as they relate to the x-axis or from North, depending on what you want... fromNorth=True would be what you would set line_dir to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; numpy &lt;SPAN class="keyword token"&gt;as&lt;/SPAN&gt; np
&lt;SPAN class="keyword token"&gt;def&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;line_dir&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;orig&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; dest&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; fromNorth&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token boolean"&gt;False&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="string token"&gt;"""Direction of a line given 2 points
&amp;nbsp;&amp;nbsp;&amp;nbsp; : orig, dest - two points representing the start and end of a line.
&amp;nbsp;&amp;nbsp;&amp;nbsp; : fromNorth - True or False gives angle relative to x-axis)
&amp;nbsp;&amp;nbsp;&amp;nbsp; :
&amp;nbsp;&amp;nbsp;&amp;nbsp; """&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; orig &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; np&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;asarray&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;orig&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; dest &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; np&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;asarray&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;dest&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; dx&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; dy &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; dest &lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt; orig
&amp;nbsp;&amp;nbsp;&amp;nbsp; ang &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; np&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;degrees&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;np&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;arctan2&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;dy&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; dx&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt; fromNorth&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ang &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; np&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;mod&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;450.0&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt; ang&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;360&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="keyword token"&gt;return&lt;/SPAN&gt; ang

&lt;SPAN class="comment token"&gt;# Expression box&lt;/SPAN&gt;
line_dir&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;!shape&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;firstPoint!&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; !shape&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;lastPoint!&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 08:57:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/community-development-questions/select-only-streets-that-run-north-south/m-p/785699#M23</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2021-12-12T08:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: Select only streets that run north-south</title>
      <link>https://community.esri.com/t5/community-development-questions/select-only-streets-that-run-north-south/m-p/1345494#M108</link>
      <description>&lt;P&gt;Is there a good way to use expressions (like you have above) for east/west roads?&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2023 12:45:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/community-development-questions/select-only-streets-that-run-north-south/m-p/1345494#M108</guid>
      <dc:creator>leahmaps</dc:creator>
      <dc:date>2023-11-03T12:45:08Z</dc:date>
    </item>
  </channel>
</rss>

