Giter Club home page Giter Club logo

deprem-api's Introduction

banner

deprem-api

Parametreler:

  • type : Depremlerin hangi kaynaktan alınacağını belirtir. "afad", "kandilli" (varsayılan: kandilli)
  • size : Depremin büyüklüğüne göre filtreleme yapar.
  • sizeType : Deprem boyut ölçüsünü belirtirsiniz kabul edilebilir değerler: md, ml ve mw (varsayılan: ml)
  • isGreater : Size paramteresinin büyüklük küçüklük ayarını yapar ve sadece size parametresi verildiğinde geçerli olur (varsayılan: 1) bu değer şu şekilde cevapları olumlu olarak kabul eder: y, yes, t, true, on ve 1 veya n, no, f, false, off ve 0
  • location : Depremin lokasyonuna göre filtereleme yapar.
  • hour : Belirtilen saat içerisinde gerçekleşen depremleri gösterir; Afad kaynağı için tarihler UTC şeklinde gözükmektedir bunu dikkate alarak saat belirtiniz.

Örnekler:

JSON Çıktısı:

"earthquakes": [
    {
      "id": 1,
      "date": "2022.09.05 16:45:54", // GMT+3
      "timestamp": 1662385554,
      "latitude": 37.1075,
      "longitude": 28.5117,
      "depth": 2.8, // km
      "size": {
        "md": 0.0,
        "ml": 3.6,
        "mw": 3.7
      },
      "location": "ARMUTCUK-ULA (MUGLA)",
      "attribute": "İlksel"
    }, {...}
]

Bilgilendirme

deprem-api aşağıdaki referanslar kullanılarak oluşturulmuştur ve tüm verileri aşağıda belirtilen kaynaklardan almaktadır.

Referanslar:

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.