Difference between revisions of "Lesson06"

From IS415-Geospatial Analytics for Business Intelligence
Jump to navigation Jump to search
Line 29: Line 29:
 
<br/>
 
<br/>
  
'''Geospatial Data Handling with R'''
+
<font size=5>'''Geospatial Data Handling with R'''</font>
  
 
=Discussion Topics=
 
=Discussion Topics=
 +
 +
*  Conceptualizing a spatial vector objects in R
 +
* R packages for handling geospatial data
 +
** The sp package
 +
** The sf package
 +
 +
 +
2. Creating a spatial object from a lat/lon table
 +
 +
    Exercise 3
 +
    A brief, but important word about projection.
 +
 +
3. Loading shape files into R
 +
 +
    How to work with rgdal
 +
        Exercise 4
 +
    How to do this in sf
 +
 +
4. Raster data
 +
 +
    Exercise 5
 +
  
  

Revision as of 23:00, 3 January 2018

Claraview.png IS415 GeoSpatial Analytics for Business Intelligence

About

Weekly Session

Assignments

Geospatial Analytics Project

Course Resources

 


Geospatial Data Handling with R

Discussion Topics

  • Conceptualizing a spatial vector objects in R
  • R packages for handling geospatial data
    • The sp package
    • The sf package


2. Creating a spatial object from a lat/lon table

   Exercise 3
   A brief, but important word about projection.

3. Loading shape files into R

   How to work with rgdal
       Exercise 4
   How to do this in sf

4. Raster data

   Exercise 5


Before Class Reading

Hands-on Exercise

Reference