Created by cyda - Carrie Lo & Yeung Wong
Linkedin:
- Carrie Lo - https://www.linkedin.com/in/carrielsc/
- Yeung Wong - https://www.linkedin.com/in/yeungwong/
This project is to visualize Hong Kong housing price in 3D plot.
To check the tutorial article, please click here.
The package used is rayshader
. Rayshader is an open source package for producing 2D and 3D data visualizations in R which uses elevation data in a base R matrix and a combination of raytracing, spherical texture mapping, overlays, and ambient occlusion to generate beautiful topographic 2D and 3D maps. To know more about the package, you can refer to the docunment here.
Data were downloaded from census population statistics released from Hong Kong Government and scraped from Hong Kong Property. The pre-processed data are Population Data.xlsx and real_estate_master_df.csv.
To learn how to generate a 3D map plot with rayshader, please see the R script here.
Example of 3D Plot