<?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: Does anyone know if there is a modern day version of a region coverage? in Mapping Questions</title>
    <link>https://community.esri.com/t5/mapping-questions/does-anyone-know-if-there-is-a-modern-day-version/m-p/446306#M4868</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Regions could be used to implement a multipart polygon, but they could also be used to implement multiple overlapping single-part polygons (successive features). They were defined by routes (which were collections of arcs).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yeah, it was pretty amazing to pile all that information into one set of INFO tables, but, Oy!, pulling it back out again was a nightmare.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Mar 2016 19:37:13 GMT</pubDate>
    <dc:creator>VinceAngelo</dc:creator>
    <dc:date>2016-03-22T19:37:13Z</dc:date>
    <item>
      <title>Does anyone know if there is a modern day version of a region coverage?</title>
      <link>https://community.esri.com/t5/mapping-questions/does-anyone-know-if-there-is-a-modern-day-version/m-p/446303#M4865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"Back in the day" there was something called a region that allowed you to symbolize multiple features as one feature based on an attribute.&amp;nbsp; For example, symbolizing the contiguous United States as one polygon instead of 48 individual polygons without creating a new dataset.&amp;nbsp; Does something like this still exist?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2016 16:31:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/does-anyone-know-if-there-is-a-modern-day-version/m-p/446303#M4865</guid>
      <dc:creator>TedBrown</dc:creator>
      <dc:date>2016-03-22T16:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Does anyone know if there is a modern day version of a region coverage?</title>
      <link>https://community.esri.com/t5/mapping-questions/does-anyone-know-if-there-is-a-modern-day-version/m-p/446304#M4866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Technically, regions are still a part of the archaic "coverage" format, but the performance cost of the shared geometry model of coverages has driven them from the marketplace (by definition, polygon, route, and region I/O cost is at least twice that of the "whole shape" model -- It takes one pass to read the file blocks to determine storage, and a second pass to fill the allocated vertex buffer) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2016 18:36:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/does-anyone-know-if-there-is-a-modern-day-version/m-p/446304#M4866</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2016-03-22T18:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: Does anyone know if there is a modern day version of a region coverage?</title>
      <link>https://community.esri.com/t5/mapping-questions/does-anyone-know-if-there-is-a-modern-day-version/m-p/446305#M4867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Basically the old region is just a multipart polygon &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/manage-data/creating-new-features/creating-a-multipart-line-or-a-multipart-polygon.htm" title="http://desktop.arcgis.com/en/arcmap/latest/manage-data/creating-new-features/creating-a-multipart-line-or-a-multipart-polygon.htm"&gt;Creating a multipart feature—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How I handle it is although my master gdb with topology may have an issue with storing many of my old "region" features, if I have fields that that I can select on, I can recreate them as needed.&amp;nbsp; I typically export my master (three FCs) to a FGDB as needed, then create a series of FC with my python scripts to recreate the regions.&amp;nbsp; Also I make heavy use of "domains" and subclasses.&amp;nbsp; Best of both worlds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need the ability to recreate the region symbology for arcs, I have a script that looks at values and the old left/right values from coverages to reclass the shared arcs.....but that is on a FC that does not have overlapping features to start with. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is how I rebuild my region features (which was the best thing since sliced bread, back when it was released!)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2016 19:02:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/does-anyone-know-if-there-is-a-modern-day-version/m-p/446305#M4867</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2016-03-22T19:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: Does anyone know if there is a modern day version of a region coverage?</title>
      <link>https://community.esri.com/t5/mapping-questions/does-anyone-know-if-there-is-a-modern-day-version/m-p/446306#M4868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Regions could be used to implement a multipart polygon, but they could also be used to implement multiple overlapping single-part polygons (successive features). They were defined by routes (which were collections of arcs).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yeah, it was pretty amazing to pile all that information into one set of INFO tables, but, Oy!, pulling it back out again was a nightmare.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2016 19:37:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/does-anyone-know-if-there-is-a-modern-day-version/m-p/446306#M4868</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2016-03-22T19:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: Does anyone know if there is a modern day version of a region coverage?</title>
      <link>https://community.esri.com/t5/mapping-questions/does-anyone-know-if-there-is-a-modern-day-version/m-p/446307#M4869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, the good old coverage format...&lt;/P&gt;&lt;P&gt;No messing with topology rules, because it was all built in.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2016 19:48:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/does-anyone-know-if-there-is-a-modern-day-version/m-p/446307#M4869</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2016-03-22T19:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: Does anyone know if there is a modern day version of a region coverage?</title>
      <link>https://community.esri.com/t5/mapping-questions/does-anyone-know-if-there-is-a-modern-day-version/m-p/446308#M4870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/laugh.png" /&gt;&amp;nbsp; But they sure were handy!&amp;nbsp;&amp;nbsp; For quite a while, when I was first converting my 27 coverages to SDE I was thinking I could at least retain the arc region features I had.&amp;nbsp; But as soon as I did my first edit of my 3-poly and the 1-arc (polyline) features I had in my topology, I knew that was a mistake.&amp;nbsp; There was no way I could easily maintain all the relationships I had with the arc and polys.&amp;nbsp; That's why I ended up with the 3 polygon features classes involved in the topology, and spin off the rest about once a month (including the arcs from one of them).&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It could be that representation could work for Ted too.....but I haven't used them much personally need them for other things than just plotting.&amp;nbsp; &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/map/working-with-layers/what-are-representations-.htm" title="http://desktop.arcgis.com/en/arcmap/latest/map/working-with-layers/what-are-representations-.htm"&gt;What are representations?—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2016 19:49:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/does-anyone-know-if-there-is-a-modern-day-version/m-p/446308#M4870</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2016-03-22T19:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: Does anyone know if there is a modern day version of a region coverage?</title>
      <link>https://community.esri.com/t5/mapping-questions/does-anyone-know-if-there-is-a-modern-day-version/m-p/446309#M4871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, maybe. We called our Redlands co-ed league softball team the "Node-Errors" for a reason.&amp;nbsp; I still curse American Airlines for losing the bag containing that softball shirt (which featured a pseudonode at 2nd base, and a pair of dangles at 3rd base). &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2016 20:27:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/does-anyone-know-if-there-is-a-modern-day-version/m-p/446309#M4871</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2016-03-22T20:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: Does anyone know if there is a modern day version of a region coverage?</title>
      <link>https://community.esri.com/t5/mapping-questions/does-anyone-know-if-there-is-a-modern-day-version/m-p/446310#M4872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Classic!&amp;nbsp;&amp;nbsp;&amp;nbsp; And who ever ended up with the shirt wouldn't even know what it meant.&amp;nbsp;&amp;nbsp;&amp;nbsp; I still have a GridLock (band) t-shirt that they gave away at the UC rodeo back in '89 or '90 I think.&amp;nbsp; &lt;/P&gt;&lt;P&gt;[of course now we are really getting off topic. ]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2016 20:58:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/does-anyone-know-if-there-is-a-modern-day-version/m-p/446310#M4872</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2016-03-22T20:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: Does anyone know if there is a modern day version of a region coverage?</title>
      <link>https://community.esri.com/t5/mapping-questions/does-anyone-know-if-there-is-a-modern-day-version/m-p/446311#M4873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That was '90, my last year in Redlands. [And yes, we are &lt;EM&gt;way&lt;/EM&gt; off-topic, since regions weren't introduced until 5.1Beta/6.0 in '92]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 00:12:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/does-anyone-know-if-there-is-a-modern-day-version/m-p/446311#M4873</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2016-03-23T00:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: Does anyone know if there is a modern day version of a region coverage?</title>
      <link>https://community.esri.com/t5/mapping-questions/does-anyone-know-if-there-is-a-modern-day-version/m-p/446312#M4874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use symbol level drawing - &lt;A href="http://gis.stackexchange.com/questions/8571/how-to-hide-internal-polygon-boundaries" title="http://gis.stackexchange.com/questions/8571/how-to-hide-internal-polygon-boundaries"&gt;arcgis desktop - How to hide "internal" polygon boundaries? - Geographic Information Systems Stack Exchange&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 00:15:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/does-anyone-know-if-there-is-a-modern-day-version/m-p/446312#M4874</guid>
      <dc:creator>Luke_Pinner</dc:creator>
      <dc:date>2016-03-23T00:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: Does anyone know if there is a modern day version of a region coverage?</title>
      <link>https://community.esri.com/t5/mapping-questions/does-anyone-know-if-there-is-a-modern-day-version/m-p/446313#M4875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I probably muddied the waters a bit by using the States and an example.&amp;nbsp; My actual dataset is a line feature.&amp;nbsp; Specifically transmission lines drawn from tower to tower.&amp;nbsp; I would like to keep my data segmented at the lowest level and then present the data to users aggregated into larger features.&amp;nbsp; So, for transmission lines, spans (tower to tower) are part of segments. Segments make up Sections and Sections make up Circuits.&lt;/P&gt;&lt;P&gt;Rebecca, your script may help me with this.&amp;nbsp; The only other alternative I can think of is running a batchfile every so often to recreate layers by dissolving based on attributes; not something I really want to do.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 14:54:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/does-anyone-know-if-there-is-a-modern-day-version/m-p/446313#M4875</guid>
      <dc:creator>TedBrown</dc:creator>
      <dc:date>2016-03-23T14:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: Does anyone know if there is a modern day version of a region coverage?</title>
      <link>https://community.esri.com/t5/mapping-questions/does-anyone-know-if-there-is-a-modern-day-version/m-p/446314#M4876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe you should consider getting into dynamic segmentation? Then you could keep your transmission lines as a much smaller number of efficient lines and code your spans, segments, and circuits using measures. There may be some prefab data models out there for you to work from.&amp;nbsp; I realize this is a huge change but it is something to consider.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 15:07:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/does-anyone-know-if-there-is-a-modern-day-version/m-p/446314#M4876</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2016-03-23T15:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: Does anyone know if there is a modern day version of a region coverage?</title>
      <link>https://community.esri.com/t5/mapping-questions/does-anyone-know-if-there-is-a-modern-day-version/m-p/446315#M4877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ted, I followed you, so if you follow me you can send me a DM.&amp;nbsp; If you think any of my python scripts would help, I can send a couple.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fair warning....&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;most were written in 2010, with updates since....but still might have some older, less efficient code.&amp;nbsp; &lt;/LI&gt;&lt;LI&gt;some processes require an ArcInfo/Advanced license&lt;/LI&gt;&lt;LI&gt;It is a very customized set of scripts for our datasets, so although concepts might work for you, you would have to customize it for your data&lt;/LI&gt;&lt;LI&gt;My arc-region rebuild it is based on &lt;EM&gt;polygons and the polylines&lt;/EM&gt; between then, so may not be what you are lookng for.&lt;/LI&gt;&lt;LI&gt;I also use quite a few&amp;nbsp;&amp;nbsp; arcpy.Dissolve_management based on subtypes to recreate the region features....I could send one of those scripts as well, just so you can see how I do it.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, these would not be OTB running script fo you, but might give you some ideas.&amp;nbsp; However, maybe some of the above notes might help just as much.&amp;nbsp; (?)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 16:28:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/does-anyone-know-if-there-is-a-modern-day-version/m-p/446315#M4877</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2016-03-23T16:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: Does anyone know if there is a modern day version of a region coverage?</title>
      <link>https://community.esri.com/t5/mapping-questions/does-anyone-know-if-there-is-a-modern-day-version/m-p/446316#M4878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok.. dumb question...&amp;nbsp; how do I send a DM?&amp;nbsp; &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 17:55:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/does-anyone-know-if-there-is-a-modern-day-version/m-p/446316#M4878</guid>
      <dc:creator>TedBrown</dc:creator>
      <dc:date>2016-03-23T17:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: Does anyone know if there is a modern day version of a region coverage?</title>
      <link>https://community.esri.com/t5/mapping-questions/does-anyone-know-if-there-is-a-modern-day-version/m-p/446317#M4879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ONE way, if you hover over my avatar or name a in one of my response...a window should pop-up and the Follow and the Message buttons should be under my picture.&amp;nbsp; (since it is a popup, can't show a screen click.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another way is to use the pulldown under the pencil at the top right and click message&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image" height="370" src="https://community.esri.com/legacyfs/online/192938_pastedImage_0.png" style="width: 182px; height: 369.943px;" width="182" /&gt;&lt;/P&gt;&lt;P&gt;you should be able to start typing my name...or click the "people" button to the right and I think that brings up people you follow or that follow you (can't remember).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 21:04:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/does-anyone-know-if-there-is-a-modern-day-version/m-p/446317#M4879</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2016-03-23T21:04:40Z</dc:date>
    </item>
  </channel>
</rss>

