<?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: Question about aggregating polygons in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/question-about-aggregating-polygons/m-p/667749#M22239</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you run the dissolve you will be asked where to save the new feature class, so you wont be hurting anything to test. Give it a test and see what happens.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Sep 2015 17:05:31 GMT</pubDate>
    <dc:creator>WesMiller</dc:creator>
    <dc:date>2015-09-08T17:05:31Z</dc:date>
    <item>
      <title>Question about aggregating polygons</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/question-about-aggregating-polygons/m-p/667744#M22234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a shapefile that has numerous polygons.&amp;nbsp; I would like to combine polygons that have the same values for some characteristic into larger polygons.&amp;nbsp; I don't think the dissolve function will work because the polygons are not necessarily contiguous (Think parcels of land with streets in between.&amp;nbsp; I want to get a district that contains multiple parcels that may or may not be contiguous.)&amp;nbsp; I don't think aggregate polygons would work either as there are potentially hundreds of these districts in my data set.&amp;nbsp; Any ideas?&amp;nbsp; Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 14:24:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/question-about-aggregating-polygons/m-p/667744#M22234</guid>
      <dc:creator>AndrewNarwold</dc:creator>
      <dc:date>2015-09-08T14:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: Question about aggregating polygons</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/question-about-aggregating-polygons/m-p/667745#M22235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If i understand what your after correctly i think dissolve will get you want you want it will combine all the polygons contiguous or not and create a single polygon.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 14:28:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/question-about-aggregating-polygons/m-p/667745#M22235</guid>
      <dc:creator>WesMiller</dc:creator>
      <dc:date>2015-09-08T14:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: Question about aggregating polygons</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/question-about-aggregating-polygons/m-p/667746#M22236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dissolve should work for you:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/desktop/latest/tools/data-management-toolbox/dissolve.htm" title="http://desktop.arcgis.com/en/desktop/latest/tools/data-management-toolbox/dissolve.htm"&gt;Dissolve—Help | ArcGIS for Desktop&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will create multi-part polygons for you by default, which means you can dissolve by a field, or multiple fields, with the same attribute(s) - the polygons are not required to be contiguous.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 15:55:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/question-about-aggregating-polygons/m-p/667746#M22236</guid>
      <dc:creator>ChrisSmith7</dc:creator>
      <dc:date>2015-09-08T15:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: Question about aggregating polygons</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/question-about-aggregating-polygons/m-p/667747#M22237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dissolve is fine if there is some need to adjoin adjacent land parcels...for instance, same landuse and/or owner etc etc.&amp;nbsp; I generally recommend against this since I is far simpler to have singlepart poly* features than multipart.&amp;nbsp; In fact, many geoprocessing functions only work properly when you have singlepart features (ie determining the centre of a polygon or simply counting the number of one type.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So do you have a particular reason to do this.&amp;nbsp; Is it to save file size? Have you considered that a layer could be split based upon its attributes rather than aggregating geometry? (ie group residential land use into one layer...).&amp;nbsp; Any insight into why you need/want to do this might provide some suggestions on how it affects your workflow and how you might benefit from alternates yet maintain the integrity of the geometry and its attributes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 16:43:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/question-about-aggregating-polygons/m-p/667747#M22237</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-09-08T16:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: Question about aggregating polygons</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/question-about-aggregating-polygons/m-p/667748#M22238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the advice.&amp;nbsp; What I am trying to do is create polygons for different special tax assessment zones.&amp;nbsp; These are not currently geo-coded.&amp;nbsp; So I am trying to aggregate separate land parcels (not contiguous) into one assessment zone.&amp;nbsp; I then want to do some geoprocessing with the larger assessment zones.&amp;nbsp; Does this make sense?&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 16:54:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/question-about-aggregating-polygons/m-p/667748#M22238</guid>
      <dc:creator>AndrewNarwold</dc:creator>
      <dc:date>2015-09-08T16:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: Question about aggregating polygons</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/question-about-aggregating-polygons/m-p/667749#M22239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you run the dissolve you will be asked where to save the new feature class, so you wont be hurting anything to test. Give it a test and see what happens.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 17:05:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/question-about-aggregating-polygons/m-p/667749#M22239</guid>
      <dc:creator>WesMiller</dc:creator>
      <dc:date>2015-09-08T17:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: Question about aggregating polygons</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/question-about-aggregating-polygons/m-p/667750#M22240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why not simply query for the assessment zone attribute, which I assume you have.&amp;nbsp; Once queries, you can save the selection to its own layer and not have to worry about that criterion again since any operations will apply to it.&amp;nbsp; When you are done, you can simply delete it.&amp;nbsp; The advantage is that you don't have to worry about going to the trouble of limiting the operation to that class.&amp;nbsp; Currently, I can't see any geoprocessing function which would be advantaged by consolidating the geometry.&amp;nbsp; Also what do you do about the cases that the primary class is one type but the secondary, tertiary.... are different types?&amp;nbsp; How do you plan to accommodate for that when you geoprocessing operation changes to something else?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 17:09:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/question-about-aggregating-polygons/m-p/667750#M22240</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-09-08T17:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: Question about aggregating polygons</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/question-about-aggregating-polygons/m-p/667751#M22241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan:&lt;/P&gt;&lt;P&gt;Bear with me here if you will.&amp;nbsp; I tried using dissolve, and got the multipart polygon.&amp;nbsp; I can see why that is an issue and it does not solve my question.&amp;nbsp; So I could certainly split the data into multiple layers based on each tax assessment district.&amp;nbsp; But what I would get is hundreds of parcels in each layer with the same tax assessment district number, but as distinct polygons.&amp;nbsp; How would I go about constructing the district itself.&amp;nbsp; For instance, I would like the centroid of the district or the area of the district.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 21:01:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/question-about-aggregating-polygons/m-p/667751#M22241</guid>
      <dc:creator>AndrewNarwold</dc:creator>
      <dc:date>2015-09-08T21:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: Question about aggregating polygons</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/question-about-aggregating-polygons/m-p/667752#M22242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Andrew... try my Split Layers by attribute&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fwww.arcgis.com%2Fhome%2Fitem.html%3Fid%3D15ca63aebb4647a4b07bc94f3d051da5" rel="nofollow" target="_blank"&gt;http://www.arcgis.com/home/item.html?id=15ca63aebb4647a4b07bc94f3d051da5&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is a convention toolbox, which you load in ArcToolbox and run it from there, not ArcCatalog.&lt;/P&gt;&lt;P&gt;Porting it over to ArcGIS Pro and File Geodatabases is ongoing.&amp;nbsp; Now let me know if you can get to that link...it isn't visible from ArcScripts 2.0 Beta for some reasons that are too difficult to explain.&lt;/P&gt;&lt;P&gt;In any event, you can split your big file into subfiles, based upon a common attribute...which I presume is a District field in your table.&amp;nbsp; If you read carefully, you will get outputs that are separated.&amp;nbsp; Cavaets, the inputs must be a shapefile (long story) so export any featureclass to a shapefile and process all your results in a folder.&amp;nbsp; This will produce a number of unique shapefiles which you can bring in as feature classes as you need them, or simply create a file geodatabase solely for this purpose and load the stuff up...do your processing and the rest of your projects are intact and undisturbed.&amp;nbsp; Let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 21:16:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/question-about-aggregating-polygons/m-p/667752#M22242</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-09-08T21:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: Question about aggregating polygons</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/question-about-aggregating-polygons/m-p/667753#M22243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since you mention Aggregating polygons and that Dissolve doesn't work, I assume you've tried the &lt;A href="http://resources.arcgis.com/EN/HELP/MAIN/10.1/index.html#//00700000000s000000"&gt;Aggregate &lt;/A&gt;tool...? Does it produce the results you're after, and you're looking for a way to automate cycling through each district, or does it not produce the results you want at all?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this the situation you're describing?:&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/EN/HELP/MAIN/10.1/0070/GUID-7C771F8C-2E59-4DE5-9E46-E74A1586346D-web.gif" title="http://resources.arcgis.com/EN/HELP/MAIN/10.1/0070/GUID-7C771F8C-2E59-4DE5-9E46-E74A1586346D-web.gif"&gt;&lt;IMG alt="GUID-7C771F8C-2E59-4DE5-9E46-E74A1586346D-web.gif" class="image-1 jive-image" src="http://resources.arcgis.com/EN/HELP/MAIN/10.1/0070/GUID-7C771F8C-2E59-4DE5-9E46-E74A1586346D-web.gif" style="height: auto;" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 21:16:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/question-about-aggregating-polygons/m-p/667753#M22243</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2015-09-08T21:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: Question about aggregating polygons</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/question-about-aggregating-polygons/m-p/667754#M22244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes but...&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;ArcInfo license required&lt;/LI&gt;&lt;LI&gt;you still lose the attribute information like dissolve&lt;/LI&gt;&lt;LI&gt;useful for select by attributes if you want to split manually&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 22:13:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/question-about-aggregating-polygons/m-p/667754#M22244</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-09-08T22:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: Question about aggregating polygons</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/question-about-aggregating-polygons/m-p/667755#M22245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, but...&lt;/P&gt;&lt;P&gt;- if he's already using the Aggregate tool, he must have ArcInfo&lt;/P&gt;&lt;P&gt;- if you're automating the aggregate by attribute, then you may as well carry over the attribute at the same time (using Python)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 22:18:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/question-about-aggregating-polygons/m-p/667755#M22245</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2015-09-08T22:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: Question about aggregating polygons</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/question-about-aggregating-polygons/m-p/667756#M22246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;​I suspect what he is referring to is that the polygons aren't aggregated completely in space.&amp;nbsp; If they were then you still have the problem of the aggregation of the attributes as you get with dissolve.&amp;nbsp; Unless I am wrong, he wants to split the data into bits based upon the district.&amp;nbsp; Each district will consist of many polygons, but at least you can retain the attributes.&amp;nbsp; All he want to do is skip the select by attributes step prior to doing what he wants in the geoprocessing environment.&amp;nbsp; Of course, this can be done on individual files as I suggested, or it can be automated in a script whereby, a select by attributes, is performed first, then geoprocessing function next, on to the next.&amp;nbsp; No mention was made of scripting otherwise I would have offered up some alternates that exist or that I have in NumPy world.&amp;nbsp; We await...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 22:52:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/question-about-aggregating-polygons/m-p/667756#M22246</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-09-08T22:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: Question about aggregating polygons</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/question-about-aggregating-polygons/m-p/667757#M22247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All:&lt;/P&gt;&lt;P&gt;So as you can probably tell by my questions and familiarity with some of these topics, I am an advanced beginner at best.&amp;nbsp; I have not used scripts to date.&amp;nbsp; What I am trying to do is to derive the boundaries of special tax assessment districts.&amp;nbsp; I do not have shapefiles for these.&amp;nbsp; What I have are individual parcels owned by different individuals that have a field that indicates which, if any, special tax assessment they fall under.&amp;nbsp; I was thinking that if I could identify all of the individual parcels, then I could in essence create the polygon that contains all of those parcels.&amp;nbsp; I would like to have attributes of the newly created polygon such as the centroid and area.&amp;nbsp; This is why neither aggregate polygons or dissolve don't work for me.&amp;nbsp; Dan, your Split layers by attribute should do this if I can figure out how to run it?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2015 01:57:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/question-about-aggregating-polygons/m-p/667757#M22247</guid>
      <dc:creator>AndrewNarwold</dc:creator>
      <dc:date>2015-09-09T01:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: Question about aggregating polygons</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/question-about-aggregating-polygons/m-p/667758#M22248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;UL&gt;&lt;LI&gt;unzip the zip file into a folder&lt;/LI&gt;&lt;LI&gt;launch arcmap and open arctoolbox the little red tool box&lt;/LI&gt;&lt;LI&gt;at the top of the arctoolbox tree, right-click on the word arctoolbox and select add toolbox&lt;/LI&gt;&lt;LI&gt;navigate to the folder where the toolbox is&lt;/LI&gt;&lt;LI&gt;make sure you have the shapefile loaded into arcmap and run the toolbox, specifying the parameters (ie the input layer, the field to query etc&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;that should do it&lt;/P&gt;&lt;P&gt;oh yeah&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/desktop/latest/analyze/managing-tools-and-toolboxes/using-the-arctoolbox-window.htm" title="http://desktop.arcgis.com/en/desktop/latest/analyze/managing-tools-and-toolboxes/using-the-arctoolbox-window.htm"&gt;Using the ArcToolbox window—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2015 02:38:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/question-about-aggregating-polygons/m-p/667758#M22248</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-09-09T02:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: Question about aggregating polygons</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/question-about-aggregating-polygons/m-p/667759#M22249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just to throw something completely different into the mix, in case the suggestions from the others don't do what you need, have you looked into subtypes?&amp;nbsp; You would want to first import you shape file into a FGDB, but then you could use ​&lt;A href="http://desktop.arcgis.com/en/desktop/latest/manage-data/subtypes/an-overview-of-subtypes.htm" title="http://desktop.arcgis.com/en/desktop/latest/manage-data/subtypes/an-overview-of-subtypes.htm"&gt;A quick tour of subtypes—Help | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp;&amp;nbsp; to help categorize a common group of attributes without actually changing the data and polygons. I would suggest adding a field, calculating a unique value based on the attributes you are are wanting to group, and using that field as your subtype.&amp;nbsp; That makes it quick to visualize/symbolize the various grouping you want and you can always use that field then to extract to a temp file for calculation....if you can't use the file as a whole (with the new field).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, just wanted to throw that out since sometimes I know I get fixated on one line of thought (dissolve, aggregate, etc.) and forget that adding a field and calculating can sometime do what I need just as fast.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2015 12:40:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/question-about-aggregating-polygons/m-p/667759#M22249</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2015-09-09T12:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: Question about aggregating polygons</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/question-about-aggregating-polygons/m-p/667760#M22250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I ran the split layers tool and I now have separate layers for the parcels for each assessment zone.&amp;nbsp; But I am still stuck with trying to figure out how I can generalize the polygon that encompasses all of the individual lots within the zone.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2015 17:42:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/question-about-aggregating-polygons/m-p/667760#M22250</guid>
      <dc:creator>AndrewNarwold</dc:creator>
      <dc:date>2015-09-09T17:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: Question about aggregating polygons</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/question-about-aggregating-polygons/m-p/667761#M22251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;screen grab time and a list of geoprocessing functions to perform&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2015 18:23:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/question-about-aggregating-polygons/m-p/667761#M22251</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-09-09T18:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: Question about aggregating polygons</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/question-about-aggregating-polygons/m-p/667762#M22252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am sorry, I am not sure what this means.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2015 18:25:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/question-about-aggregating-polygons/m-p/667762#M22252</guid>
      <dc:creator>AndrewNarwold</dc:creator>
      <dc:date>2015-09-09T18:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: Question about aggregating polygons</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/question-about-aggregating-polygons/m-p/667763#M22253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;a screen grab of your districts so that the layout of the polygons can be seen&lt;/P&gt;&lt;P&gt;a list of functions that you want to use/do&lt;/P&gt;&lt;P&gt;Both of these will have some definite control over what is the most appropriate suggestion and/or alternates&lt;/P&gt;&lt;P&gt;For example, if you want area...do you just want the area of a particular grouping of parcels associated with a district? or do you want to include the area of the roads that separate the houses as well. (some suggestions on produceing the boundary plus a concave hull could be used...keeping your data intact but allowing you to answer the paper. or do you want population density...many caveats as to how that can be expressed)&amp;nbsp; In short there is no one simple answer until the questions and spatial framework are finalized.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2015 18:30:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/question-about-aggregating-polygons/m-p/667763#M22253</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-09-09T18:30:56Z</dc:date>
    </item>
  </channel>
</rss>

