项目作者: giniarimbi

项目描述 :
Earthquake visualization using leaflet.
高级语言: JavaScript
项目地址: git://github.com/giniarimbi/leaflet-challenge.git
创建时间: 2020-07-23T17:56:48Z
项目社区:https://github.com/giniarimbi/leaflet-challenge

开源协议:

下载


Leaflet - Earthquake Visualization

Data Analytics Bootcamp - Rice University

1. Background

Project Background: The project objective is to visualize earthquake map in United States.

Why we chose image prediction: We are interested to learn more about how image processing works.

Data Source: World earthquake data from USGS GeoJSON Feed.
Map from Mapbox.

This is the example of information from a single coordinate.





2. Results

This is the result of the visualization. Different color indicate different magnitude of earthquake, as indicated in the legend.

  • Marker
    Each earthquake coordinates is plotted to the map to indicate the earthquake occurance. The bigger the circle, the bigger the magnitude. The color of the circle correlates with the earthquake magnitude.

  • Legend
    The legend shows that the darker the color, the bigger the earthquake magnitude. In this example, it is divided into 6 bins / range.

  • Pop up
    Detail information on the earthquake can be obtained by click individual circle.

3. File Directory

File Location Remarks
index.html main folder Front End Page
logic.js static/js JS script
style.css static/cs style-related script