<?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: Finding contiguous parcels based on area? in Spatial Data Science Questions</title>
    <link>https://community.esri.com/t5/spatial-data-science-questions/finding-contiguous-parcels-based-on-area/m-p/763148#M1769</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This would require to select by attribute your parcels of 1 acre (use a tolerance, since most likely hardly any will have an area of exactly 1 acre). Next Dissolve the parcels (don't create multiparts). In the resulting featureclass, those that have an area of 5 or more acres (apply the same tolerance) will be the ones that could be valid for the development.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case you have dissolved polygons with an area over 5 acres, these will contain multiple solutions for 5 contiguous parcels.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Mar 2015 15:20:16 GMT</pubDate>
    <dc:creator>XanderBakker</dc:creator>
    <dc:date>2015-03-30T15:20:16Z</dc:date>
    <item>
      <title>Finding contiguous parcels based on area?</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/finding-contiguous-parcels-based-on-area/m-p/763147#M1768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have one question which requires answer by performing GIS&lt;BR /&gt;analysis. There are more than 300,000 parcels for the city I am working. I need&lt;BR /&gt;to know &lt;SPAN style="color: #e23d39;"&gt;&lt;STRONG&gt;5 contiguous parcels &lt;/STRONG&gt;&lt;/SPAN&gt;each one has with an area of one acre for the entire&lt;BR /&gt;city. Then after finding those locations dissolve those 5 contiguous parcels to&lt;BR /&gt;one area (5 acres) for a development. What are the steps to follow and which&lt;BR /&gt;tools to use? I look forward your professional help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 15:13:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/finding-contiguous-parcels-based-on-area/m-p/763147#M1768</guid>
      <dc:creator>AlmazNaizghi</dc:creator>
      <dc:date>2015-03-30T15:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: Finding contiguous parcels based on area?</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/finding-contiguous-parcels-based-on-area/m-p/763148#M1769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This would require to select by attribute your parcels of 1 acre (use a tolerance, since most likely hardly any will have an area of exactly 1 acre). Next Dissolve the parcels (don't create multiparts). In the resulting featureclass, those that have an area of 5 or more acres (apply the same tolerance) will be the ones that could be valid for the development.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case you have dissolved polygons with an area over 5 acres, these will contain multiple solutions for 5 contiguous parcels.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 15:20:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/finding-contiguous-parcels-based-on-area/m-p/763148#M1769</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2015-03-30T15:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: Finding contiguous parcels based on area?</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/finding-contiguous-parcels-based-on-area/m-p/763149#M1770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Xander for your prompt reply.&lt;/P&gt;&lt;P&gt;I have tried by clipping small area. However, I am confused how and when to&lt;BR /&gt;use the tolerance for exporting the 1 acre parcels as well as when dissolving&lt;BR /&gt;to only 5 parcels. &lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 17:48:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/finding-contiguous-parcels-based-on-area/m-p/763149#M1770</guid>
      <dc:creator>AlmazNaizghi</dc:creator>
      <dc:date>2015-03-30T17:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: Finding contiguous parcels based on area?</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/finding-contiguous-parcels-based-on-area/m-p/763150#M1771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What I was trying to say is when you create a definition query to extract those parcels that have an area of 1 acre, you should not use &lt;SPAN style="font-family: 'courier new', courier;"&gt;area = 1&lt;/SPAN&gt; (if he unit is acres) but something along the line like:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;area &amp;gt;= 0.99 and area &amp;lt;= 1.01&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;This will use a tolerance of 1 percent. Change this according to what you consider right. You can use the "&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#/Select_Layer_By_Attribute/001700000071000000/"&gt;Select Layer By Attribute tool&lt;/A&gt;".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next step would be to use the "&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//00170000005n000000"&gt;Dissolve tool&lt;/A&gt;". Dissolve all polygons (don't select any "Dissolve_Field(s)" and &lt;SPAN style="text-decoration: underline;"&gt;uncheck&lt;/SPAN&gt; the option "Create multipart features"). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The resulting featureclass can be used in the Select Layer by Attribute tool where you can select for areas larger than 5 acres. I assume you use featureclasses in a geodatabase (and not shapefiles). If you do use shapefile, you will have to add the area field yourself. See &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//005s00000027000000" title="http://resources.arcgis.com/en/help/main/10.2/index.html#//005s00000027000000"&gt;ArcGIS Help (10.2, 10.2.1, and 10.2.2)&lt;/A&gt; for help on that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you have the remaining contiguous polygons (dissolved ones) you can start you development analysis for these locations.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 22:13:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/finding-contiguous-parcels-based-on-area/m-p/763150#M1771</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2015-03-30T22:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: Finding contiguous parcels based on area?</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/finding-contiguous-parcels-based-on-area/m-p/763151#M1772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the detail explanation. I really appreciate it.&lt;/P&gt;&lt;P&gt;When I process small area as a sample. I have done the range to get the tolerance for exporting only around 1 acre parcels. The next problem I encountered was when I dissolve the resulting feature class doing the same step you stated, what I found was different result. For example if there are 10 contiguous parcels it dissolve them together and create 10 acres. My assumption was to limit only to 5 parcels. I think this needs some type of code which identify the 5 contiguous parcels and dissolve them if the criteria met. The good thing is I have discussed with my supervisor again and we agreed not to care about the resulting area as far as any contiguous parcels have dissolved. At this time I have processed and was able to figure out&amp;nbsp; up to 3 acres, 3 to 5 acres, and more than 5 acres.&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 15:59:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/finding-contiguous-parcels-based-on-area/m-p/763151#M1772</guid>
      <dc:creator>AlmazNaizghi</dc:creator>
      <dc:date>2015-03-31T15:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: Finding contiguous parcels based on area?</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/finding-contiguous-parcels-based-on-area/m-p/763152#M1773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Indeed, what you found in the dissolved polygons that result larger than 5 acres, are those areas where multiple solutions of&amp;nbsp; 5 contiguous parcels are located. To find all possibilities you would require some programming. This can be done, but at this point at least you have potential areas for development identified. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if in the feature you need this additional step, I can have a look how far we get with some Python programming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards, Xander&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 01:19:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/finding-contiguous-parcels-based-on-area/m-p/763152#M1773</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2015-04-01T01:19:52Z</dc:date>
    </item>
  </channel>
</rss>

