TVC paper - lidar snow depths
收藏Figshare2019-07-02 更新2026-04-29 收录
下载链接:
https://figshare.com/articles/dataset/TVC_paper_-_lidar_snow_depths/8397467
下载链接
链接失效反馈官方服务:
资源简介:
Lidar snow depths. Two formats are available:Export_Output.shp file for GISlidar.mat for MATLAB which subsets the shape file to three columns with headings snow_depth_ID, snow_depth, snow_depth_flag using the following code in MATLAB 2017a:lidar_shape = shaperead('Export_Output.shp');lidar_cell_array = struct2cell(lidar_shape);lidar_cell_array2 = lidar_cell_array';snow_depth = cell2mat(lidar_cell_array2(:,5));snow_depth_flag = cell2mat(lidar_cell_array2(:,6));snow_depth_ID = cell2mat(lidar_cell_array2(:,4));lidar = cat(2, snow_depth_ID, snow_depth, snow_depth_flag);
创建时间:
2019-07-02



