<?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: imported Feature Class size in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/imported-feature-class-size/m-p/699881#M39781</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You've got more administration options with Enterprise, which is why I was asking.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can try changing the default storage type to SDEBINARY, though I don't know&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;what sort of storage difference it will make (Microsoft uses a compressed integer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;representation as well).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Of more significance, with SDEBINARY you can back off the default submillimeter &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;coordinate resolution to a decimeter and probably reduce the feature storage&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;significantly (at a precision cost, of course). [You can make that change in&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;GEOMETRY storage as well,but it doesn't use the coordref to calculate the integer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;representation, so that wouldn't have a storage impact.]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Oct 2013 22:22:09 GMT</pubDate>
    <dc:creator>VinceAngelo</dc:creator>
    <dc:date>2013-10-30T22:22:09Z</dc:date>
    <item>
      <title>imported Feature Class size</title>
      <link>https://community.esri.com/t5/data-management-questions/imported-feature-class-size/m-p/699873#M39773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a contour feature class stored in a file geodatabase. when looking at the contents tab of the geodatabase in ArcCatalog i see that the size of the file is 4GB.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; I am attempting to store this data in an SDE database (SQL Server Express 2008 R2, so a 10GB limit). When I import the data (either using feature class to feature class, right-click &amp;gt; Import, or creating a blank feature class and loading it) the mdf file bloats to 10 GB and it fails to import. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Why does this 4 GB file bloat and blow up my SDE database? is there a way i can import this contour data set into my SDE instance?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any thoughts, suggestion, or guidance is greatly appreciated. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Daniel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 18:46:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/imported-feature-class-size/m-p/699873#M39773</guid>
      <dc:creator>DanielSmith</dc:creator>
      <dc:date>2013-10-30T18:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: imported Feature Class size</title>
      <link>https://community.esri.com/t5/data-management-questions/imported-feature-class-size/m-p/699874#M39774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There are probably a number of things going on here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;Databases format differently than file geodatabase&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Databases index differently than file geodatabase&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;File geodatabase supports compression&lt;/LI&gt;&lt;BR /&gt;&lt;/UL&gt;&lt;SPAN&gt;But first that are a number of issues to address:&lt;/SPAN&gt;&lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;Are you using an&lt;SPAN style="font-style:italic;"&gt; Enterprise&lt;/SPAN&gt; ArcSDE in the SQL-Server Express?&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;What is the default storage format?&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;How is your coordinate reference (specifically xyscale) defined?&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;What is the physical size of the file geodatabase directory (according to Explorer)?&lt;/LI&gt;&lt;BR /&gt;&lt;/UL&gt;&lt;SPAN&gt;I'd expect a File Geodatabase to be faster (especially after you compress it) than any RDBMS-&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;based geodata, so I'm wondering why you are even on this path.&amp;nbsp; Do you really need multi-user&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;editing on a contours layer?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 19:59:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/imported-feature-class-size/m-p/699874#M39774</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2013-10-30T19:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: imported Feature Class size</title>
      <link>https://community.esri.com/t5/data-management-questions/imported-feature-class-size/m-p/699875#M39775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;There are probably a number of things going on here:&lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;Databases format differently than file geodatabase&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Databases index differently than file geodatabase&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;File geodatabase supports compression&lt;/LI&gt;&lt;BR /&gt;&lt;/UL&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;yeah, i agree on the formatting, indexing, and compression. I did not expect a &amp;gt; 2x expansion though. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;But first that are a number of issues to address:&lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;Are you using an&lt;SPAN style="font-style:italic;"&gt; Enterprise&lt;/SPAN&gt; ArcSDE in the SQL-Server Express?&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;What is the default storage format?&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;How is your coordinate reference (specifically xyscale) defined?&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;What is the physical size of the file geodatabase directory (according to Explorer)?&lt;/LI&gt;&lt;BR /&gt;&lt;/UL&gt;I'd expect a File Geodatabase to be faster (especially after you compress it) than any RDBMS-&lt;BR /&gt;based geodata, so I'm wondering why you are even on this path.&amp;nbsp; Do you really need multi-user&lt;BR /&gt;editing on a contours layer?&lt;BR /&gt;&lt;BR /&gt;- V&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;SQL Server Express&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;i have not modified the storage format for SDE so what ever the default would be. what is the best way to determine storage format?&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Do you mean the resolution? its defined on import by the input feature class. additionally it has z coordinates stored in the geometry.&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt; the entire GDB in explorer is ~8GB but it includes all the individual tiles that comprise the merged data set&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Its less about the multi-user editing and more about using 1 way replication to subcontractors via geodata services. It is much faster in the file GBD you are correct there. maybe a&amp;nbsp; better plan would be to host the static data from a file geodatabase and allow extraction of the data instead of using replication and keep the more dynamic data in SDE. There is some data that really wont be edited and some that will be actively edited hence the static/dynamic distinction.&lt;/LI&gt;&lt;BR /&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 20:25:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/imported-feature-class-size/m-p/699875#M39775</guid>
      <dc:creator>DanielSmith</dc:creator>
      <dc:date>2013-10-30T20:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: imported Feature Class size</title>
      <link>https://community.esri.com/t5/data-management-questions/imported-feature-class-size/m-p/699876#M39776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you using Enterprise ArcSDE or Personal/Workgroup ArcSDE in the Express instance?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think the default is now GEOMETRY storage, which would explain the significant storage&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;difference.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 21:19:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/imported-feature-class-size/m-p/699876#M39776</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2013-10-30T21:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: imported Feature Class size</title>
      <link>https://community.esri.com/t5/data-management-questions/imported-feature-class-size/m-p/699877#M39777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Are you using Enterprise ArcSDE or Personal/Workgroup ArcSDE in the Express instance?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;SQL Server Express 2008 R2&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;I think the default is now GEOMETRY storage, which would explain the significant storage&lt;BR /&gt;difference.&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;this seems to be the case. i checked an imported data set and the shape data type is GEOMETRY. this matches the result of manually setting config keyword to GEOMETRY when creating a new blank feature class.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 21:32:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/imported-feature-class-size/m-p/699877#M39777</guid>
      <dc:creator>DanielSmith</dc:creator>
      <dc:date>2013-10-30T21:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: imported Feature Class size</title>
      <link>https://community.esri.com/t5/data-management-questions/imported-feature-class-size/m-p/699878#M39778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;I think the default is now GEOMETRY storage, which would explain the significant storage&lt;BR /&gt;difference.&lt;BR /&gt;&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;just checked the db_tune table and this is the case.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 21:57:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/imported-feature-class-size/m-p/699878#M39778</guid>
      <dc:creator>DanielSmith</dc:creator>
      <dc:date>2013-10-30T21:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: imported Feature Class size</title>
      <link>https://community.esri.com/t5/data-management-questions/imported-feature-class-size/m-p/699879#M39779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you using &lt;/SPAN&gt;&lt;SPAN style="font-size:3;"&gt;&lt;STRONG&gt;Enterprise&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt; ArcSDE or &lt;/SPAN&gt;&lt;STRONG style="font-size: 3;"&gt;Personal/Workgroup&lt;/STRONG&gt;&lt;SPAN&gt; ArcSDE in the Express instance?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 22:11:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/imported-feature-class-size/m-p/699879#M39779</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2013-10-30T22:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: imported Feature Class size</title>
      <link>https://community.esri.com/t5/data-management-questions/imported-feature-class-size/m-p/699880#M39780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Are you using &lt;SPAN style="font-size:3;"&gt;&lt;STRONG&gt;Enterprise&lt;/STRONG&gt;&lt;/SPAN&gt; ArcSDE or &lt;STRONG style="font-size: 3;"&gt;Personal/Workgroup&lt;/STRONG&gt; ArcSDE in the Express instance?&lt;BR /&gt;&lt;BR /&gt;- V&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;hahahah. sorry. It would be Enterprise, licensed through ArcGIS for Server.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 22:13:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/imported-feature-class-size/m-p/699880#M39780</guid>
      <dc:creator>DanielSmith</dc:creator>
      <dc:date>2013-10-30T22:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: imported Feature Class size</title>
      <link>https://community.esri.com/t5/data-management-questions/imported-feature-class-size/m-p/699881#M39781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You've got more administration options with Enterprise, which is why I was asking.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can try changing the default storage type to SDEBINARY, though I don't know&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;what sort of storage difference it will make (Microsoft uses a compressed integer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;representation as well).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Of more significance, with SDEBINARY you can back off the default submillimeter &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;coordinate resolution to a decimeter and probably reduce the feature storage&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;significantly (at a precision cost, of course). [You can make that change in&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;GEOMETRY storage as well,but it doesn't use the coordref to calculate the integer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;representation, so that wouldn't have a storage impact.]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 22:22:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/imported-feature-class-size/m-p/699881#M39781</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2013-10-30T22:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: imported Feature Class size</title>
      <link>https://community.esri.com/t5/data-management-questions/imported-feature-class-size/m-p/699882#M39782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OK cool, I will check out SDEBINARY and mess with the resolution. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 22:49:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/imported-feature-class-size/m-p/699882#M39782</guid>
      <dc:creator>DanielSmith</dc:creator>
      <dc:date>2013-10-30T22:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: imported Feature Class size</title>
      <link>https://community.esri.com/t5/data-management-questions/imported-feature-class-size/m-p/699883#M39783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;V,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you, that worked pretty well and the feature was loaded and has a much smaller impact on the database size.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; the contour data that we have was generated by our vendor from a LiDAR point cloud. I'm gonna check on the accuracy of their collection to better justify the decreased resolution of the coordinate system. I am sure that they are no where near the default accuracy so reducing the resolution of the storage should just be a matter of striking a happy medium between collection precision, contour accuracy, and coordinate system resolution.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 00:01:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/imported-feature-class-size/m-p/699883#M39783</guid>
      <dc:creator>DanielSmith</dc:creator>
      <dc:date>2013-10-31T00:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: imported Feature Class size</title>
      <link>https://community.esri.com/t5/data-management-questions/imported-feature-class-size/m-p/699884#M39784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I have a contour feature class stored in a file geodatabase. when looking at the contents tab of the geodatabase in ArcCatalog i see that the size of &lt;STRONG&gt;the file is 4GB&lt;/STRONG&gt;.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;the contour data that we have &lt;STRONG&gt;was generated by our vendor from a LiDAR point cloud&lt;/STRONG&gt;. I'm gonna check on the accuracy of their collection to better justify the decreased resolution of the coordinate system.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That is a rather huge vector Feature Class by any standard. You really have to wonder, especially if this contour data was auto-generated from a highly detailed raster DEM or LIDAR point cloud, if there isn't a huge amount of bloat in this dataset in terms of excess polyline vertices. Usually, with auto-generated contours, a &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#/Simplify_Line/007000000010000000/"&gt;generalization step&lt;/A&gt;&lt;SPAN&gt; is in order and can often reduce storage constraints considerably, while maintaining the basic quality of the dataset. There is often way to much detail and vertices added to the contours in the contour generation process. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Generalization will probably also mean you don't have to reduce storage precision, while still achieving a huge reduction in dataset size.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;hahahah. sorry. It would be Enterprise, licensed through ArcGIS for Server.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I really think you should be looking at getting some sort of "enterprise" type license for your SQL Server as well. It is a waist of money to have an Enterprise license for ArcGIS for Server, while using SQL Server Express as the back-end.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 10:59:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/imported-feature-class-size/m-p/699884#M39784</guid>
      <dc:creator>MarcoBoeringa</dc:creator>
      <dc:date>2013-10-31T10:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: imported Feature Class size</title>
      <link>https://community.esri.com/t5/data-management-questions/imported-feature-class-size/m-p/699885#M39785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;That is a rather huge vector Feature Class by any standard. You really have to wonder, especially if this contour data was auto-generated from a highly detailed raster DEM or LIDAR point cloud, if there isn't a huge amount of bloat in this dataset in terms of excess polyline vertices. Usually, with auto-generated contours, a &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#/Simplify_Line/007000000010000000/"&gt;generalization step&lt;/A&gt; is in order and can often reduce storage constraints considerably, while maintaining the basic quality of the dataset. There is often way to much detail and vertices added to the contours in the contour generation process. &lt;BR /&gt;&lt;BR /&gt;Generalization will probably also mean you don't have to reduce storage precision, while still achieving a huge reduction in dataset size.&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;yes, i agree. I had tested generalization using bend simplification and point remove and the results were really great, bend simplify had what i considered to be better results. much faster and much smaller in the end. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;unfortunitely the powers that be did not want the data manipulated from the what was delivered. i will have to bring this up with them again. Somewhere accuracy is going to be lost (from the original delivery) if they want it in SDE. may it be in the resolution of the coordinates or in the reduction of verticies.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 15:23:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/imported-feature-class-size/m-p/699885#M39785</guid>
      <dc:creator>DanielSmith</dc:creator>
      <dc:date>2013-10-31T15:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: imported Feature Class size</title>
      <link>https://community.esri.com/t5/data-management-questions/imported-feature-class-size/m-p/699886#M39786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;unfortunitely the powers that be did not want the data manipulated from the what was delivered. i will have to bring this up with them again. Somewhere accuracy is going to be lost (from the original delivery) if they want it in SDE. may it be in the resolution of the coordinates or in the reduction of verticies.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can think of no reason not to generalize contours from a (LIDAR) DEM or point cloud. If you want the accuracy of the original data, start using the original data...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I see little value in terms of analytics, or scientific analysis, in height contours putting such severe constraints on accuracy that generalization would be out of the order.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Height contours are usually just cartographic (but maybe there's the culprit, and your customer is a cartographic agency afraid for quality loss compared to traditional "hand-drawn" photogrammetric contours...)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If the latter is the case, it maybe of help to you to hear that here in the Netherlands, the major cartographic agency responsible for country wide topographic maps (the "Kadaster"), actually just managed a unique achievement, that even got them an ESRI &lt;/SPAN&gt;&lt;A href="http://events.esri.com/conference/sagList/?fa=Detail&amp;amp;SID=1620"&gt;"Special Achievement in GIS" award&lt;/A&gt;&lt;SPAN&gt;: implementation of a &lt;/SPAN&gt;&lt;STRONG style="text-decoration: underline;"&gt;fully(!)&lt;/STRONG&gt;&lt;SPAN&gt; automated cartographic generalization process based on a huge - 400+ models - custom build ArcGIS Modelbuilder / FME suite that creates 1:50.000 maps from 1:10.000 &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;&lt;STRONG&gt;without human intervention&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This seems a world's first and quite a colossal achievement, especially since the 1:50.000 auto-generated map is fully replacing the existing "manually generalize"&amp;nbsp; production line for 1:50.000. There is no other cartographic agency who seems to have achieved this yet, although many have research projects in this direction.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A Dutch article about this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://www.gdmc.nl/publications/2012/Automatische_generalisatie.pdf"&gt;http://www.gdmc.nl/publications/2012/Automatische_generalisatie.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And from an online publisher an English language article in "Cartography and Geographic Information Science":&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://www.tandfonline.com/doi/abs/10.1080/15230406.2013.824637#.UnK83-L27zs"&gt;http://www.tandfonline.com/doi/abs/10.1080/15230406.2013.824637#.UnK83-L27zs&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 19:51:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/imported-feature-class-size/m-p/699886#M39786</guid>
      <dc:creator>MarcoBoeringa</dc:creator>
      <dc:date>2013-10-31T19:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: imported Feature Class size</title>
      <link>https://community.esri.com/t5/data-management-questions/imported-feature-class-size/m-p/699887#M39787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I can think of no reason not to generalize contours from a (LIDAR) DEM or point cloud. If you want the accuracy of the original data, start using the original data...&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;i could not agree more! I continually seem to deal with folks' inclination that GIS data, no matter the source, IS correctly and accurately reflecting reality and not a just a representation. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;I see little value in terms of analytics, or scientific analysis, in height contours putting such severe constraints on accuracy that generalization would be out of the order.&lt;BR /&gt;&lt;BR /&gt;Height contours are usually just cartographic (but maybe there's the culprit, and your customer is a cartographic agency afraid for quality loss compared to traditional "hand-drawn" photogrammetric contours...)&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;This is exactally the point i have tried to make repeatidly, though no where near as elegant. And no, the end users are not cartographers by any means. Rather more consultants. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;If the latter is the case, it maybe of help to you to hear that here in the Netherlands, the major cartographic agency responsible for country wide topographic maps (the "Kadaster"), actually just managed a unique achievement, that even got them an ESRI &lt;A href="http://events.esri.com/conference/sagList/?fa=Detail&amp;amp;SID=1620"&gt;"Special Achievement in GIS" award&lt;/A&gt;: implementation of a &lt;STRONG style="text-decoration: underline;"&gt;fully(!)&lt;/STRONG&gt; automated cartographic generalization process based on a huge - 400+ models - custom build ArcGIS Modelbuilder / FME suite that creates 1:50.000 maps from 1:10.000 &lt;SPAN style="font-style:italic;"&gt;&lt;STRONG&gt;without human intervention&lt;/STRONG&gt;&lt;/SPAN&gt;.&lt;BR /&gt;&lt;BR /&gt;This seems a world's first and quite a colossal achievement, especially since the 1:50.000 auto-generated map is fully replacing the existing "manually generalize"&amp;nbsp; production line for 1:50.000. There is no other cartographic agency who seems to have achieved this yet, although many have research projects in this direction.&lt;BR /&gt;&lt;BR /&gt;A Dutch article about this:&lt;BR /&gt;&lt;A href="http://www.gdmc.nl/publications/2012/Automatische_generalisatie.pdf"&gt;http://www.gdmc.nl/publications/2012/Automatische_generalisatie.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;And from an online publisher an English language article in "Cartography and Geographic Information Science":&lt;BR /&gt;&lt;A href="http://www.tandfonline.com/doi/abs/10.1080/15230406.2013.824637#.UnK83-L27zs"&gt;http://www.tandfonline.com/doi/abs/10.1080/15230406.2013.824637#.UnK83-L27zs&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So you're pretty much my new hero for thorough post replies now. If you were invloved in the above, kudos to you! That is a pretty amazing achievment.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Update: for anyone reading this far vangelo answered my question, but mboeringa2010 solved my problem! MANY THANKS TO BOTH OF THESE USERS.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 21:24:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/imported-feature-class-size/m-p/699887#M39787</guid>
      <dc:creator>DanielSmith</dc:creator>
      <dc:date>2013-10-31T21:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: imported Feature Class size</title>
      <link>https://community.esri.com/t5/data-management-questions/imported-feature-class-size/m-p/699888#M39788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;So you're pretty much my new hero for thorough post replies now. If you were invloved in the above, kudos to you! That is a pretty amazing achievment.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;No, I wasn't involved in this particular project. I just thought it worth mentioning, as I just discovered these articles myself (I wasn't aware of this ongoing project), and thought it worth mentioning as being quite a remarkable achievement.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have in the past been involved in other major projects here in the Netherlands for the Ministry of Transport, including a country wide highly detailed (about 1:10.000 scale) traffic noise modelling program and database implemented using ArcGIS, geodatabase versioning and a custom 3D traffic noise modelling core build by our project partner.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Nov 2013 06:40:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/imported-feature-class-size/m-p/699888#M39788</guid>
      <dc:creator>MarcoBoeringa</dc:creator>
      <dc:date>2013-11-01T06:40:20Z</dc:date>
    </item>
  </channel>
</rss>

