<?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 Listing Attributes within a Buffer in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/listing-attributes-within-a-buffer/m-p/115243#M3936</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are a survey and engineering firm.&lt;/P&gt;&lt;P&gt;We have a .csv file that contains a list of all our previous job locations listed out by lat and long.&amp;nbsp; We recently acquired a .csv file from a real estate board that lists the properties for sale in our region by lat and long.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our goal here is to create a half mile buffer around each property being listed to see if we have any jobs within that radius. We would ultimately like to have ArcMap create a list or a table that shows each individual property listed along with any of our jobs that land within the half mile circle.&lt;IMG __jive_id="210391" alt="Real Estate Example.jpg" class="image-1 jive-image" src="/legacyfs/online/210391_Real Estate Example.jpg" style="height: 348px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXAMPLE:&lt;/P&gt;&lt;P&gt;Buffer shape #1:&amp;nbsp; 123 North Pole Street&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Listed by REMAX&lt;/P&gt;&lt;P&gt;Previous Jobs within a 1/2 mile radius:&amp;nbsp; 2015-155, 2016-554&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attempted the spacial join function but it doesn't seem to add data from our previous jobs into the output data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Jul 2016 19:48:45 GMT</pubDate>
    <dc:creator>KelinField</dc:creator>
    <dc:date>2016-07-01T19:48:45Z</dc:date>
    <item>
      <title>Listing Attributes within a Buffer</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/listing-attributes-within-a-buffer/m-p/115243#M3936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are a survey and engineering firm.&lt;/P&gt;&lt;P&gt;We have a .csv file that contains a list of all our previous job locations listed out by lat and long.&amp;nbsp; We recently acquired a .csv file from a real estate board that lists the properties for sale in our region by lat and long.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our goal here is to create a half mile buffer around each property being listed to see if we have any jobs within that radius. We would ultimately like to have ArcMap create a list or a table that shows each individual property listed along with any of our jobs that land within the half mile circle.&lt;IMG __jive_id="210391" alt="Real Estate Example.jpg" class="image-1 jive-image" src="/legacyfs/online/210391_Real Estate Example.jpg" style="height: 348px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXAMPLE:&lt;/P&gt;&lt;P&gt;Buffer shape #1:&amp;nbsp; 123 North Pole Street&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Listed by REMAX&lt;/P&gt;&lt;P&gt;Previous Jobs within a 1/2 mile radius:&amp;nbsp; 2015-155, 2016-554&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attempted the spacial join function but it doesn't seem to add data from our previous jobs into the output data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jul 2016 19:48:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/listing-attributes-within-a-buffer/m-p/115243#M3936</guid>
      <dc:creator>KelinField</dc:creator>
      <dc:date>2016-07-01T19:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: Listing Attributes within a Buffer</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/listing-attributes-within-a-buffer/m-p/115244#M3937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can join the points to the polygon with the many to one, or just switch the order of the join by joining the buffer to the points.&amp;nbsp; But strangely, your buffers don't appear to be buffers since they aren't centered on the points, so I guess those are centered on something else.&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/analysis-toolbox/spatial-join.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/analysis-toolbox/spatial-join.htm"&gt;Spatial Join—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jul 2016 19:56:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/listing-attributes-within-a-buffer/m-p/115244#M3937</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-07-01T19:56:09Z</dc:date>
    </item>
  </channel>
</rss>

