This project was developed to create an earthquake heat map using python folium, bs4, requests and pandas libraries. It is open source and not for commercial purposes.
Earthquake source data was taken from http://www.koeri.boun.edu.tr/scripts/lst0.asp.
When the project runs, an output.html
file is displayed on the screen in the browser.
The official documents I used in this projects are shared below:
In order to create a heatmap on Folium, map boundaries were obtained from the following web page as geolocation.
Location Term | Value |
---|---|
Turkey Latitude: | 38.963745 |
Turkey Longitude: | 35.243322000000035 |
Required Libraries are:
When you run the file below, the necessary Python libraries will be installed automatically. Afterwards, data will be extracted from the page and a file named output.html
will be created. output.html
will open and the earthquake heatmap page will appear on your screen.
bash koeri.sh
- Pages with asp extension vary between 1 and 10. Page changing regulation regarding this will be added.
- exe file will be created with
pyinstaller
.
How to reach me : [email protected]