Git Product home page Git Product logo

lskk / earthquake-detector Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 1.0 42.96 MB

Collection of drafts, technical reports, working papers, in emergency & disaster management. Koleksi draft, laporan teknis, catatan & tulisan, di bidang manajemen kedaruratan & kebencanaan.

Home Page: http://lskk.org/

License: Creative Commons Attribution 4.0 International

Jupyter Notebook 2.19% HTML 56.73% C# 32.61% PowerShell 1.07% Arduino 7.38% Shell 0.02%

earthquake-detector's People

Contributors

ceefour avatar cputratama avatar kevprakoso avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

kevprakoso

earthquake-detector's Issues

Tambahkan timestamp + time zone + Buffer/batch pengiriman data ke RabbitMQ

  1. pointTime: Timestamp dalam format ISO 8601, dalam timezone UTC, contoh 2016-12-15T10:04:41Z
  2. timeZone: Time zone, contoh Asia/Jakarta
  3. Buffering: Input data 40 sample/detik. Pengiriman data 200 sampel dalam 5 detik, 1 message dalam 5 detik (idealnya configurable, misal per 1 detik, 2 detik, 10 detik, dsb.).

Contoh message:

{
    "pointTime": "2016-12-15T10:04:41Z",
    "timeZone": "Asia/Jakarta",
    "interval": 25,
    "geometry": {
	"type": "Point",
	"coordinates": [125.6, 10.1]
    },
    "accelerations": [
        {
            "x": -0.1243,
            "y": 14.6464725,
            "z": -12.5433
        }
    ]
}

UPDATE Spec ada di https://ceefour.gitbooks.io/semut-doc/content/emergency-management---messaging-api.html

Store stationary sensors signals from RabbitMQ to MongoDB

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.