The All link opens new page that shows all the earthquakes within Oregon.
The G2 link link opens new page that shows all the earthquakes within Oregon that are magnitude greater than 2
The 3ghalf link link opens new page that shows all the earthquakes within Oregon that are magnitude greater than 3.5
The G2 link link opens new page that shows all the earthquakes within Oregon that are magnitude greater than 3.5 and depth less than 10 km.
The source for the earthquake data is from USGS--Search Earthquake Catalog
Python libraries used:
- flask using: Flask, render_template, and url_for.
- Pandas using: DataFrame, IO.io.json--normalize_json
- Geopandas using: GeoDataFrame
- Json using: dump, load
- psycopg2 using it in general.
- Shapely.geometry using the Point.
- Folium using LayerControl, Map, FeatureGroup and the plugin Heatmap.
- os using path