Metadata-Version: 1.1
Name: quakeanalysis
Version: 0.1.6
Summary: analysing earthquake data
Home-page: UNKNOWN
Author: Christopher Collins
Author-email: mr.collins.llb@gmail.com
License: MIT
Description: This is prototype to analyse earthquake data from 
        
        https://earthquake.usgs.gov/
        
        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)
        
        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
Keywords: calculator
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
