Difference between revisions of "Lesson03"

From Geospatial Analytics and Applications
Jump to navigation Jump to search
 
(6 intermediate revisions by the same user not shown)
Line 49: Line 49:
 
=Must do=
 
=Must do=
 
* Read the following:
 
* Read the following:
** [tmap: Thematic Maps in R](https://www.jstatsoft.org/article/view/v084i06)
+
** [https://www.jstatsoft.org/article/view/v084i06 tmap: Thematic Maps in R]
- [tmap](https://cran.r-project.org/web/packages/tmap/index.html)
+
** [https://cran.r-project.org/web/packages/tmap/vignettes/tmap-changes-v2.html tmap: changes in version 2.0]
- [tmap: get started!](https://cran.r-project.org/web/packages/tmap/vignettes/tmap-getstarted.html)
+
** [https://www.youtube.com/watch?v=QCRSjbyQT4A useR! International R User 2017 Conference Exploring and presenting maps with **tmap**]
- [tmap: changes in version 2.0](https://cran.r-project.org/web/packages/tmap/vignettes/tmap-changes-v2.html)
+
 
- [tmap: creating thematic maps in a flexible way (useR!2015)](http://von-tijn.nl/tijn/research/presentations/tmap_user2015.pdf)
+
* Complete Hands-on Exercise 3. The handout and data sets are available at course eLearn.  
- [Exploring and presenting maps with tmap (useR!2017)](http://von-tijn.nl/tijn/research/presentations/tmap_user2017.pdf)
+
 
- [useR! International R User 2017 Conference Exploring and presenting maps with **tmap**](https://www.youtube.com/watch?v=QCRSjbyQT4A)
 
* Complete
 
  
 
=Technical References=
 
=Technical References=
 +
 +
* [https://makingmaps.net/2007/08/16/how-useful-is-tufte-for-making-maps/ How Useful is Tufte for Making Maps?]
 +
 +
* [https://makingmaps.net/2008/02/05/more-principles-of-map-design/ More Principles of Map Design]
 +
 +
* [https://www.axismaps.com/guide/univariate/proportional-symbols/ Proportional Symbols]
 +
 +
* [https://www.axismaps.com/guide/univariate/choropleth/ Choropleth Maps]
 +
 +
* [https://en.wikipedia.org/wiki/Cartogram Cartogram]
 +
 +
* [https://www.axismaps.com/guide/general/using-colors-on-maps/ Using Colors on Maps]
 +
 +
* [http://wiki.gis.com/wiki/index.php/Classification Classification]
 +
 +
* [http://uxblog.idvsolutions.com/2011/10/telling-truth.html Telling the Truth]
  
  
 
=Application References=
 
=Application References=
 +
 +
* [https://www.directionsmag.com/article/3363 Choropleth Mapping with Exploratory Data Analysis]

Latest revision as of 23:45, 15 January 2019

Claraview.png IS415 GeoSpatial Analytics and Applications

About

Weekly Session

Take-home Exercises

Geospatial Analytics Project

Course Resources

 


Thematic Mapping and Geovisualisation

Content

  • Classification of maps
  • Basic principles of map design
  • Thematic mapping techniques
    • Proportional symbol map
    • Choropleth map
  • Analytical mapping techniques
    • Cartogram
    • Co-location maps
    • Conditional maps
    • Mapping rates


Lesson competencies

Must do

  • Complete Hands-on Exercise 3. The handout and data sets are available at course eLearn.


Technical References


Application References