遇见数据集

TVC paper - lidar snow depths

收藏
Figshare2019-07-02 更新2026-04-29 收录
官方服务:

资源简介:

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
二维码
社区交流群
二维码
科研交流群
商业服务