The purpose of ZipValue is to make exploring real estate in LA County easier by visualizing home value data by zip code.
Before installing the package in R, you must first install/update to the latest version of GDAL on your local machine (system req for the rgdal
package): https://gdal.org/download.html
For MacOS: First install Homebrew if you don't already have it: https://brew.sh/, then run brew install gdal
in terminal (or brew upgrade gdal
to update to the latest version).
Once GDAL is installed/updated, you can install and run the tool in R locally with:
if (!require(devtools))
install.packages("devtools")
devtools::install_github("jacksonschan/lzdm")
shiny::runGitHub("jacksonschan/lzdm")
Data Files:
data-raw/lzdm_dataset.R
https://github.com/jacksonschan/lzdm/blob/data-raw/lzdm_dataset.Rdata-raw/zillow_historicals.R
https://github.com/jacksonschan/lzdm/blob/data-raw/zillow_historicals.RHome Prices by Zip: Imported from most updated Zillow's Home Value Index (ZHVI) for All Homes https://www.zillow.com/research/data/
Rent by Zip: Imported from most updated Zillow's Observed Rent Index (ZORI) for All Homes https://www.zillow.com/research/data/
LA County Zip Codes and Zip Code Neighborhood Names: http://file.lacounty.gov/SDSInter/lac/1031552_MasterZipCodes.pdf
ZCTAS Boundaries: Imported from US Census Bureau via tigris
package https://www.census.gov/programs-surveys/geography/guidance/geo-areas/zctas.html
Added with dev/02_dev.R
https://github.com/jacksonschan/lzdm/blob/development/dev/02_dev.R
Personnalized in inst/app/www/custom.css
https://github.com/jacksonschan/lzdm/blob/development/inst/app/www/out_panels.css
Linked to the app at R/app_ui.R
https://github.com/jacksonschan/lzdm/blob/development/R/app_ui.R
Please note that the 'lzdm' project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.