ASPRSorg / LAS

LAS Specification
https://www.asprs.org/committee-general/laser-las-file-format-exchange-activities.html
137 stars 16 forks source link

List of all recognized LAS classes #124

Open wonder-sk opened 1 year ago

wonder-sk commented 1 year ago

I am currently aware of these classes recognized by specs:

Are there any other specs to be aware of? Is there any common place that would list all currently assigned LAS classes?

(As a developer, I'd like to provide an up-to-date list of labels for known class values in QGIS.)

kjwaters commented 1 year ago

Martin, We have tables of about 20 or so different class schemas we've seen over the years. Usually they are along the lines of the base LAS spec table at the time and a few more classes on top of that, conflicting with someone else's additional classes. Nothing really official, they are just capturing what we've seen. Just another reason I wish people would fill out the classification VLR.

Kirk Waters, PhD NOAA Office for Coastal Management Applied Sciences Program ‪Phone: 843-284-6962‬ (New as of 2022) coast.noaa.gov/digitalcoast

On Fri, Aug 12, 2022 at 10:13 AM Martin Dobias @.***> wrote:

I am currently aware of these classes recognized by specs:

Are there any other specs to be aware of? Is there any common place that would list all currently assigned LAS classes?

(As a developer, I'd like to provide an up-to-date list of labels for known class values in QGIS.)

— Reply to this email directly, view it on GitHub https://github.com/ASPRSorg/LAS/issues/124, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA5B33IXRCUMAOQ6EG2PEJLVYZLLLANCNFSM56LZ3JRA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

esilvia commented 1 year ago

Good question! The topobathy community intend to add a few more in the second release of the LDP in #117. They also have a few classes in there like 64 and 65 that we intend to map over to 46 and 47.

If you wish to develop something like this, the official ASPRS tables are the ASPRS LAS classes as a good start, and then you can extend with dropdown options for the LDPs. Currently we have Topobathy LDP v1 and the draft v2.0. There aren't any other LDPs currently, but I constantly advocate for more. The utility sector seems ripe for one.

You might also take a look at #82 to see what @kjwaters means by supporting the classification VLR.