Skip to main content

Kandilli Rasathanesi aracılığı ile elde edilen deprem sinyallerini kullanarak depremleri gösteren bir Python kütüphanesidir.

Project description

deprempy

Kandilli Rasathanesi araciligi ile elde edilen deprem sinyallerini kullanarak depremleri gosteren bir Python kutuphanesidir.

Installation

Use the package manager pip to install foobar.

pip install -U deprempy

Usage

from deprempy import Deprem

deprem = Deprem()



d = deprem.son_deprem()

"""
tarih: d.tarih
saat: d.saat
enlem: d.enlem
boylam: d.boylam
derinlik: d.derinlik
buyukluk: d.buyukluk
yer: d.yer
tip: d.tip

"""

deprem.son_1saat(limit=2, buyukluk_limit=1.0)

"""
[
    DepremModel(
        tarih: d.tarih
        saat: d.saat
        enlem: d.enlem
        boylam: d.boylam
        derinlik: d.derinlik
        buyukluk: d.buyukluk
        yer: d.yer
        tip: d.tip
    ),
    DepremModel(
        tarih: d.tarih
        saat: d.saat
        enlem: d.enlem
        boylam: d.boylam
        derinlik: d.derinlik
        buyukluk: d.buyukluk
        yer: d.yer
        tip: d.tip
    )
]
"""

deprem.son_24saat(limit=2, buyukluk_limit=1.0)

"""
[
    DepremModel(
        tarih: d.tarih
        saat: d.saat
        enlem: d.enlem
        boylam: d.boylam
        derinlik: d.derinlik
        buyukluk: d.buyukluk
        yer: d.yer
        tip: d.tip
    ),
    DepremModel(
        tarih: d.tarih
        saat: d.saat
        enlem: d.enlem
        boylam: d.boylam
        derinlik: d.derinlik
        buyukluk: d.buyukluk
        yer: d.yer
        tip: d.tip
    )
]
"""

deprem.tum_depremler(limit=2, buyukluk_limit=1.0)

"""
[
    DepremModel(
        tarih: d.tarih
        saat: d.saat
        enlem: d.enlem
        boylam: d.boylam
        derinlik: d.derinlik
        buyukluk: d.buyukluk
        yer: d.yer
        tip: d.tip
    ),
    DepremModel(
        tarih: d.tarih
        saat: d.saat
        enlem: d.enlem
        boylam: d.boylam
        derinlik: d.derinlik
        buyukluk: d.buyukluk
        yer: d.yer
        tip: d.tip
    )
]
"""

License

MIT

Contact

Telegram - Github

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

deprempy-0.0.9.tar.gz (15.1 kB view details)

Uploaded Source

File details

Details for the file deprempy-0.0.9.tar.gz.

File metadata

  • Download URL: deprempy-0.0.9.tar.gz
  • Upload date:
  • Size: 15.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for deprempy-0.0.9.tar.gz
Algorithm Hash digest
SHA256 c8121300d41ded7c5afbb110a0d8bd37e3803e81da69bbfeb0cbac8e5f5630b0
MD5 f54a255bc26dc599e54d208b45776c8d
BLAKE2b-256 eac6bafc515ea59064fbf5acd71a4209c6a155ce63d3791f98899905dbd31015

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page