GIS in R (Implementation of a web application)

Preview:

DESCRIPTION

Designed and Implemented web application which uses R package.

Citation preview

GIS IN RImplementation of a web application

전상환

G

G Give way to despair

GI

Give way to despair

GI

Give way to despair

Innovation

S

GI

Give way to despair

Innovation

S

GI

Give way to despair

Innovation

Share Everything

WHAT IS R?

!

Statistical GNU S, GNU GPL

Data miners and Statistical Software Script language

WHY USE R?

WHY USE R?Open Source

WHY USE R?Open Source

Programing Language

WHY USE R?Open Source

Programing Language

Visulization

WHY USE R?Open Source

Programing Language

Visulization

Community

WHY USE R?Open Source

Programing Language

Visulization

Community

Flexible

WHY USE R?Open Source

Programing Language

Visulization

Community

Flexible

Powerful

WHY USE R?Open Source

Programing Language

Visulization

Community

Flexible

Powerful

Object-Oriented

WHY USE R?Open Source

Programing Language

Visulization

Community

Flexible

Powerful

Object-Oriented 中国 俗语 ‘yauh peng, yauh leng’

GIS IN R• Analyze spatial data without QGIS or ArcGIS

• Simplest data

• Provide Many GIS Packages

• Applied Spatial Data Analysis with R (Roger S. Bivand, Edzer Pebesma and V. Gómez-Rubio/ UseR! Series, Springer 2nd ed. 2013)

SHINY IN R> install.packages(shiny) > library(shiny) > runApp()

- Interactive - Reactive UI - Base on Twitter - Bootstrap - HTML, CSS, javascript & jQuery

GIS PACKAGES

> library(DBI) > library(RPostgreSQL) > library(sp) > library(spgwr) > library(rgdal) > library(rgeos) > library(gstat) > library(utils) > library(Matrix) > library(spdep) > library(pgirmess)

SPATIAL ECONOMETRIC ANALYSIS IN R

SPATIAL ECONOMETRIC ANALYSIS IN R

Import Spatial Data

SPATIAL ECONOMETRIC ANALYSIS IN R

Import Spatial Data

- PostGIS

- read WKT

- SpatialDataFrame

- Police Box

- Grid Map of theBusan

SPATIAL ECONOMETRIC ANALYSIS IN R

Import Spatial Data Interpolation

- PostGIS

- read WKT

- SpatialDataFrame

- Police Box

- Grid Map of theBusan

SPATIAL ECONOMETRIC ANALYSIS IN R

Import Spatial Data Interpolation

- PostGIS

- read WKT

- SpatialDataFrame

- Police Box

- Grid Map of theBusan

- Ordinary Kriging

- SpatialPointsDataFrame

- Nugget model

SPATIAL ECONOMETRIC ANALYSIS IN R

Import Spatial Data Interpolation spatial autocorrelation

- PostGIS

- read WKT

- SpatialDataFrame

- Police Box

- Grid Map of theBusan

- Ordinary Kriging

- SpatialPointsDataFrame

- Nugget model

SPATIAL ECONOMETRIC ANALYSIS IN R

Import Spatial Data Interpolation spatial autocorrelation

- PostGIS

- read WKT

- SpatialDataFrame

- Police Box

- Grid Map of theBusan

- Ordinary Kriging

- SpatialPointsDataFrame

- Nugget model

- Local Test

- Global Test

- First law of Geography

- Geographically WeightedRegression

SPATIAL ECONOMETRIC ANALYSIS IN R

Import Spatial Data Interpolation spatial autocorrelation GWR

- PostGIS

- read WKT

- SpatialDataFrame

- Police Box

- Grid Map of theBusan

- Ordinary Kriging

- SpatialPointsDataFrame

- Nugget model

- Local Test

- Global Test

- First law of Geography

- Geographically WeightedRegression

SPATIAL ECONOMETRIC ANALYSIS IN R

Import Spatial Data Interpolation spatial autocorrelation GWR

- PostGIS

- read WKT

- SpatialDataFrame

- Police Box

- Grid Map of theBusan

- Ordinary Kriging

- SpatialPointsDataFrame

- Nugget model

- Local Test

- Global Test

- First law of Geography

- Geographically WeightedRegression

Waldo R. Tobler First law of Geography

!

"Everything is related to everything else, but near things are more related to each other"

http://www.bloter.net/archives/203684

THANK YOU

THANK YOU

Recommended