point-height:科学计算工具。 给定一个包含 x,y,z 点坐标和半径的 csv 数据文件,计算半径、高度总和、平均高度和偏差中其他点的每个点数

时间:2024-06-27 03:15:32
【文件属性】:

文件名称:point-height:科学计算工具。 给定一个包含 x,y,z 点坐标和半径的 csv 数据文件,计算半径、高度总和、平均高度和偏差中其他点的每个点数

文件大小:17KB

文件格式:ZIP

更新时间:2024-06-27 03:15:32

JavaScript

点高 科学计算工具。 给定一个包含 x、y、z 点坐标和半径的 csv 数据文件,计算半径、高度总和、平均高度和偏差中其他点的每个点数。 安装 npm install -g sk91/point-height 用法 处理input.csv ,输出到output.csv 。 使用 5 作为半径 ( -r 5 ) 并显示它最终的匹配程度 ( -t ) point-height -f input.csv -o output.csv -r 5 -t Options: --file, -f Imput csv file to load [required] --out, -o Output filepath. [default: " std stream " ] --radius, -r Radius to use


【文件预览】:
point-height-master
----bin()
--------point-height(740B)
----index.js(3KB)
----package.json(644B)
----input_examples()
--------test_data_small.csv(286B)
--------test_data.csv(1.56MB)
--------test_data_medium.csv(233KB)
----out.csv(252KB)
----Readme.md(764B)
----LICENSE(1KB)
----.gitignore(13B)
----lib()
--------ordered-point-list.js(2KB)
--------point-list.js(897B)
--------point.js(330B)

网友评论