Skip to content

theburntcity/oregonearhquakemaps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Using USGS data to make maps using Folium and Flask

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published