-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide guidance on System Identifier for tile-based data #54
Comments
It seems that these strings often contain something that has nothing to do with the actual hardware that was scanning. Here are a few random ones from my debug sample folder:
|
@esilvia I'm not sure if this is possible, but perhaps an agreed upon standardized shorthand/coded list maintained on the wiki page would allow you to incorporate more than one sensor in the space provided? Also would allow for a standardized list of how sensors should be populated in the field? e.g. Leica ALS80 vs ALS80 may appear to be two different kinds of sensors in a meta analysis query. |
What about this combo?
|
@hobu +1 I like the sound of this. It'd be even more useful if we could link the sensor's tech specs pages from there! @csevcik01 Is this something that Riegl would be willing to contribute to? We can start with the airborne sensors. |
This is to revive the discussion regarding the system identifier and brainstorm how the information could be presented.
Overall, a user could read this field as a sentence that states "For this particular project we used manned platform (for another project we could have utilized a different platform), systems’ names were abc and cba" In response, @esilvia proposed a simple and elegant solution, by simply using abbreviations which could accommodate multiple manufacturers and models. Here is Evon's example: System_ID_codes_brainstorming_November_ES_JDN_MJ.docx
I think that having this communicated in a form of a look up table would make it accessible for an average user to find rudimentary information about how the data were collected. |
@milenajaniec |
Thank you for clarifying this @jdnimetz . |
We've been able to refine this suggestion somewhat. System_ID_codes_brainstorming_November_ES_JDN_MJ_ES.docx The thought would be to combine a single-digit letter for the platform followed by a 4-digit code that corresponds to the sensor itself. For example, a Riegl VQ-880-G mounted in a fixed-wing aircraft would be designated by the code "AR881". Up to five space-delimited sensors can be added to a SystemID in this way. For example, if a Leica ALS80 mounted in a plane and a Velodyne VLP-16 mounted in a helicopter contributed points to a tile, the SystemID for that tile would be "RVP01 ALA80". Is this getting too cumbersome and arcane? How is this strategy better than a VLR with a null-terminated list of system names and serial numbers? We could designate a special SystemID that indicates a user should look for that VLR. |
@esilvia Thank you for posting the look up table. As you know, personally, I think this would work. |
Please review the latest version: |
@milenajaniec I believe that QSI has delivered a couple datasets using these codes now. Is it working? Does anyone have any remaining input before we start rolling this out more officially? |
@esilvia I asked the person who oversees the evaluation of one of the projects, for feedback. I have received the following response: "1. Hypothetically, how would one platform with two systems be displayed? However, the table itself met with approval. I received a comment that it was helpful and information was easy to locate. It seems that it provided much needed meaning to the system identifier bytes. Still, it seems, that the way that the scheme works for different systems should be explained in detail. I believe, that we have discussed how to arrange multiple system identifier codes, for instance, using space between them (ALA80 ALA70) and including the platform for each sensor to avoid ambiguity. Nonetheless, it was conveyed to me that we should make sure to describe all of this in detail within wiki. |
Added three systems from a recent multibeam sonar survey, and a generic ID for MultiBeam Sonar in general. I couldn't think of a sensible way to do it intelligibly so I went with more generic codes of the format "MBxx". |
It was pointed out to me that the Ross Labs system is a Sonar Sweep system, not a multibeam system. As such, its code has been changed from MB03 to SR01. |
To throw a wrench into this whole discussion of system ID codes. It was discussed that the entire purpose for this field should be for casual user lookup. In that spirit, how many casual users can actually explain the meaningful differences between lets say an ALS80 and a Riegl 1560? In my experiences most of these end users have more of a marketing based mindset than anything useful they'd gain from actually knowing the sensor model. With that, I'd suggest that specifying sensor technology is much more useful to the average user. Defining "Airborne linear mode lidar" vs "Terrestrial phase shift lidar" would tell much more of a "need to know" story about the LAS file. In addition this is far more future proof and a "specification" based approach with having some generalization. I just would want to avoid it turning into a mess of codes that no users will actually look up. These more specific details are always available in metadata. |
@nkules Thank you for taking time to add to the discussion. Honestly, I do not know how many users will know the difference between specific systems, such as ALS80 and a Riegl 156. I can only speak for folks who are seeking a more helpful information to interpret las files. We are looking for the system identifier field to be populated in such a way that a person could look it up and then, possibly understand why the point cloud looks a certain way (denser towards the edge of the swath, etc.), or why the Scan Direction Flag is populated the way it is. In other words, populating system identifier field in more meaningful way may help to explain why some of the other fields in a point cloud are filled the way they are. A lot our people are scientists, and they would like to gain as much information as possible. Ideally, yes, there should be metadata available with those files. However, in real life it is sometimes unavailable. |
I think that having a way to include as much information as possible about the sensor into this field, such as using the system ID codes table, would be more inclusive and beneficial to users in general. |
I definitely see the advantage of including the maximum amount of information. I like that this is a very technical solution. My issue with this approach would primarily be the need for a user to look up additional information to decode, as well as not being a future proof solution. This solution requires A) that someone maintains the look up tables and B) the ability to encompass all sensors that might use the LAS format. This puts the effort on those supporting the format instead of the user/creator of the files. I might be preaching to the choir here but my mindset when approaching the LAS format would be to build in as much longevity as possible. If you look at longstanding formats such as tiff, it has survived without a major release in 27 years (not counting extensions). The LAS format is obviously more complex and inherently more dynamic so it would be crazy to expect that sort of longevity. However I feel that keeping some level of abstraction will at least lend to nurture this. In the case of additional sensor information (this is probably going beyond the scope of the specification discussion) has anyone considered embedding this information into VLRs (or ELVRs)? This would allow users to burn in metadata information such as sensor type(s) or even all of the fields that are encompassed in the USGS tags. Reading the VLRs are fairly quick and easy and some packages out there (e.g. Lastools Lasinfo) already read them as part of the header scan. That opens the door for the excessive use of VLRs, but just an alternative thought. |
@nkules Definitely the lookup table would require maintenance on wiki. Either folks would submit their preferred code for a new system (or one that was accidentally omitted) that we could add to the table, or we could assign one. |
@nkules Thanks for the great discussion here! To address your concerns about longevity, nothing in this entire thread actually translates into a material change of the specification. I imagine that most users of the LAS file will ignore (and has ignored, if we're being honest) this entire discussion and continue to use the SystemID in whatever manner they wish. That methodology is 100% spec compliant and will receive no criticism from me. If, however, an entity such as USGS wishes to encode more meaningful information into the SystemID field, supplying this table and convention in the wiki would give them the option to point to the table and say "do that" and receive data that they already know how to interpret. That's the purpose of the wiki pages here. If in 5 years the LWG has disappeared and the table is no longer maintained, the viability of LAS isn't threatened because usage of the SystemID would revert back to its previous usage. It's interesting that you bring up the TIFF spec because it actually has a very similar parallel. The GeoTIFF specification provides a mechanism for encoding CRS information that's remained largely unchanged for many years. It was so stable, in fact, that it remained the method for CRS encoding in LAS until LAS 1.4. However, as new coordinate systems (e.g., UTM10 NAD83(2011)) entered the world, a governing body had to introduce new codes that could be fed into the unchanging structure provided by GeoTIFF. That burden largely fell on the EPSG strictly by convention, although technically anyone could have done it. In the same way, the LWG can maintain a set of codes to populate into the SystemID until such a time as it no longer serves the community. That set of codes seemed easier to maintain than a VLR since it didn't require changing anyone's LAS readers. |
A while back I received a contribution of several camera systems, which I've added. I also added generic codes for all of the modalities I could think of. I also added conditional formatting to highlight non-unique cells. |
@milenajaniec (edit) link: https://github.com/ASPRSorg/LAS/wiki/Standard-System-Identifiers This is the xlsx it's based on. |
I'd be happy to add more sensors. @kdamkjer can you possibly contribute the formal names for your GML systems? In the absence of your input I'll call them Harris GML1 (HG01) and Harris GML2 (HG02). Are there others? Would you like them called something different? |
I added the two Harris sensors and one from Fugro. |
Thank you @esilvia - I appreciate your work on this! |
I finished up the wiki and removed DRAFT markings. Today I added example LAS files and SystemID values for multiple different combinations. The "final" draft of the wiki is here: https://github.com/ASPRSorg/LAS/wiki/Standard-System-Identifiers I noticed that I missed codes for the Optech Lynx mobile systems. If anyone knows someone at Teledyne Optech I'd appreciate a connection to them so that we can ensure that all of their systems are represented... I'm not personally familiar enough with their systems to take a stab. Hexagon/Leica is also unrepresented on the LWG now. Does anyone know someone? @csevcik01 Can you or one of your colleagues review the list of Riegl systems and contribute any that might be missing? @mattbcolorado Does Merrick have any lidar systems that should be added? @jdnimetz Do you have data from any recent systems that I'm missing? If I don't hear from anyone by EOY I'll close this thread. |
@esilvia I can help you with the Optech connection
|
Is anyone already reaching out to manufacturers of cheaper LiDAR systems, like Livox, Ouster, Quanergy, ... that start populating the lower-end UAV market? |
@esilvia Small grammar error in point 2: (remove word can)
|
Evon,
There is only one commercial model of L3Harris sensor. We can call it “L3Harris Geiger-mode LiDAR”. Also, please update Harris Corporation to L3Harris Technologies. I think the HG01 designator is fine.
For the “Pure Generic” sensors, we may want to differentiate between Geiger-mode APD and PMT lidar sensors since they have different product characteristics (instead of having a single “photon counting lidar” category). Also, all lidar are TOF, so perhaps “linear-mode” or “standard lidar” would be a better term? Especially to avoid confusion with TOF cameras.
Please let me know if I can provide any other assistance.
Kristian L. Damkjer, PhD, CMS-LiDAR
Lead, Software Engineering, Geospatial Software
Space & Airborne Systems / L3HARRIS TECHNOLOGIES
t +1 321 984 5773 / m +1 321 890 4198
|
Merrick uses COTS LiDAR systems, nothing proprietary.
Matt Bethel, GISP | Director of Operations and Technology | Merrick & Company
T: +1 303-353-3662 | C: +1 720-979-4451 | S: matt.bethel1 | www.merrick.com<http://www.merrick.com/>
Engineering | Architecture | Design-Build | Surveying | Planning | Geospatial Solutions
|
Fixed corporation name and sensor name in the tables and attachments. Also fixed in the 5-sensor LAS example, and removed the nonexistent GML2 sensor.
You're right that TOF is misleading, and I think it's trying to be too granular. I'm just trying to capture linear scanning systems vs. array-based solid-state systems, as their behaviors are wildly different. Is there a sensible way to do that? |
@manleypv Feel free to send them a link to www.lasformat.org or shoot me an email at [email protected]. @manfred-brands Thanks! Fixed. @rapidlasso I have no contacts there. Feel free to send them my way if you do. My hope is that people who begin to use those and the massive volume of camera systems out there will reach out when they attempt to create LAS. Most won't generate LAS files at all, so it'd be wasted effort trying to support them preemptively. |
I received an email from the USGS QC team indicating that the System Identifier (SystemID) field in the LAS header quite often is something other than the sensor used to collect the data. The spec is deliberately vague on its actual implementation, and in my opinion that's a good thing.
I believe it's clear how to implement it for a file containing a single flightline, but it's unclear how this field can be best utilized if data from multiple sensors are in the LAS file. For example, 32 characters is barely enough for something simple like "Leica ALS80 & Riegl 1560i" but if serial numbers are desired it gets too long.
Does anyone have experience with a good multi-sensor implementation they're happy with that we can recommend? I'm not sure that this merits a change to the specification, but we can perhaps provide guidance to USGS for their contractors.
@jstoker74
The text was updated successfully, but these errors were encountered: