Difference between revisions of "Lesson06"
Jump to navigation
Jump to search
(Created page with "<div style=background:#2B3856 border:#A3BFB1> 200px <font size = 5; color="#FFFFFF">IS415 GeoSpatial Analytics for Business Intelligence</font> </div>...") |
|||
| (4 intermediate revisions by the same user not shown) | |||
| Line 28: | Line 28: | ||
|} | |} | ||
<br/> | <br/> | ||
| + | |||
| + | <font size=5>'''Geospatial Data Handling and Mapping with R'''</font> | ||
| + | |||
| + | =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 | ||
| + | |||
| + | ==Operations with Spatial Vector Data in R== | ||
| + | |||
| + | |||
| + | |||
| + | =Before Class Reading= | ||
| + | |||
| + | |||
| + | =Hands-on Exercise= | ||
| + | |||
| + | |||
| + | =Reference= | ||
Latest revision as of 21:11, 5 January 2018
|
|
|
|
|
|
Geospatial Data Handling and Mapping with R
Contents
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