Difference between revisions of "Lesson10"
		
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
		
		
		
		
		
		
	
| Line 33: | Line 33: | ||
=Content=  | =Content=  | ||
* Handling Geospatial Data with R  | * Handling Geospatial Data with R  | ||
| − | **   | + | ** sf package for vector data handling  | 
| + | ** Star package for raster data handling   | ||
* Lab: Geospatial Data Handling, Wrangling and Processing with sf package  | * Lab: Geospatial Data Handling, Wrangling and Processing with sf package  | ||
** Importing geospatial data    | ** Importing geospatial data    | ||
| Line 52: | Line 53: | ||
==sf package==  | ==sf package==  | ||
* [https://r-spatial.github.io/sf/articles/sf1.html Simple Features for R]  | * [https://r-spatial.github.io/sf/articles/sf1.html Simple Features for R]  | ||
| − | * Reading, Writing and Converting Simple Features  | + | * [https://r-spatial.github.io/sf/articles/sf2.html Reading, Writing and Converting Simple Features]  | 
| − | * Manipulating Simple Feature Geometries  | + | * [https://r-spatial.github.io/sf/articles/sf3.html Manipulating Simple Feature Geometries]  | 
| − | * Manipulating Simple Features  | + | * [https://r-spatial.github.io/sf/articles/sf4.html Manipulating Simple Features]  | 
| − | * Plotting Simple Features  | + | * [https://r-spatial.github.io/sf/articles/sf5.html Plotting Simple Features]  | 
| − | * Miscellaneous  | + | * [https://r-spatial.github.io/sf/articles/sf6.html Miscellaneous]  | 
| + | * [https://r-spatial.github.io/sf/articles/sf7.html Spherical geometry in sf using s2geometry]  | ||
| + | |||
| + | ==tmap package==  | ||
Revision as of 20:52, 21 February 2021
| 
 | 
 | 
 | 
 | 
 | 
Geovisualisation and GeoVisual Analytics with R
Content
- Handling Geospatial Data with R
- sf package for vector data handling
 - Star package for raster data handling
 
 - Lab: Geospatial Data Handling, Wrangling and Processing with sf package
- Importing geospatial data
 - Converting aspatial data into geospatial data
 - Geocoding data
 - Transforming projection
 - Performing geoprocessing operation
 - Performing georelational operation
 
 - Thematic Mapping with R
- Introducing tmap
 - Proportional symbol mapping with tmap
 - Choropleth mapping with tmap
 
 - GeoVisual Analytics with R
- Statistical mapping
 - GeoVisual Analytics Application with R Shiny
 
 
All About R
sf package
- Simple Features for R
 - Reading, Writing and Converting Simple Features
 - Manipulating Simple Feature Geometries
 - Manipulating Simple Features
 - Plotting Simple Features
 - Miscellaneous
 - Spherical geometry in sf using s2geometry