Difference between revisions of "Lesson06"
Jump to navigation
Jump to search
| (3 intermediate revisions by the same user not shown) | |||
| Line 29: | Line 29: | ||
<br/> | <br/> | ||
| − | '''Geospatial Data Handling with R''' | + | <font size=5>'''Geospatial Data Handling and Mapping 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 | ||
| + | |||
| + | ==Operations with Spatial Vector Data in R== | ||
| + | |||
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