1.0.10 • Published 1 month ago

w-data-mseed v1.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

w-data-mseed

A tool for miniSEED(mseed) data.

language npm version license gzip file size npm download npm download jsdelivr download

Documentation

To view documentation or get support, visit docs.

Core

w-data-mseed is basing on mseed2ascii of IRIS.

Installation

Using npm(ES6 module):

Note: w-data-mseed is mainly dependent on lodash-es and wsemi, and should run in Windows.

npm i w-data-mseed

Example:

Link: [dev source code]

import WDataMseed from './src/WDataMseed.mjs'

async function test() {

//fp
let fp = './g.mseed'

//WDataMseed
let r = await WDataMseed(fp)
console.log(r)
// [
//   {
//     name: 'SE.RST01.00.HNE.D.2020-09-17T013552.000000.csv',
//     path: null,
//     data: { heads: [Object], records: [Array] }
//   },
//   {
//     name: 'SE.RST01.00.HNN.D.2020-09-17T013552.000000.csv',
//     path: null,
//     data: { heads: [Object], records: [Array] }
//   },
//   {
//     name: 'SE.RST01.00.HNZ.D.2020-09-17T013552.000000.csv',
//     path: null,
//     data: { heads: [Object], records: [Array] }
//   }
// ]

} test() .catch((err) => { console.log('catch', err) })

1.0.10

1 month ago

1.0.9

2 months ago

1.0.8

2 months ago

1.0.7

6 months ago

1.0.6

12 months ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago