https://github.com/shubhrajps/earthquakemap
Python application that uses libraries and displays markers at those places. When clicked on a marker it displays the altitute of the place.
https://github.com/shubhrajps/earthquakemap
python python-3-6 python-library python-script python3 python36
Last synced: about 1 year ago
JSON representation
Python application that uses libraries and displays markers at those places. When clicked on a marker it displays the altitute of the place.
- Host: GitHub
- URL: https://github.com/shubhrajps/earthquakemap
- Owner: shubhrajps
- License: apache-2.0
- Created: 2018-08-13T07:21:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-13T07:27:50.000Z (over 7 years ago)
- Last Synced: 2025-01-13T16:26:25.601Z (about 1 year ago)
- Topics: python, python-3-6, python-library, python-script, python3, python36
- Language: Python
- Size: 154 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EarthquakeMap
Python application that uses libraries and displays markers at those places. When clicked on a marker it displays the altitute of the place. The map can only be openned in a web browser. The application uses Pandas and Folium for beautiful maps and markers.
## Prequisites
* Python 3.6
* Flask
* Pandas Lib
* Folium Lib
## Screenshots
**Please click the image below to enlarge.**
## Getting started
The app is built in Python3 and coded using PyCharm IDE. To run this app, You just need to
run it as a simple python program. Then open the html file created in a web browser.
## License
Copyright 2016 The Android Open Source Project, Inc.
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
See the NOTICE file distributed with this work for additional information regarding copyright ownership.
The ASF licenses this file to you under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions
and limitations under the License.