<?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: Create a shapefile of circles without using arcpy in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/create-a-shapefile-of-circles-without-using-arcpy/m-p/47585#M3795</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;EDIT:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Your question is not very clear... You have already made the shapefiles? Arcpy can definitely be used to add a buffer to some existing points based upon a field value, is that all you want to do?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The answer below is assuming that you want to create the circle polygons on the remote computer...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-----------------------------&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your other option is to use GDAL/OGR, which is a free and open source GIS library that has Python bindings (things that let you manipulate it from Python). It would still have to be installed, but this is a lot smaller and easier to do than installing ArcGIS just to get Arcpy. GDAL/OGR works quite different to Arcpy, so there will be a learning curve, but it is still pretty easy to create polygons like you want.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The other thing you could try (75% certain it will &lt;/SPAN&gt;&lt;STRONG&gt;not &lt;/STRONG&gt;&lt;SPAN&gt;work) is provide the remote Python with a modified version of Desktop10.1.pth that points to the relevant folders that will have to be shared on a computer that has ArcGIS, this might allow the remote Python to import Arcpy...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 Jul 2013 21:18:30 GMT</pubDate>
    <dc:creator>StacyRendall1</dc:creator>
    <dc:date>2013-07-31T21:18:30Z</dc:date>
    <item>
      <title>Create a shapefile of circles without using arcpy</title>
      <link>https://community.esri.com/t5/python-questions/create-a-shapefile-of-circles-without-using-arcpy/m-p/47583#M3793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a process that will run on a remote server that does not have arcgis on it but it does have python2.7.&amp;nbsp; I need to create shapefiles with that hold circles with varying radii (specified in miles).&amp;nbsp; I have code that can create a shapefile of points (lat, lon in WGS84), is there a way to tell arcgis to add a buffer to each point when the shapefile is loaded?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2013 18:11:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/create-a-shapefile-of-circles-without-using-arcpy/m-p/47583#M3793</guid>
      <dc:creator>SeanWhipple</dc:creator>
      <dc:date>2013-07-31T18:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: Create a shapefile of circles without using arcpy</title>
      <link>https://community.esri.com/t5/python-questions/create-a-shapefile-of-circles-without-using-arcpy/m-p/47584#M3794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Don't think so.&amp;nbsp; One option would be to load it in with a large point symbol.&amp;nbsp; Would look just like a circular buffer around each point if you make the fill color null.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can make the point size relative to a field, so if you have the miles column, use that to get the varying sizes.&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//00q8000000st000000"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#//00q8000000st000000&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can then save as a layer file, and load that into ArcMap instead of the shapefile directly.&amp;nbsp; this will apply your symbology.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, keep in mind that there are python shapefile libraries out there that allow you to create any geometry shapefile with just python, so could make them as polygons off the get go.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2013 18:46:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/create-a-shapefile-of-circles-without-using-arcpy/m-p/47584#M3794</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2013-07-31T18:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: Create a shapefile of circles without using arcpy</title>
      <link>https://community.esri.com/t5/python-questions/create-a-shapefile-of-circles-without-using-arcpy/m-p/47585#M3795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;EDIT:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Your question is not very clear... You have already made the shapefiles? Arcpy can definitely be used to add a buffer to some existing points based upon a field value, is that all you want to do?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The answer below is assuming that you want to create the circle polygons on the remote computer...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-----------------------------&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your other option is to use GDAL/OGR, which is a free and open source GIS library that has Python bindings (things that let you manipulate it from Python). It would still have to be installed, but this is a lot smaller and easier to do than installing ArcGIS just to get Arcpy. GDAL/OGR works quite different to Arcpy, so there will be a learning curve, but it is still pretty easy to create polygons like you want.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The other thing you could try (75% certain it will &lt;/SPAN&gt;&lt;STRONG&gt;not &lt;/STRONG&gt;&lt;SPAN&gt;work) is provide the remote Python with a modified version of Desktop10.1.pth that points to the relevant folders that will have to be shared on a computer that has ArcGIS, this might allow the remote Python to import Arcpy...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2013 21:18:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/create-a-shapefile-of-circles-without-using-arcpy/m-p/47585#M3795</guid>
      <dc:creator>StacyRendall1</dc:creator>
      <dc:date>2013-07-31T21:18:30Z</dc:date>
    </item>
  </channel>
</rss>

