<?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: What is the best way to deal with large contour vector files? in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/what-is-the-best-way-to-deal-with-large-contour/m-p/566811#M24936</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Generally you would want to tile this. I usually split the raster using TopoQuad boundaries, you could use quarter-quad as well. In terms of management, you could add all of the output contours into a GDB feature dataset, or publish them all as a single map service or even better, a vector tile layer (as long as there is no expectation to label the index contours).&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Dec 2019 15:41:46 GMT</pubDate>
    <dc:creator>ThomasColson</dc:creator>
    <dc:date>2019-12-19T15:41:46Z</dc:date>
    <item>
      <title>What is the best way to deal with large contour vector files?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/what-is-the-best-way-to-deal-with-large-contour/m-p/566809#M24934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a large TIF (50GB) containing elevation data that I need to generate 5m contours from. What is the best way to manage this?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Running contour on the entire TIF (if it even works without crashing) will create a file too large to be useful. I could tile the raster and run contour on each tile, but then management of this becomes a bit of an issue as there doesn't seem to be a vector equivalent of the mosaic dataset (am I wrong about that?).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do people manage large sets of contour files so that other people can find what they are looking for?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Dec 2019 20:19:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/what-is-the-best-way-to-deal-with-large-contour/m-p/566809#M24934</guid>
      <dc:creator>Matthew_Williams</dc:creator>
      <dc:date>2019-12-18T20:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best way to deal with large contour vector files?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/what-is-the-best-way-to-deal-with-large-contour/m-p/566810#M24935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The disk size does not say much, how many columns/rows does the raster have id a better indicator.&lt;/P&gt;&lt;P&gt;What will the output feature class be used for?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest one of these 2 methods.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Use SplitRaster with a 1 cell overlap and contour each raster&lt;/LI&gt;&lt;LI&gt;specify &lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/spatial-analyst/contour.htm"&gt;max_vertices_per_per_feature &lt;/A&gt;in the Contour tool&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Dec 2019 20:27:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/what-is-the-best-way-to-deal-with-large-contour/m-p/566810#M24935</guid>
      <dc:creator>SteveLynch</dc:creator>
      <dc:date>2019-12-18T20:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best way to deal with large contour vector files?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/what-is-the-best-way-to-deal-with-large-contour/m-p/566811#M24936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Generally you would want to tile this. I usually split the raster using TopoQuad boundaries, you could use quarter-quad as well. In terms of management, you could add all of the output contours into a GDB feature dataset, or publish them all as a single map service or even better, a vector tile layer (as long as there is no expectation to label the index contours).&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2019 15:41:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/what-is-the-best-way-to-deal-with-large-contour/m-p/566811#M24936</guid>
      <dc:creator>ThomasColson</dc:creator>
      <dc:date>2019-12-19T15:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best way to deal with large contour vector files?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/what-is-the-best-way-to-deal-with-large-contour/m-p/566812#M24937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Matthew&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can you respond to this post or email &lt;A href="https://community.esri.com/thread/slynch@esri.com"&gt;me&amp;nbsp;&lt;/A&gt;as to which route you decided upon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;-Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Dec 2019 19:14:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/what-is-the-best-way-to-deal-with-large-contour/m-p/566812#M24937</guid>
      <dc:creator>SteveLynch</dc:creator>
      <dc:date>2019-12-20T19:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best way to deal with large contour vector files?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/what-is-the-best-way-to-deal-with-large-contour/m-p/566813#M24938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So&amp;nbsp;I actually handled the processing using FME to create 60 DEM tiles and contour each tile individually. My plan is now to do what Thomas has suggested and add the output to a GDB Feature dataset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To manage the 60 different contour layers I'll add the 60 DEM tiles to a mosaic dataset, and export the footprints to use as a labeled index/guide&amp;nbsp;so that people can ID and select the correct files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that a reasonable solution?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Dec 2019 19:29:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/what-is-the-best-way-to-deal-with-large-contour/m-p/566813#M24938</guid>
      <dc:creator>Matthew_Williams</dc:creator>
      <dc:date>2019-12-20T19:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best way to deal with large contour vector files?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/what-is-the-best-way-to-deal-with-large-contour/m-p/566814#M24939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Matthew&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do the raster tiles overlap by 1 cell?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Dec 2019 20:03:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/what-is-the-best-way-to-deal-with-large-contour/m-p/566814#M24939</guid>
      <dc:creator>SteveLynch</dc:creator>
      <dc:date>2019-12-20T20:03:16Z</dc:date>
    </item>
  </channel>
</rss>

