G1-Group01 Datacleaning

From Geospatial Analytics for Urban Planning
Revision as of 15:05, 16 November 2019 by Xing.lin.2018 (talk | contribs)
Jump to navigation Jump to search

Proposal

Poster

Web Maps

Report

Data Cleaning


Due to some of files were not in the proper format for our analysis.

Thus, our team used R and tableau for our data cleaning and data Visualization. However, in this section, we will only share how we use the R code to "Geocode" and "data clean".

Geocode

Our group used R package "ggmap" and the function "geocode". And the coordinate it has generated will be base on projection 4326. Thus we need to export the file again to become projection 3414 for our further analysis. Requirement of using ggmap:

1. "ggmap" must be installed in your R studio
2. Must have google API in order to require information from google

Geocode.jpg


Data Cleaning with R

As mentioned above, our team used R to clean up data for our analysis. Thus, we use one of age group as example.

1.loading.jpg
2..jpg
Outputa1.jpg
Outputb1.jpg
Outputc1.jpg
Outputd1.jpg
Outpute1.jpg