Skip to content
This repository was archived by the owner on Sep 21, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (14 loc) · 3.31 KB

File metadata and controls

17 lines (14 loc) · 3.31 KB

Project Proposal CS506

Correlating Natural disasters to Climate change and other environmental factors

Syntax Description
Contact Name: Simon Angel, Abdullaah Robins, Frazier Horn, Alvaro Carrascosa
Email varo@bu.edu, arobins@bu.edu, fhorn@bu.edu, simonang@bu.edu
Cell Phone (786) 863-0176, (470) 269-5940, (617) 840-4970, (305) 393-9302
Organization
Project Type Data Science
Project Description This project invloves collecting data about the prevalence of occurrences of certain natural disasters, specifically tornadoes and earthquakes, with the purpose of identifying climate and weather trends leading up to the occurrence.

The environmental patterns we would like to investigate are surface weather, rainfall, and general weather data to determine patterns and correlation between the various natural disasters.

Today we can find historical weather data and data on the significant natural disasters, but there isn’t much indication to the general public when these natural disasters will happen.

Our goal is to bring knowledge of trends and visualized quantification of aspects within the environment that lead up to the occurrence and to help predict when these disasters will happen.
DataSets Climate Change: Earth Surface Temperature Data
https://www.kaggle.com/berkeleyearth/climate-change-earth-surface-temperature-data

Significant Earthquakes
https://www.kaggle.com/usgs/earthquake-database

Fires
https://www.kaggle.com/rtatman/188-million-us-wildfires

Glaciers
http://www.glims.org/download/

Floods
https://www.eea.europa.eu/data-and-maps/data/european-past-floods/flood-phenomena/flood-phenomena-csv-files

Storm Events Database
https://www.ncdc.noaa.gov/stormevents/choosedates.jsp?statefips=-999%2CALL

Weather API
https://oikolab.com/api-details#api=weather&operation=weather-data
Suggested Steps
  • Clean temperature data put into Pandas dataframes.
    • This could be the “n” most volatile days or the days on which the temperature changes, for example a 3% change.
  • Clean the data from the non temperature data from various datasets into respective data frames.
  • We will make time series analytics for each distinct type of phenomenon.
  • Each form of data will be correlated with temperature change over time.
    • We understand different phenomena can have a different relationship with temperature change, therefore they must be analyzed separately.
  • Analyze the phenomena (disasters or disastrous trends) to see if there is acorrelation between them and the rise of temperatures.
Questions to be Answered in Analysis
  • When have each of these phenomena peaked in happening?
  • What are some consistent weather patterns leading up to the phenomena?
  • What weather data is unique to the phenomena?
  • When have the highest continuous periods of increase been?
    • Are these periods related?
      • Could this prove correlation?
  • Are there outlier years or periods?
  • Where do Tornados occur more often geographically?