p { margin-bottom: 0.1in; direction: ltr; line-height: 115%; text-align: left; orphans: 2; widows: 2 } a:link { color: #0000ff } Import and visualization of data. Create a map using Leaflet that plots...

1 answer below »

p { margin-bottom: 0.1in; direction: ltr; line-height: 115%; text-align: left; orphans: 2; widows: 2 } a:link { color: #0000ff }

Import and visualization of data. Create a map using Leaflet that plots all of the earthquakes from your data set based on their longitude and latitude. Please see attached description word doc and 3 supporting code files. Please comment the code well as I must explain it.



p { margin-bottom: 0.1in; direction: ltr; line-height: 115%; text-align: left; orphans: 2; widows: 2 } a:link { color: #0000Create a map using Leaflet that plots all of the earthquakes from your data set based on their longitude and latitude.


The United States Geological Survey, or USGS for short, is responsible for providing scientific data about natural hazards, the health of our ecosystems and environment; and the impacts of climate and land-use change. Create a visualization of an earthquake data set. 1. Get your data set The USGS provides earthquake data in a number of different formats, updated every 5 minutes. Visit the USGS GeoJSON Feed page and pick a data set to visualize. When you click on a data set, for example 'All Earthquakes from the Past 7 Days', you will be given a JSON representation of that data. You will be using the URL of this JSON to pull in the data for our visualization. 2. Import & Visualize the Data Create a map using Leaflet that plots all of the earthquakes from your data set based on their longitude and latitude. · Your data markers should reflect the magnitude of the earthquake by their size and and depth of the earth quake 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 a marker is clicked. · Create a legend that will provide context for your map data. · Your visualization should look something like the map above. // API key const API_KEY = "YOUR API KEY HERE!";
Answered Same DayOct 26, 2021

Answer To: p { margin-bottom: 0.1in; direction: ltr; line-height: 115%; text-align: left; orphans: 2; widows: 2...

Sandeep Kumar answered on Oct 30 2021
132 Votes
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here