<?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 Creating Oriented Buffer using wedge-maker-4-gis in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/creating-oriented-buffer-using-wedge-maker-4-gis/m-p/1050972#M25486</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I came across &lt;A href="https://github.com/ngageoint/wedge-maker-4-gis" target="_self"&gt;this very cool tool on Github&lt;/A&gt; to develop oriented buffers:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The Wedge Maker for ArcGIS is an ArcGIS tool that allows the user to create wedge and arcband (a wedge with a part of the cone of the wedge erased) shapes.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;While I am using the test example file for this tool, trying to create what they have created (you can see it open up in the following image), I constantly run into an error:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="YutingHermioneDeng_0-1619220114251.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/11741i030EEAC83A476D25/image-size/medium?v=v2&amp;amp;px=400" role="button" title="YutingHermioneDeng_0-1619220114251.png" alt="YutingHermioneDeng_0-1619220114251.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm currently using ArcGIS Pro 2.7.0. Don't know if it's a version issue.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Any idea about how to fix the problem? Any advice would be much appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 23 Apr 2021 23:24:32 GMT</pubDate>
    <dc:creator>YutingHermioneDeng</dc:creator>
    <dc:date>2021-04-23T23:24:32Z</dc:date>
    <item>
      <title>Creating Oriented Buffer using wedge-maker-4-gis</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/creating-oriented-buffer-using-wedge-maker-4-gis/m-p/1050972#M25486</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I came across &lt;A href="https://github.com/ngageoint/wedge-maker-4-gis" target="_self"&gt;this very cool tool on Github&lt;/A&gt; to develop oriented buffers:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The Wedge Maker for ArcGIS is an ArcGIS tool that allows the user to create wedge and arcband (a wedge with a part of the cone of the wedge erased) shapes.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;While I am using the test example file for this tool, trying to create what they have created (you can see it open up in the following image), I constantly run into an error:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="YutingHermioneDeng_0-1619220114251.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/11741i030EEAC83A476D25/image-size/medium?v=v2&amp;amp;px=400" role="button" title="YutingHermioneDeng_0-1619220114251.png" alt="YutingHermioneDeng_0-1619220114251.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm currently using ArcGIS Pro 2.7.0. Don't know if it's a version issue.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Any idea about how to fix the problem? Any advice would be much appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Apr 2021 23:24:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/creating-oriented-buffer-using-wedge-maker-4-gis/m-p/1050972#M25486</guid>
      <dc:creator>YutingHermioneDeng</dc:creator>
      <dc:date>2021-04-23T23:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Oriented Buffer using wedge-maker-4-gis</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/creating-oriented-buffer-using-wedge-maker-4-gis/m-p/1050978#M25487</link>
      <description>&lt;P&gt;t was obviously developed in python 2.7.&lt;/P&gt;&lt;P&gt;Pro uses python 3,&lt;/P&gt;&lt;P&gt;Solution, open up the script in a python IDE or if desperate, a text editor. and replace all print statements with&lt;/P&gt;&lt;P&gt;print "stuff"&amp;nbsp; &amp;nbsp;# ----- wrong&lt;/P&gt;&lt;P&gt;print("stuff")&amp;nbsp; # ----- right ...&amp;nbsp; note the brackets&lt;/P&gt;&lt;P&gt;hopefully there isn't too many python 2 to 3 issues, otherwise it may a more painful process&lt;/P&gt;</description>
      <pubDate>Fri, 23 Apr 2021 23:36:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/creating-oriented-buffer-using-wedge-maker-4-gis/m-p/1050978#M25487</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-04-23T23:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Oriented Buffer using wedge-maker-4-gis</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/creating-oriented-buffer-using-wedge-maker-4-gis/m-p/1051005#M25488</link>
      <description>&lt;P&gt;Alternatively, you may use the tool with ArcMap (Python 2.7).&lt;/P&gt;</description>
      <pubDate>Sat, 24 Apr 2021 04:47:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/creating-oriented-buffer-using-wedge-maker-4-gis/m-p/1051005#M25488</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2021-04-24T04:47:36Z</dc:date>
    </item>
  </channel>
</rss>

