Difference between revisions of "Lesson02"
Jump to navigation
Jump to search
Line 45: | Line 45: | ||
Pebesma, Z. (2018) "sf: Simple Features for R" [https://cran.r-project.org/web/packages/sf/index.html] | Pebesma, Z. (2018) "sf: Simple Features for R" [https://cran.r-project.org/web/packages/sf/index.html] | ||
− | Pebesma, Edzer, and Roger Bivand. 2018. | + | Pebesma, Edzer, and Roger Bivand. 2018. '''sp: Classes and Methods for Spatial Data'''. [https://CRAN.R-project.org/package=sp] |
− | Bivand, Roger, Tim Keitt, and Barry Rowlingson. 2018. | + | Bivand, Roger, Tim Keitt, and Barry Rowlingson. 2018. '''rgdal: Bindings for the ’Geospatial’ Data Abstraction Library'''. [https://CRAN.R-project.org/package=rgdal] |
− | Bivand, Roger, and Colin Rundel. 2018. | + | Bivand, Roger, and Colin Rundel. 2018. '''rgeos: Interface to Geometry Engine - Open Source (’Geos’)'''. [https://CRAN.R-project.org/package=rgeos] |
− | |||
− | |||
− | |||
− | |||
+ | Hijmans, R.J. (2018) '''raster: Geographic Data Analysis and Modeling''' [https://cran.r-project.org/web/packages/raster/index.html] | ||
Line 61: | Line 58: | ||
=Technical References= | =Technical References= | ||
+ | Maling, D. H. 1992. Coordinate Systems and Map Projections. 2nd ed. Oxford ; New York: Pergamon Press. | ||
=Application References= | =Application References= |
Revision as of 14:08, 8 January 2019
|
|
|
|
|
Lesson 2: Geospatial Data Handling in R
Contents
Content
- Properties of geographical data
- Classes for geospatial data in R
- Simple features data in R
- Georeferencing
- Using R as a GIS
R Packages for Spatial Data Handling
Pebesma, Edzer. (2018) “Simple Features for R: Standardized Support for Spatial Vector Data.” The R Journal, Vol. 10/1, 439:446. [1]
Pebesma, Z. (2018) "sf: Simple Features for R" [2]
Pebesma, Edzer, and Roger Bivand. 2018. sp: Classes and Methods for Spatial Data. [3]
Bivand, Roger, Tim Keitt, and Barry Rowlingson. 2018. rgdal: Bindings for the ’Geospatial’ Data Abstraction Library. [4]
Bivand, Roger, and Colin Rundel. 2018. rgeos: Interface to Geometry Engine - Open Source (’Geos’). [5]
Hijmans, R.J. (2018) raster: Geographic Data Analysis and Modeling [6]
Lesson competencies
Technical References
Maling, D. H. 1992. Coordinate Systems and Map Projections. 2nd ed. Oxford ; New York: Pergamon Press.