Difference between revisions of "Lesson02"

From Geospatial Analytics and Applications
Jump to navigation Jump to search
Line 38: Line 38:
 
* Using R as a GIS
 
* Using R as a GIS
  
R Packages for Spatial Data Handling
+
 
 +
=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. [https://journal.r-project.org/archive/2018/RJ-2018-009/RJ-2018-009.pdf]
 
Pebesma, Edzer. (2018) “Simple Features for R: Standardized Support for Spatial Vector Data.” ''The R Journal'', Vol. 10/1, 439:446. [https://journal.r-project.org/archive/2018/RJ-2018-009/RJ-2018-009.pdf]
Line 44: Line 45:
 
Pebesma, Edzer, and Roger Bivand. 2018. Sp: Classes and Methods for Spatial Data. [https://CRAN.R-project.org/package=sp]
 
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. Rgdal: Bindings for the ’Geospatial’ Data Abstraction Library. https://CRAN.R-project.org/package=rgdal.
+
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. Rgeos: Interface to Geometry Engine - Open Source (’Geos’). https://CRAN.R-project.org/package=rgeos.
+
Bivand, Roger, and Colin Rundel. 2018. Rgeos: Interface to Geometry Engine - Open Source (’Geos’). [https://CRAN.R-project.org/package=rgeos]
  
 
Maling, D. H. 1992. Coordinate Systems and Map Projections. 2nd ed. Oxford ; New York: Pergamon Press.
 
Maling, D. H. 1992. Coordinate Systems and Map Projections. 2nd ed. Oxford ; New York: Pergamon Press.

Revision as of 13:56, 8 January 2019

Claraview.png IS415 GeoSpatial Analytics and Applications

About

Weekly Session

Take-home Exercises

Geospatial Analytics Project

Course Resources

 


Lesson 2: Geospatial Data Handling in R

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, Edzer, and Roger Bivand. 2018. Sp: Classes and Methods for Spatial Data. [2]

Bivand, Roger, Tim Keitt, and Barry Rowlingson. 2018. Rgdal: Bindings for the ’Geospatial’ Data Abstraction Library. [3]

Bivand, Roger, and Colin Rundel. 2018. Rgeos: Interface to Geometry Engine - Open Source (’Geos’). [4]

Maling, D. H. 1992. Coordinate Systems and Map Projections. 2nd ed. Oxford ; New York: Pergamon Press.

Pebesma, Edzer, Thomas Mailund, and James Hiebert. 2016. “Measurement Units in R.” The R Journal 8 (2): 486–94.



Lesson competencies

Technical References

Application References