An open API service indexing awesome lists of open source software.

https://github.com/glific/rmapping

Repository to store our experiments code with R and mapping POC for Reapbenefit
https://github.com/glific/rmapping

gis heatmap mapping rlanguage

Last synced: 11 months ago
JSON representation

Repository to store our experiments code with R and mapping POC for Reapbenefit

Awesome Lists containing this project

README

          

# Visualize the data using R and Leaflet

This project is to showcase the potential of R and Leaflet to show the users how can we visualize the data
using Maps. Features which we have worked on is

1. Clustering

![](images/Clustering.png)

2. Heatmap

![](images/Heatmap.png)

3. GeoJson Boundaries

![](images/GeoBoundaries.png)

4. Integration with Google Search

![](images/GoogleSearch.png)

5. Filters

![](images/Filtering.png)

## Glific Blogs

- Visualizing citizen engagement of chatboat (https://glific.org/visualizing-citizen-engagement-of-chatbot/)
- R mapping and Leaflet (https://glific.org/r-mapping-and-leaflet/)

## Installation Steps

- Install [R](https://cran.r-project.org)
- Install [Rstudio](https://www.rstudio.com/products/rstudio/download)

## Online resources

- Getting Started with [R](https://www.dataquest.io/blog/tutorial-getting-started-with-r-and-rstudio/)
- [R documentation](https://www.rdocumentation.org/search?q=fluidRow)
- [Leafletjs documentation](https://leafletjs.com/)
- [Community blogs](https://www.r-bloggers.com/)
- [Mobile View](https://shiny.rstudio.com/articles/reconnecting.html)

## Tutorial Videos

- [Create your first Shiny App in R using Leaflet](https://www.youtube.com/watch?v=IQfsHnUYrFo)
- [Adding image to a map pointer](https://community.rstudio.com/t/add-different-pictures-to-each-markers-in-the-leaflet-package-map-application/128689/4)
- [Adding custom map pointer](https://www.jla-data.net/eng/leaflet-markers-in-r/)
- [Clustering Map pointer](https://gis.stackexchange.com/questions/241158/displaying-sum-of-frequencies-in-leaflet-cluster-maps-pointer)

## Other videos to explore

- Brief Overview of [R shiny](https://www.youtube.com/watch?v=6o7jNUXUONY) good to see what the full-scale map would look like. In this video, it will show the map view of earthquakes based on their magnitude and location
- [Getting started with R and RStudio:](https://www.youtube.com/watch?v=lVKMsaWju8w) good to get familiar with terminal and console