analysing earthquake data
Project description
This is prototype to analyse earthquake data from
https://earthquake.usgs.gov/earthquakes/feed/v1.0/geojson.php
enter a place name to get distance from nearest earthquake
earthquake_distance(‘place’)
enter a place name to get time of nearest earthquake
earthquake_time(‘place’)
enter a place name to get place of nearest earthquake
earthquake_place(‘place’)
enter a place name to get longitude of nearest earthquake
earthquake_longitude(‘place’)
enter a place name to get latitude of nearest earthquake
earthquake_latitude(‘place’)
get the magnitude of nearest earthquake
earthquake_magnitude(‘place’)
To get dataframe list of all recent earthquakes and their distance from place
earthquake_df(‘place’)
To get dataframe list of all recent earthquakes and their distance from place, where distance less than 5000 earthquake_less_than(‘Tokyo’, 5000)
Check out how to use this library
https://betterprogramming.pub/python-library-for-finding-nearest-earthquake-8c96f97c9ddb
https://github.com/g00387822/quakeanalysis
Change Log
0.0.1 (03/06/2022)
First Release
0.0.2 (03/06/2022)
Second Release
0.0.3 (03/06/2022)
Third Release
0.0.4 (03/06/2022)
Fourth Release
0.0.5 (03/06/2022)
Fifth Release
0.0.6 (04/06/2022)
Sixth Release
0.0.7 (04/06/2022)
Seventh Release
0.0.8 (14/06/2022)
Eigth Release
0.0.9 (14/06/2022)
Ninth Release
0.1.0 (15/06/2022)
Tenth Release
0.1.1 (18/06/2022)
Eleventh Release
0.1.2 (18/06/2022)
Twelfth Release
0.1.3 (18/06/2022)
Thirteenth Release
0.1.4 (18/06/2022)
Fourteenth Release
0.1.5 (18/06/2022)
Fifteenth Release
0.1.6 (18/06/2022)
Sixteenth Release
0.1.7 (19/06/2022)
Seventeenth Release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file quakeanalysis-0.1.7.tar.gz.
File metadata
- Download URL: quakeanalysis-0.1.7.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.7.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
97ff91044f51b8cf753c0d9ffd15d44d6cf3806efda33de6192d574dd430b79b
|
|
| MD5 |
a31339a01a925a98a53da228c0c5cb7d
|
|
| BLAKE2b-256 |
445b48e142cfd2815755cb72a2bb2276af9cd0b99cc5961c7239da166a3c2745
|