GithubHelp home page GithubHelp logo

etam4260 / disasteraidr Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 171.95 MB

R interface for various datasets in US disaster aid funding. Includes cleaned datasets from NOAA, FEMA, HUD, and SBA.

License: Other

R 100.00%
noaa fema sba hud disaster-recovery disaster-relief disaster-response

disasteraidr's Introduction

disasteraidr

About

The goal of disasteraidr is to have an easy way to download cleaned data in R from various sources associated with disaster aid allocation in the UNITED STATES. This is an ongoing project with the University of Maryland Hazards and Infrastructures team. Currently ‘cleaned’ datasets come from HUD, NOAA, and FEMA. The main transformations come in CPI adjustments and conversion of row details associated with the location to FIPS/county level resolution. US Territories are left out in some of the dataset such as Guam, Puerto Rico.

Installation

You can install the development version of disasteraidr from Github with:

install.packages("devtools")
devtools::install_github("etam4260/disasteraidr")

Example

This is a basic example which shows you how to load in the data:

library(disasteraidr)
# The package currently contains 6 datasets:
# These will return <promise> objects. If in R studio, click on
# the <promise> tag to load it in.

# FEMA Hazard Mitigation Assistance Projects
data("hma")

# NOAA Storm Events
data("noaastorm")

# FEMA Individuals and Household Programs
data("ihp")

# HUD Community Block Grant Program
data("cdbgdr")

# FEMA Public Assistance
data("pa")

# FEMA Disaster Declarations
data("dd")

disasteraidr's People

Contributors

etam4260 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.