intensityjs

0.0.1 • Public • Published

intensityjs Build Status

A library for calculate Japanese scale intensity of earth quake.

Usage

const intensityjs = require('intensityjs');

const intensity = intensityjs.calc({
  rate: 0.01,
  data: {
    x: [
      0, 1, 2, 3, 4, 0, 1, 2, 3, 4,
      0, 1, 2, 3, 4, 0, 1, 2, 3, 4,
      0, 1, 2, 3, 4, 0, 1, 2, 3, 4],
    y: [
      0, 1, 2, 3, 4, 0, 1, 2, 3, 4,
      0, 1, 2, 3, 4, 0, 1, 2, 3, 4,
      0, 1, 2, 3, 4, 0, 1, 2, 3, 4],
    z: [
      0, 1, 2, 3, 4, 0, 1, 2, 3, 4,
      0, 1, 2, 3, 4, 0, 1, 2, 3, 4,
      0, 1, 2, 3, 4, 0, 1, 2, 3, 4],
  },
});

console.log(intensity); // => 1.7

Readme

Keywords

Package Sidebar

Install

npm i intensityjs

Weekly Downloads

11

Version

0.0.1

License

MIT

Last publish

Collaborators

  • k4h4shi