<?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: Export large shapefile in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/export-large-shapefile/m-p/1092371#M43531</link>
    <description>&lt;P&gt;I just have to ask: what is the reason to export it to a shape file?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 25 Aug 2021 18:21:29 GMT</pubDate>
    <dc:creator>JoeBorgione</dc:creator>
    <dc:date>2021-08-25T18:21:29Z</dc:date>
    <item>
      <title>Export large shapefile</title>
      <link>https://community.esri.com/t5/data-management-questions/export-large-shapefile/m-p/1092341#M43530</link>
      <description>&lt;P&gt;I have a large layer ~5,000,000 features that I need to export as a shapefile. I have read there is a 2gb limit for exporting shapefiles, is there any way around this? I was thinking maybe its possible to tile the layer I have and export each tile individually, but I haven't really been able to figure out if this is possible.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ben&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2021 17:47:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/export-large-shapefile/m-p/1092341#M43530</guid>
      <dc:creator>BenPearse</dc:creator>
      <dc:date>2021-08-25T17:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: Export large shapefile</title>
      <link>https://community.esri.com/t5/data-management-questions/export-large-shapefile/m-p/1092371#M43531</link>
      <description>&lt;P&gt;I just have to ask: what is the reason to export it to a shape file?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2021 18:21:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/export-large-shapefile/m-p/1092371#M43531</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2021-08-25T18:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: Export large shapefile</title>
      <link>https://community.esri.com/t5/data-management-questions/export-large-shapefile/m-p/1092375#M43532</link>
      <description>&lt;P&gt;I need to run it through a model in a different software that only accepts shapefiles.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2021 18:23:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/export-large-shapefile/m-p/1092375#M43532</guid>
      <dc:creator>BenPearse</dc:creator>
      <dc:date>2021-08-25T18:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: Export large shapefile</title>
      <link>https://community.esri.com/t5/data-management-questions/export-large-shapefile/m-p/1092388#M43533</link>
      <description>&lt;P&gt;Ahh. Gotcha.&amp;nbsp; If it were me, I'd contact the software vendor and ask them what you should do. I've used a number of third party software that only use shapefiles and I figured they do that because they are cheap and don't want to pay ESRI the licensing fees.&amp;nbsp; But guess what?&amp;nbsp; It limits the functionality of their products as you've discovered...&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2021 18:33:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/export-large-shapefile/m-p/1092388#M43533</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2021-08-25T18:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: Export large shapefile</title>
      <link>https://community.esri.com/t5/data-management-questions/export-large-shapefile/m-p/1092407#M43534</link>
      <description>&lt;P&gt;The limit is based on the .dbf file:&amp;nbsp;&lt;A href="https://www.dbase.com/Knowledgebase/faq/dBASE_Limits_FAQ.html" target="_blank"&gt;https://www.dbase.com/Knowledgebase/faq/dBASE_Limits_FAQ.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You could create a grid of the data and then clip the data by the grid. That would possibly allow you to get under the 2GB limit.&lt;BR /&gt;&lt;BR /&gt;Here is a good thread on this:&amp;nbsp;&lt;A href="https://gis.stackexchange.com/questions/312739/why-are-shapefiles-limited-to-2gb-in-size" target="_blank"&gt;https://gis.stackexchange.com/questions/312739/why-are-shapefiles-limited-to-2gb-in-size&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2021 19:15:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/export-large-shapefile/m-p/1092407#M43534</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2021-08-25T19:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: Export large shapefile</title>
      <link>https://community.esri.com/t5/data-management-questions/export-large-shapefile/m-p/1093367#M43542</link>
      <description>&lt;P&gt;How much over the limit are you?&amp;nbsp;&amp;nbsp;&amp;nbsp;If its just triage to get you over the line:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;try to drop unnecessary columns (look for un-optimised large text fields)&lt;/LI&gt;&lt;LI&gt;check for redundancy&lt;UL&gt;&lt;LI&gt;columns that are equivalent in meaning&lt;/LI&gt;&lt;LI&gt;a column that has the same value for all records&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;integer code anything that can be&lt;/LI&gt;&lt;LI&gt;create a minimal shapefile of just feature geometry, the&amp;nbsp; PK, and only the essential attributes&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;If you're way over the limit, that won't help.&amp;nbsp; You have more than one option to partition the data, including but not limited to:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;by geographic tiles&lt;/LI&gt;&lt;LI&gt;split by attribute&lt;/LI&gt;&lt;LI&gt;export records &lt;EM&gt;m&lt;/EM&gt; to &lt;EM&gt;n&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Sat, 28 Aug 2021 23:16:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/export-large-shapefile/m-p/1093367#M43542</guid>
      <dc:creator>MicZatorsky_AEC</dc:creator>
      <dc:date>2021-08-28T23:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Export large shapefile</title>
      <link>https://community.esri.com/t5/data-management-questions/export-large-shapefile/m-p/1093370#M43543</link>
      <description>&lt;P&gt;I was way over the limit. I ended up just selecting 500,000 records in the attribute table, exporting those, then doing that six more times until I had exported every row.&lt;/P&gt;</description>
      <pubDate>Sun, 29 Aug 2021 01:40:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/export-large-shapefile/m-p/1093370#M43543</guid>
      <dc:creator>BenPearse</dc:creator>
      <dc:date>2021-08-29T01:40:25Z</dc:date>
    </item>
  </channel>
</rss>

