<?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: Performance issues - can't (or barely can) reproject 300 million points in ArcGIS in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/performance-issues-can-t-or-barely-can-reproject/m-p/66017#M2355</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Next time, use gdalwarp, it does all of that together and the -multi flag uses parallel processing.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jan 2012 21:52:03 GMT</pubDate>
    <dc:creator>KyleShannon</dc:creator>
    <dc:date>2012-01-05T21:52:03Z</dc:date>
    <item>
      <title>Performance issues - can't (or barely can) reproject 300 million points in ArcGIS10</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/performance-issues-can-t-or-barely-can-reproject/m-p/66016#M2354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a pretty big raster that's currently gridded in NAD83 State Plane feet that I wanted to re-grid as accurately as possible in the corresponding NAD83 UTM zone, so I exported the grid as points to a geodatabase, and reprojected from State Plane to UTM into a shapefile. The point file is 306,660,952 points, 16 bit integer values.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I started this about four hours ago. geoprocessor went through the % complete bar pretty quickly, but it's been stuck at 100% and it WAS slowly writing output for the last 3.5 hours or more... but in the last few minutes it appears that it stuck at 100% and stopped writing output. The file sizes are:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;.dbf - 1,268,832 KB&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;.shp - 2,089,840 KB&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;.shx - 597,098 KB&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Oh. It just finished.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyway, I quickly became frustrated with the write speed, so I started to perform the same task in parallel using gdal (1.8) and cs2cs (4.7.1). In a fraction of the time (about 43 minutes), I was able to export the same raster to an XYZ file using gdal_translate (1.8), and convert it to UTM using CS2CS (4.7.1). on the same machine. The write speed of Arc, and the cpu overhead, didn't change appreciably while I was doing this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For the gdal/cs2csthe raster started out as a 211 MB geotif, exported to XYZ as a 5.75 GB XYZ (integer feet), and transformed into a 8.89 GB UTM xyz.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Food for thought.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(WIN7x64 Dual 6-core CPUs (Xeon X5650 @ 2.67 GHz)/ 12 GB RAM / using different 2 TB SATA 3 read/write drives)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Feb 2011 02:39:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/performance-issues-can-t-or-barely-can-reproject/m-p/66016#M2354</guid>
      <dc:creator>AndyRitchie</dc:creator>
      <dc:date>2011-02-11T02:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issues - can't (or barely can) reproject 300 million points in ArcGIS</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/performance-issues-can-t-or-barely-can-reproject/m-p/66017#M2355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Next time, use gdalwarp, it does all of that together and the -multi flag uses parallel processing.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2012 21:52:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/performance-issues-can-t-or-barely-can-reproject/m-p/66017#M2355</guid>
      <dc:creator>KyleShannon</dc:creator>
      <dc:date>2012-01-05T21:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issues - can't (or barely can) reproject 300 million points in ArcGIS</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/performance-issues-can-t-or-barely-can-reproject/m-p/66018#M2356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No doubt gdal is faster for many things, but...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Why not just project it in raster format? Since there is no datum transformation, I don't (think?) you would&amp;nbsp; get any meaningfully added precision by converting to point format and projecting that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) You listed the .shp file size as being 2,089,840 MB, which is basically the 32-bit 2.1GB file size limit... Are you sure ALL your points made it to the shapefile?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2012 23:21:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/performance-issues-can-t-or-barely-can-reproject/m-p/66018#M2356</guid>
      <dc:creator>ChrisSnyder</dc:creator>
      <dc:date>2012-01-05T23:21:08Z</dc:date>
    </item>
  </channel>
</rss>

