Difference between revisions of "Lesson10"
		
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
		
		
		
		
		
		
	
| Line 53: | Line 53: | ||
* [https://r-spatial.github.io/sf/articles/sf6.html 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]  | * [https://r-spatial.github.io/sf/articles/sf7.html Spherical geometry in sf using s2geometry]  | ||
| + | |||
| + | ==Star==  | ||
| + | * [https://r-spatial.github.io/stars/reference/index.html Star reference]  | ||
| + | * [https://r-spatial.github.io/stars/index.html Spatiotemporal Arrays: Raster and Vector Datacubes]  | ||
==tmap package==  | ==tmap package==  | ||
Revision as of 20:56, 21 February 2021
| 
 | 
 | 
 | 
 | 
 | 
Geovisualisation and GeoVisual Analytics with R
Content
- Handling Geospatial Data with R
- sf package for vector data handling
 - raster package for raster data handling
 - Star package for spatio-temporal data data handling
 
 - 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