Publications by Ing
Warren sustainable
SUD 402 – Sustainable Urban Development II Urban District Planning Project Sirikul Kittivorawut Abstract Chicago is the third most populous city in the United States after New York City and Los Angeles. The idea of sustainable development in Chicago officially launched in 2012, the city presented the Sustainable Chicago 2015 action agenda. The...
25265 sym 2 img
Warren Park
SUD 402 – Sustainable Urban Development II Urban District Planning Project Sirikul Kittivorawut Abstract Chicago is the third most populous city in the United States after New York City and Los Angeles. The idea of sustainable development in Chicago officially launched in 2012, the city presented the Sustainable Chicago 2015 action agenda. The...
8513 sym 2 img
SirikulLab6_SUD402.Rmd
R Markdown for SUD402 lab6 homework library(tidycensus) library(tidyverse) library(sf) library(mapview) Topic to analyse: Median household income in the area nearby Warren Park cook <- get_acs(state = "IL", county = "Cook", geography = "block group", variables = "B19013_001", geometry = TRUE) ## | ...
399 sym R (8869 sym/8 pcs) 2 img
Lab4Sirikul
IngSirikulLab4homework Intro The Analysis of CTA ridership between Rosemont and Harrison are as follow: The number of total passengers on a certain month stop by Harrison station represents the number of people going to town, supposedly to work. And the number of total passengers stop by Rosemont station I believe they are going for their vaca...
765 sym
IngLab4SUD402
SirikulLab4_SUD402 Ing Sirikul — 2023-02-06 library(ggplot2) library(RSocrata) library(dplyr) library(xts) library(dygraphs) data <- read.socrata("https://data.cityofchicago.org/resource/t2rn-p8d7.json") str(data) 'data.frame': 37336 obs. of 7 variables: $ station_id : chr "40900" "41190" "40100" "41300" ... $ statio...
780 sym
SirikulLab4_SUD402
SirikulLab4_SUD402 Ing Sirikul — 2023-02-06 library(ggplot2) library(RSocrata) library(dplyr) library(xts) library(dygraphs) data <- read.socrata("https://data.cityofchicago.org/resource/t2rn-p8d7.json") str(data) 'data.frame': 37336 obs. of 7 variables: $ station_id : chr "40900" "41190" "40100" "41300" ... $ statio...
780 sym
Lab3
R Markdown for Lab3 homework SUD402 activate these 3 packages library(tidycensus) library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.2 ── ## ✔ ggplot2 3.4.0 ✔ purrr 1.0.1 ## ✔ tibble 3.1.8 ✔ dp...
664 sym R (7006 sym/11 pcs) 1 img