1.使用数据

使用Icesat-2星载激光雷达ATL03数据,数据格式为las格式。

2.使用工具

Argis工具箱中的LAS Dataset工具模块,位于Data Management Tools里面,这个工具包含一下工具:

Add Files to LAS Dataset

Create LAS Dataset

LAS Dataset Statistics

LAS Point Statistics as Raster

Remove Files From LAS Dataset

3.加载数据

使用Create LAS Dataset 工具先转件一个LAS 数据集:

文输入文件中我们直接加载las数据,设置LAS Dataset存储路径。坐标系选择:GCS_WGS_1984

其他参数原文(英文)说明如下:

Surface Constraints (optional)

The feature classes that will be referenced by the LAS dataset. Each feature will need the following properties defined:

Input Feature Class—The feature class to be referenced by the LAS dataset.

Height Field—The field that specifies the source of elevation values for the features. Any numeric field in the feature's attribute table can be used. If the feature supports z-values, the feature geometry can be read by selecting the Shape.Z option. If no height is desired, specify the keyword <None> to create Z-less features whose elevation would be interpolated from the surface.

Surface Feature Type—The surface feature type that defines how the feature geometry gets incorporated into the triangulation for the surface. Options with hard or soft designation refer to whether the feature edges represent distinct breaks in slope or a gradual change.

  • anchorpoints—Elevation points that never get thinned away. This option is only available for single-point feature geometry.
  • hardline or softline—Breaklines that enforce a height value.
  • hardclip or softclip—Polygon dataset that defines the boundary of the LAS dataset.
  • harderase or softerase—Polygon dataset that defines holes in the LAS dataset.
  • hardreplace or softreplace—Polygon dataset that defines areas of constant height.

Coordinate System (optional)

The spatial reference of the LAS dataset. If no spatial reference is explicitly assigned, the LAS dataset will use the coordinate system of the first input LAS file. If the input files do not contain any spatial reference information and the Input Coordinate System is not set, then the LAS dataset's coordinate system will be listed as unknown.

Compute Statistics (optional)

Specifies whether statistics for the LAS files will be computed and a spatial index generated for the LAS dataset. The presence of statistics allows the LAS dataset layer's filtering and symbology options to only show LAS attribute values that exist in the LAS files. A .lasx auxiliary file is created for each LAS file.

  • Unchecked—Statistics will not be computed. This is the default.
  • Checked—Statistics will be computed.

Store Relative Paths (optional)

Specifies whether lidar files and surface constraint features will be referenced by the LAS dataset through relative or absolute paths. Using relative paths may be convenient for cases where the LAS dataset and its associated data will be relocated in the file system using the same relative location to one another.

  • Unchecked—Absolute paths will be used for the data referenced by the LAS dataset. This is the default.
  • Checked—Relative paths will be used for the data referenced by the LAS dataset.

为方便阅读,Google翻译如下:

表面约束(可选)
LAS 数据集将引用的要素类。每个功能都需要定义以下属性:

输入要素类 - LAS 数据集要引用的要素类。

高度字段 - 指定要素高程值来源的字段。可以使用要素属性表中的任何数字字段。如果要素支持 z 值,则可以通过选择 Shape.Z 选项来读取要素几何。如果不需要高度,请指定关键字 <None> 以创建其高程将从表面插值的 Z-less 要素。

表面特征类型 - 定义特征几何如何合并到表面三角剖分中的表面特征类型。具有硬或软指定的选项是指特征边缘是表示坡度的明显中断还是渐变。

锚点——永远不会变薄的高程点。此选项仅适用于单点要素几何。
hardline 或 softline - 强制高度值的断裂线。
hardclip 或 softclip - 定义 LAS 数据集边界的多边形数据集。
harderase 或 softerase - 定义 LAS 数据集中孔洞的多边形数据集。
hardreplace 或 softreplace - 定义恒定高度区域的多边形数据集。
坐标系(可选)
LAS 数据集的空间参考。如果未明确指定空间参考,则 LAS 数据集将使用第一个输入 LAS 文件的坐标系。如果输入文件不包含任何空间参考信息且未设置输入坐标系,则 LAS 数据集的坐标系将列为未知。

计算统计信息(可选)
指定是否计算 LAS 文件的统计数据并为 LAS 数据集生成空间索引。统计数据的存在允许 LAS 数据集图层的过滤和符号系统选项仅显示 LAS 文件中存在的 LAS 属性值。为每个 LAS 文件创建一个 .lasx 辅助文件。

未选中 - 不会计算统计数据。这是默认设置。
选中 - 将计算统计数据。
存储相对路径(可选)
指定 LAS 数据集是通过相对路径还是绝对路径引用激光雷达文件和表面约束要素。对于 LAS 数据集及其关联数据将在文件系统中使用彼此相同的相对位置重新定位的情况,使用相对路径可能会很方便。

未选中 - 绝对路径将用于 LAS 数据集引用的数据。这是默认设置。
选中 - 相对路径将用于 LAS 数据集引用的数据。

点击OK按钮,加载数据。

加载好数据之后:LAS Dataset工具条激活了,里面有一些功能可以使用,比如分类、计算坡度、坡向等。

默认图层图例如下,按照高程来分级的,可是在Dataview窗口中看不到数据:

Dataview窗口中显示为空白。

这个数据使用ENVI LIDAR工具加载显示也是有些问题的,不能正确加载,数据范围太大。

这个数据是一个轨道上的激光雷达数据,宽度很小,沿着南北方向很长的条带数据,一些软件不能正常加载,使用另外一个Cloud Compare可以,参考:星载激光雷达点云数据坐标可视化的几种方法_空中旋转篮球的博客-CSDN博客。

我们换一个数据再次测试,数据集:激光雷达森林植被样例数据LiForest.las_.las-教育文档类资源-CSDN下载

这个数据就可以正常显示:

我们使用工具条只显示地面数据:

可以看到树木植被不显示了。

后面其他一些操作处理将继续学习整理。

ArcGIS应用(二十二)Arcmap加载激光雷达las格式数据相关推荐

  1. R语言读取(加载)txt格式数据为dataframe、可视化绘制温度直方图、自定义设置坐标轴名称字体大小

    R语言读取(加载)txt格式数据为dataframe.可视化绘制温度直方图.自定义设置坐标轴名称字体大小 目录 R语言读取(加载)txt格式数据为dataframe.可视化绘制温度直方图.自定义设置坐 ...

  2. R语言读取(加载)txt格式数据为dataframe

    R语言读取(加载)txt格式数据为dataframe 目录 R语言读取(加载)txt格式数据为dataframe R语言是解决什么问题的? R语言读取(加载)txt格式数据为dataframe 安利一 ...

  3. 如何使用矢量图形数据导出可以在高德百度等互联网地图上加载的JSON格式数据

    本文以广东省行政区划为例介绍如何使用矢量图形数据导出可以在高德百度等互联网地图上加载的省级行政区划边界JSON数据. 第一步用GIS相关工具,如ArcGIS.MapGIS.QGIS等工具加载广东省域的 ...

  4. PyTorch 加载超大 Libsvm 格式数据

    对于比较大的数据集,比如好几个T的数据,没有办法一次性全部加载进内存,因此需要构建一个可迭代的数据集IterableDataset. 迭代读取文本文件 要借助pytorch的IterableDatas ...

  5. OpenGL教程翻译 第二十二课 使用Assimp加载模型

    第二十二课 使用Assimp加载模型 原文地址:http://ogldev.atspace.co.uk/(源码请从原文主页下载) 背景 到现在为止我们都在使用手动生成的模型.正如你所想的,指明每个顶点 ...

  6. 一位中科院自动化所博士毕业论文的致谢:二十二载风雨求学路,他把自己活成了光.........

    4月18日,中国科学院官方微博发布消息,披露了这篇论文为<人机交互式机器翻译方法研究与实现>,作者是2017年毕业于中国科学院大学的工学博士黄国平. 这篇论文中情感真挚的<致谢> ...

  7. 读书二十二载,信念很简单,把书念下去,然后走出去,不枉活一世。

    ‍ ‍ 关注+星标公众号,不错过精彩内容 昨天看了一篇关于博士论文的致谢,看的我想哭.改变命运有很多条路,但是对于大多数人而言,读书是改变命运的捷径. 内容是讲述了自己20多年的求学经历:小时候煤油灯 ...

  8. jQuery-瀑布流-绝对定位布局(二)(延迟AJAX加载图片)

    jQuery-瀑布流-绝对定位布局(二)(延迟AJAX加载图片) 瀑布流-绝对定位布局,与浮动布局的区别在于 1.布局不一样: 绝对定位:一个UL里面放置所有的绝对定位的LI: 浮动布局:多个(一般三 ...

  9. Android 二次封装网络加载框架

    Android 二次封装网络加载框架 写在最前面 开发当中,在请求网络的时候,大家或多或少都会使用一些第三方框架,Android-Async-Http. Volley.XUtils.Okhttp.Re ...

最新文章

  1. 办公用笔记本电脑哪个好_北京中仓红色办公沙发哪个品牌好
  2. 远程桌面连接超出最大连接数的问题
  3. 23名“无名氏”流浪者成长沙县新市民
  4. python 图表_新手向——制作web图表(基于Python和GooPyCharts)
  5. 介绍两款API管理工具
  6. oracle gg 有两个字段没同步到,GG配置Oracle同步到SQLServer
  7. ASP.net 判断上传文件类型的三种方法
  8. ms sql server 2005 select guid返回null的问题
  9. ruby所有版本下载地址
  10. 虚拟主机是干什么用的
  11. 各种气象数据下载地址推荐
  12. 解决线上问题-定位CPU占用过高
  13. nvidia-driver-460防止驱动更新
  14. python重装之前要卸载吗_关于fedroa下安全地卸载和重装python
  15. 初学量子力学,读读这本《见微知著》,会豁然开朗
  16. 攻防世界——web高手进阶区题解
  17. 默默学计算机专转本,专转本计算机默默学
  18. P3646 [APIO2015]巴厘岛的雕塑
  19. 【摆烂成长组】对分查找-分块查找(编程)C语言
  20. PC-DMIS 如何更改CAD模型的坐标系

热门文章

  1. 将应用程序添加到鼠标右键
  2. UML的5类,10种模型图
  3. Linux系统使用speedtest脚本可以对服务器做上传下载测速
  4. linux 用户权限 数字,linux下rwx权限数字解释
  5. 舍得 舍得 有舍才有得
  6. 将excel转换为Xml方法
  7. Redis—主从配置
  8. Java正则表达式的应用(总结的十分到位)
  9. php m4a文件头,128个常见的文件头信息对照表
  10. nodemcu连接服务端双向传输数据arduino