<?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 Changing LAS Class Codes to numbers above 255 in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/changing-las-class-codes-to-numbers-above-255/m-p/1008262#M34864</link>
    <description>&lt;P&gt;I have a fully classified lidar of a substation.&amp;nbsp; It is classified the with regular codes (2 = Ground, 6= Building)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The issue is I need to change the codes to numbers that are going to be higher than 255 (275 = Building)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does ArcPro have a way to do this?&lt;/P&gt;</description>
    <pubDate>Wed, 09 Dec 2020 21:03:56 GMT</pubDate>
    <dc:creator>ScottWagoner1</dc:creator>
    <dc:date>2020-12-09T21:03:56Z</dc:date>
    <item>
      <title>Changing LAS Class Codes to numbers above 255</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/changing-las-class-codes-to-numbers-above-255/m-p/1008262#M34864</link>
      <description>&lt;P&gt;I have a fully classified lidar of a substation.&amp;nbsp; It is classified the with regular codes (2 = Ground, 6= Building)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The issue is I need to change the codes to numbers that are going to be higher than 255 (275 = Building)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does ArcPro have a way to do this?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2020 21:03:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/changing-las-class-codes-to-numbers-above-255/m-p/1008262#M34864</guid>
      <dc:creator>ScottWagoner1</dc:creator>
      <dc:date>2020-12-09T21:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: Changing LAS Class Codes to numbers above 255</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/changing-las-class-codes-to-numbers-above-255/m-p/1008266#M34865</link>
      <description>&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/3d-analyst/change-las-class-codes.htm" target="_blank"&gt;Change LAS Class Codes (3D Analyst)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/help/data/las-dataset/edit-las-file-classification-codes.htm" target="_blank"&gt;Edit LAS file classification codes—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;popup first in the help files&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2020 21:15:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/changing-las-class-codes-to-numbers-above-255/m-p/1008266#M34865</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2020-12-09T21:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: Changing LAS Class Codes to numbers above 255</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/changing-las-class-codes-to-numbers-above-255/m-p/1008271#M34866</link>
      <description>&lt;P&gt;Sorry, I read that documentation.&amp;nbsp; It only allows you to change the code if the new code is 255 or smaller. If the code number needed to change is above 255 the tool fails.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way in pro to do this, or any other program you would suggest.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2020 21:20:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/changing-las-class-codes-to-numbers-above-255/m-p/1008271#M34866</guid>
      <dc:creator>ScottWagoner1</dc:creator>
      <dc:date>2020-12-09T21:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: Changing LAS Class Codes to numbers above 255</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/changing-las-class-codes-to-numbers-above-255/m-p/1691338#M102419</link>
      <description>&lt;P&gt;Apologies for the belated reply.&amp;nbsp; It is not possible to assign numbers outside the range of 0 to 255 because the LAS format does not support classification values beyond this range. For reference, you can review the LAS specifications on the ASPRS website here:&lt;BR /&gt;&lt;A href="https://community.asprs.org/leadership-restricted/leadership-content/public-documents/standards" target="_blank" rel="noopener"&gt;https://community.asprs.org/leadership-restricted/leadership-content/public-documents/standards&lt;/A&gt;&lt;/P&gt;&lt;P&gt;With your substation data, you mentioned needing a way to reassign buildings to a value outside the range of 0 to 255.&amp;nbsp; It would be best to consider leaving the buildings as class 6 so that they can be handled in a predictable way by other operations that honor this designation.&amp;nbsp; For example, our building classifier is designed to work with the LAS specification, and it would assign building points as class 6.&amp;nbsp; If the class assigned to buildings is changed to something else, then it would require constant management if a tool or operation that uses class 6 is being leveraged to manage such data.&lt;/P&gt;&lt;P&gt;The LAS specifications divide class codes into two categories- "Reserved" and "User Definable". The reserved category represents classes 0 to 63, and their meaning is either predefined (e.g. 2 for ground, 6 for building and so on) or will be defined in the future by the ASPRS. The "user definable" classes are 64 to 255, and they are intended to support the need for classifying objects that are not accounted for by the ASPRS.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The ASPRS advises that any classes that are already defined in the "reserved" portion should be consistently used in all LAS files, and that any classes that are not defined should be assigned a value in the "user definable" portion.&amp;nbsp; Below is the relevant portion from the LAS format specifications:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LAS Classification Information" style="width: 739px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/150002i72C516E3D0CF739C/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="LAS Classification Information" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;LAS Classification Information&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;It would be helpful to get a better sense about your classification objectives to see if there is a way to align it with the LAS specifications.&amp;nbsp; I have heard on several occasions that LAS classification in electric utility management often exhausts the range of classes supported by LAS files, and would greatly appreciate any insight you can share about your desired objectives for classifying your lidar.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Perhaps one solution could be to advocate for an officially recognized domain profile for electric utility related lidar that could entail the incorporation of "extra bytes" to store additional attributes that contain secondary classification details.&amp;nbsp; In this approach, the class code attribute could be used as a primary classifier (e.g. 14 for conductor line) and the extra byte can be used to store another integer whose meaning further clarifies what type of conductor line is identified (e.g. class 14 - extra byte 0 = low voltage line, extra byte 1 = high voltage in a particular range, and extra byte 2 =&amp;nbsp; high voltage in a different range, and so on).&lt;/P&gt;&lt;P&gt;Another more immediate approach may be to leverage the attribute called "user data" as a secondary class code in the same manner described above.&amp;nbsp; User data is an integer attribute that supports values in the range of 0 to 255, and it does not have any particular meaning, but can be used to represent any information desired by the user. This could also offer a potential solution for storing secondary classification information.&lt;/P&gt;&lt;P&gt;Regardless, it would be great to hear more about your needs for extra classes.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2026 17:54:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/changing-las-class-codes-to-numbers-above-255/m-p/1691338#M102419</guid>
      <dc:creator>KhalidDuri1</dc:creator>
      <dc:date>2026-03-18T17:54:35Z</dc:date>
    </item>
  </channel>
</rss>

