Publications by Lu Zhimao

IS415 Take_Home_Ex01

10.05.2020

Rpubs link Objective In view of this, we are going to conduct a use-case to demonstrate the potential contribution of geospatial analytics in R to integrate, analyse and communicate the analysis results by using open data provided by different government agencies. The specific objectives of the study are as follow: 1. Calibrating a simple linea...

10966 sym R (122510 sym/289 pcs) 85 img

IS415 Take_Home_Ex02_Part4

19.05.2020

Install relevant R packages packages = c('rgdal', 'maptools', 'raster','spatstat', 'tmap','sf','SpatialEpi', 'tidyverse','spData') for (p in packages){ if(!require(p, character.only = T)){ install.packages(p) } library(p,character.only = T) } Import MP14_SUBZONE layer and named it as mpsz mpsz <- readOGR(dsn = "data/geospatial", layer="MP14...

4324 sym R (18292 sym/122 pcs) 21 img

IS415 Take_Home_Ex02_Part5

19.05.2020

Data Used Aspatial listings.csv - Provided Geospatial MP14_SUBZONE_WEB_PL Install relevant R packages packages = c('rgdal', 'maptools', 'raster','spatstat', 'tmap','sf','SpatialEpi', 'tidyverse','spData') for (p in packages){ if(!require(p, character.only = T)){ install.packages(p) } library(p,character.only = T) } Import MP14_SUBZONE ...

7164 sym R (26351 sym/110 pcs) 33 img