ttnsy / rgeo-intro

Coursebook for Algoritma DSS: Geospatial Analysis in R.

Home Page:https://rpubs.com/tangerine/dss-geospatial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building Interactive Map for Geospatial Analysis in R

Overview

The following coursebook is produced for Algoritma's DSS Building Interactive Map for Geospatial Analysis in R workshop. The 4-days online workshop is intended for participants new to the world of spatial analysis and / or programming. No prior programming knowledge is assumed.

The primary objective of this course is to provide a participant a comprehensive introduction about tools and software for visualizing a geospatial data using the popular open-source tools: R

Modules

  • Part 1. Brief Introduction to R:

    • Tools Introduction
      • R and R Studio
      • Open source packages
      • Using R Markdown
      • R Programming Basics
    • Data Wrangling with R's tidyverse
      • Working with tabular data in R: Tips and Techniques
      • Data Wrangling and Aggregation
      • Introduction to visualization with ggplot2
  • Part 2. Geospatial Analysis in R

    • Building Indonesia Static Map
      • Retrieving Indonesia spatial vector from an open source provider
      • Using sf for R's spatial environment
      • Grammar of Graphics for geospatial data using ggplot2
      • Enhancing map plots for richer visualization
    • Creating Interactive Map
      • Using leaflet - a JavaScript API for creating interactive maps
      • Adding markers and colors in leaflet
      • Building various geospatial analysis graphics: Choropleth, Heatmap, etc.
    • Publishing your visualization
      • Create an awesome and easy-to-build dashboard using flexdashboard package
      • Present your geospatial analysis for various industries business solution
  • Additional: Demo for R'ssp package

R packages

Following packages are used within the material:

packages <- c("rgdal","sf","tidyverse","glue", "plotly", "maps","leaflet","leaflet.extras", "tmap", "flexdashboard","DT")

install.packages(packages)

References

About

Coursebook for Algoritma DSS: Geospatial Analysis in R.

https://rpubs.com/tangerine/dss-geospatial


Languages

Language:HTML 100.0%Language:R 0.0%Language:CSS 0.0%Language:Python 0.0%