<?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: LIDAR asc files without spatial references processing ArcGIS 10.0 in Spatial Statistics Questions</title>
    <link>https://community.esri.com/t5/spatial-statistics-questions/lidar-asc-files-without-spatial-references/m-p/753622#M2385</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hello, I recently acquired LIDAR files which are in .asc format. My objective is to create an automatic model using modelbuilder so any LIDAR files of a watershed area can be processed in order to extract paramters such as geographical extend...&lt;BR /&gt;But I'm stuck at the first step, I have the raw LIDAR data in .asc format and when I open it in notepad++, it shows only 3 columns and about 3 millions rows of datas, the matter is that I have no spatial reference, I don't have any information such as :&lt;BR /&gt;NCOLS xxx&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NROWS xxx&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; XLLCORNER xxx&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; YLLCORNER xxx&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CELLSIZE xxx&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NODATA_VALUE xxx&lt;BR /&gt;&lt;BR /&gt;I can specify myself the number of rows, columns and the nodata value but I can't specify the cellsize or the geographical extend of the dataset. I can't create a Raster using the ASCII to Raster Tool (which is strange by the way considering a raster doesn't need spatial references to exist). I'd like to know how I could convert such files into Raster data (preferably TIFF) which I can then specify spatial references.&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;Josseline&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Josseline,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The data you received is an XYZ ASCII point cloud (vector) which is quite different from the &lt;/SPAN&gt;&lt;SPAN style="text-decoration:underline;"&gt;raster &lt;/SPAN&gt;&lt;SPAN&gt;format you're trying to obtain. Please read these help topics for more information on both formats.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/main/10.2/index.html#//009t0000000z000000" rel="nofollow" target="_blank"&gt;Esri ASCII raster format&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;and&lt;/SPAN&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/main/10.2/index.html#//015w00000041000000" rel="nofollow" target="_blank"&gt;What is lidar data?&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;LiDAR data is normally a lot richer than XYZ only. In your case it has been stripped down to XYZ. ArcGIS has several ways of working with LiDAR data, but those are normally based on LAS files which are imported to a LAS dataset:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/main/10.2/index.html#/What_is_a_LAS_dataset/015w00000057000000/" rel="nofollow" target="_blank"&gt;What is a LAS dataset?&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;At this moment Esri still does not provide a simple straightforward way of converting XYZ (ASCII) files to LAS. If you also feel that this is a necessary tool you can support the idea here (it's under consideration):&lt;/SPAN&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://ideas.arcgis.com/ideaView?id=08730000000bt5q&amp;amp;returnUrl=%2Fapex%2FideaList%3Fc%3D09a300000004xET%26category%3DNatural%2BResources" rel="nofollow" target="_blank"&gt;Ability to convert xyz point data to LAS format&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the mean time there are several other ways of doing this. I found a tool on the ArcScripts site (although I have no idea what version of ArcGIS it supports):&lt;/SPAN&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://arcscripts.esri.com/details.asp?dbid=12876" rel="nofollow" target="_blank"&gt;ArcScripts: Convert XYZ,ASCII Raster files to ESRI GRID-Batch&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Another possibility is using the &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/main/10.2/index.html#/ASCII_3D_To_Feature_Class/00q900000041000000/" rel="nofollow" target="_blank"&gt;ASCII 3D To Feature Class&lt;/A&gt;&lt;SPAN&gt; (requires 3D Analyst) which results in a PointZ featureclass followed by a &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/main/10.2/index.html#//00120000002z000000" rel="nofollow" target="_blank"&gt;Point to raster&lt;/A&gt;&lt;SPAN&gt;. You can read more about this in this Esri Blog: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://blogs.esri.com/esri/arcgis/2008/12/15/lidar-solutions-in-arcgis_part2-creating-raster-dems-and-dsms-from-large-lidar-point-collections/" rel="nofollow" target="_blank"&gt;Lidar Solutions in ArcGIS_part2: Creating raster DEMs and DSMs from large lidar point collections&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A very powerful toolset is LAStools:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://www.cs.unc.edu/~isenburg/lastools/" rel="nofollow" target="_blank"&gt;http://www.cs.unc.edu/~isenburg/lastools/&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;and&lt;/SPAN&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://rapidlasso.com/lastools/" rel="nofollow" target="_blank"&gt;http://rapidlasso.com/lastools/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please bear in mind that LAStools is not free for commercial applications:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://rapidlasso.com/pricing/" rel="nofollow" target="_blank"&gt;http://rapidlasso.com/pricing/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Some more reading on &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/main/10.2/index.html#//015w0000004q000000" rel="nofollow" target="_blank"&gt;Creating raster DEMs and DSMs from large lidar point collections&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kind regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Xander&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Sep 2013 06:18:34 GMT</pubDate>
    <dc:creator>XanderBakker</dc:creator>
    <dc:date>2013-09-30T06:18:34Z</dc:date>
    <item>
      <title>LIDAR asc files without spatial references processing ArcGIS 10.0</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/lidar-asc-files-without-spatial-references/m-p/753621#M2384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello, I recently acquired LIDAR files which are in .asc format. My objective is to create an automatic model using modelbuilder so any LIDAR files of a watershed area can be processed in order to extract paramters such as geographical extend...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But I'm stuck at the first step, I have the raw LIDAR data in .asc format and when I open it in notepad++, it shows only 3 columns and about 3 millions rows of datas, the matter is that I have no spatial reference, I don't have any information such as :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;NCOLS xxx&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NROWS xxx&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; XLLCORNER xxx&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; YLLCORNER xxx&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CELLSIZE xxx&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NODATA_VALUE xxx&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can specify myself the number of rows, columns and the nodata value but I can't specify the cellsize or the geographical extend of the dataset. I can't create a Raster using the ASCII to Raster Tool (which is strange by the way considering a raster doesn't need spatial references to exist). I'd like to know how I could convert such files into Raster data (preferably TIFF) which I can then specify spatial references.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Josseline&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Sep 2013 11:16:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/lidar-asc-files-without-spatial-references/m-p/753621#M2384</guid>
      <dc:creator>JosselineLou</dc:creator>
      <dc:date>2013-09-28T11:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: LIDAR asc files without spatial references processing ArcGIS 10.0</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/lidar-asc-files-without-spatial-references/m-p/753622#M2385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hello, I recently acquired LIDAR files which are in .asc format. My objective is to create an automatic model using modelbuilder so any LIDAR files of a watershed area can be processed in order to extract paramters such as geographical extend...&lt;BR /&gt;But I'm stuck at the first step, I have the raw LIDAR data in .asc format and when I open it in notepad++, it shows only 3 columns and about 3 millions rows of datas, the matter is that I have no spatial reference, I don't have any information such as :&lt;BR /&gt;NCOLS xxx&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NROWS xxx&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; XLLCORNER xxx&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; YLLCORNER xxx&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CELLSIZE xxx&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NODATA_VALUE xxx&lt;BR /&gt;&lt;BR /&gt;I can specify myself the number of rows, columns and the nodata value but I can't specify the cellsize or the geographical extend of the dataset. I can't create a Raster using the ASCII to Raster Tool (which is strange by the way considering a raster doesn't need spatial references to exist). I'd like to know how I could convert such files into Raster data (preferably TIFF) which I can then specify spatial references.&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;Josseline&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Josseline,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The data you received is an XYZ ASCII point cloud (vector) which is quite different from the &lt;/SPAN&gt;&lt;SPAN style="text-decoration:underline;"&gt;raster &lt;/SPAN&gt;&lt;SPAN&gt;format you're trying to obtain. Please read these help topics for more information on both formats.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/main/10.2/index.html#//009t0000000z000000" rel="nofollow" target="_blank"&gt;Esri ASCII raster format&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;and&lt;/SPAN&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/main/10.2/index.html#//015w00000041000000" rel="nofollow" target="_blank"&gt;What is lidar data?&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;LiDAR data is normally a lot richer than XYZ only. In your case it has been stripped down to XYZ. ArcGIS has several ways of working with LiDAR data, but those are normally based on LAS files which are imported to a LAS dataset:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/main/10.2/index.html#/What_is_a_LAS_dataset/015w00000057000000/" rel="nofollow" target="_blank"&gt;What is a LAS dataset?&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;At this moment Esri still does not provide a simple straightforward way of converting XYZ (ASCII) files to LAS. If you also feel that this is a necessary tool you can support the idea here (it's under consideration):&lt;/SPAN&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://ideas.arcgis.com/ideaView?id=08730000000bt5q&amp;amp;returnUrl=%2Fapex%2FideaList%3Fc%3D09a300000004xET%26category%3DNatural%2BResources" rel="nofollow" target="_blank"&gt;Ability to convert xyz point data to LAS format&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the mean time there are several other ways of doing this. I found a tool on the ArcScripts site (although I have no idea what version of ArcGIS it supports):&lt;/SPAN&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://arcscripts.esri.com/details.asp?dbid=12876" rel="nofollow" target="_blank"&gt;ArcScripts: Convert XYZ,ASCII Raster files to ESRI GRID-Batch&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Another possibility is using the &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/main/10.2/index.html#/ASCII_3D_To_Feature_Class/00q900000041000000/" rel="nofollow" target="_blank"&gt;ASCII 3D To Feature Class&lt;/A&gt;&lt;SPAN&gt; (requires 3D Analyst) which results in a PointZ featureclass followed by a &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/main/10.2/index.html#//00120000002z000000" rel="nofollow" target="_blank"&gt;Point to raster&lt;/A&gt;&lt;SPAN&gt;. You can read more about this in this Esri Blog: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://blogs.esri.com/esri/arcgis/2008/12/15/lidar-solutions-in-arcgis_part2-creating-raster-dems-and-dsms-from-large-lidar-point-collections/" rel="nofollow" target="_blank"&gt;Lidar Solutions in ArcGIS_part2: Creating raster DEMs and DSMs from large lidar point collections&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A very powerful toolset is LAStools:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://www.cs.unc.edu/~isenburg/lastools/" rel="nofollow" target="_blank"&gt;http://www.cs.unc.edu/~isenburg/lastools/&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;and&lt;/SPAN&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://rapidlasso.com/lastools/" rel="nofollow" target="_blank"&gt;http://rapidlasso.com/lastools/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please bear in mind that LAStools is not free for commercial applications:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://rapidlasso.com/pricing/" rel="nofollow" target="_blank"&gt;http://rapidlasso.com/pricing/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Some more reading on &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/main/10.2/index.html#//015w0000004q000000" rel="nofollow" target="_blank"&gt;Creating raster DEMs and DSMs from large lidar point collections&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kind regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Xander&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Sep 2013 06:18:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/lidar-asc-files-without-spatial-references/m-p/753622#M2385</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2013-09-30T06:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: LIDAR asc files without spatial references processing ArcGIS 10.0</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/lidar-asc-files-without-spatial-references/m-p/753623#M2386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you very much for your quick answer, it helped me very much. I finally used the ASCII 3D To Feature Class, I had a problem for getting the attribute table showing the elevation values in order to create an interpolated raster afterwards. But I resolved it by myself, thanks again for the post, I know now more about the data I'm dealing with !&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I think I'm will use ERDAS to geolocalize the raster I will create (I have some aerial photography)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you again (for the third time I think).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Take care,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Josseline&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Oct 2013 09:29:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/lidar-asc-files-without-spatial-references/m-p/753623#M2386</guid>
      <dc:creator>JosselineLou</dc:creator>
      <dc:date>2013-10-01T09:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: LIDAR asc files without spatial references processing ArcGIS 10.0</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/lidar-asc-files-without-spatial-references/m-p/753624#M2387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Josseline,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm glad I could be of any assistance. If you think it was helpful you can use the "check mark" and "arrow" buttons in order to help other members find useful information:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]27931[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;More info here: &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/forums-mvp/"&gt;http://resources.arcgis.com/en/help/forums-mvp/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kind regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Xander&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Oct 2013 12:00:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/lidar-asc-files-without-spatial-references/m-p/753624#M2387</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2013-10-01T12:00:04Z</dc:date>
    </item>
  </channel>
</rss>

