An open API service indexing awesome lists of open source software.

https://github.com/joyyster/leaflet-challenge

Module 15 Challenge
https://github.com/joyyster/leaflet-challenge

d3 geojson html json leaflet

Last synced: 2 months ago
JSON representation

Module 15 Challenge

Awesome Lists containing this project

README

          

# leaflet-challenge
![image](https://github.com/joyyster/leaflet-challenge/assets/145946583/3f0128ea-1f6d-4a00-9b86-3649156d1655)

Part 1: Create the Earthquake Visualization
2-BasicMap

Your first task is to visualize an earthquake dataset. Complete the following steps:

Get your dataset. To do so, follow these steps:

The USGS provides earthquake data in a number of different formats, updated every 5 minutes. Visit the USGS GeoJSON FeedLinks to an external site. page and choose a dataset to visualize. The following image is an example screenshot of what appears when you visit this link:
3-Data

When you click a dataset (such as "All Earthquakes from the Past 7 Days"), you will be given a JSON representation of that data. Use the URL of this JSON to pull in the data for the visualization. The following image is a sampling of earthquake data in JSON format:
4-JSON

Import and visualize the data by doing the following:

Using Leaflet, create a map that plots all the earthquakes from your dataset based on their longitude and latitude.

Your data markers should reflect the magnitude of the earthquake by their size and the depth of the earthquake by color. Earthquakes with higher magnitudes should appear larger, and earthquakes with greater depth should appear darker in color.

Hint: The depth of the earth can be found as the third coordinate for each earthquake.

Include popups that provide additional information about the earthquake when its associated marker is clicked.

Create a legend that will provide context for your map data.

Your visualization should look something like the preceding map.
My Map shown here:
file:///C:/Users/Joyjo/OneDrive/Documents/GitHub/leaflet-challenge/Leaflet-Part-1/index.html
![image](https://github.com/joyyster/leaflet-challenge/assets/145946583/d3abf374-382a-418a-af55-8fc186c64247)