Skip to content

geneorama/ChicagoVacantBuildingData

Repository files navigation

ChicagoVacantBuildingData

This project is an example of how to use open source tools to explore data on Chicago's open data portal, specifically data related to vacant and / or abandoned buildings.

We will be using:

Some relevant data sources:

Please update packages and install the geneorama pacakge with the following commands in R:

NOTE: On Windows you will need R Tools for devtools to work: http://cran.r-project.org/bin/windows/Rtools/installer.html

## Might have run Rstudio as admin (in terminal):
##    sudo rstudio
## Linux users might have to install these first (in terminal):
##    sudo apt-get -y build-dep libcurl4-gnutls-dev
##    sudo apt-get -y install libcurl4-gnutls-dev
update.packages()
## Only run if you don't already have devtools installed:
install.packages('devtools')
## Load devtools library and use it to install geneorama
library('devtools')
devtools::install_github('geneorama/geneorama')

About

Exploration of data from the City of Chicago's open data portal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages