Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 1.11 KB

README.md

File metadata and controls

19 lines (18 loc) · 1.11 KB

oregonearhquakemaps

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:

  1. flask using: Flask, render_template, and url_for.
  2. Pandas using: DataFrame, IO.io.json--normalize_json
  3. Geopandas using: GeoDataFrame
  4. Json using: dump, load
  5. psycopg2 using it in general.
  6. Shapely.geometry using the Point.
  7. Folium using LayerControl, Map, FeatureGroup and the plugin Heatmap.
  8. os using path