文件名称:witsmlr:一个小型 JavaScript 库,用于将 WISTML 文件转换为友好的 JSON 格式
文件大小:54KB
文件格式:ZIP
更新时间:2024-06-21 08:11:54
JavaScript
智者 安装 npm install witsmlr 用法 var witsmlr = require ( 'witsmlr' ) ; witsmlr ( './logs/123.xml' ) . then ( function ( output ) { // save the results } ) . catch ( function ( err ) { // handle the error } ) ; 样本输出 { nameWell : 'DemoWell2' , nameWellbore : 'Wellbore3' , nameLog : 'Lagmud' , uidWell : 'Well123' , uidWellbore : '6KFSJ18' , uidLog
【文件预览】:
witsmlr-master
----index.js(56B)
----package.json(561B)
----gulpfile.js(368B)
----tests()
--------index.js(2KB)
--------samples()
----.idea()
--------misc.xml(599B)
--------vcs.xml(180B)
--------.name(7B)
--------witsmlr.iml(281B)
--------modules.xml(266B)
----.gitignore(526B)
----lib()
--------default.json(210B)
--------witsmlr.js(491B)
--------parser.js(2KB)
----README.md(1KB)