Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loreabad6/app-dev-gis
Course materials for the Application Development Course (GIS) - R module
https://github.com/loreabad6/app-dev-gis
Last synced: 23 days ago
JSON representation
Course materials for the Application Development Course (GIS) - R module
- Host: GitHub
- URL: https://github.com/loreabad6/app-dev-gis
- Owner: loreabad6
- Created: 2024-07-17T12:49:49.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-30T18:06:13.000Z (3 months ago)
- Last Synced: 2024-07-30T22:20:55.165Z (3 months ago)
- Homepage: https://loreabad6.github.io/app-dev-gis/
- Size: 310 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Overview
These are the course materials for the IP: Application Development Course (GIS) - Part 2 where you will learn how to develop reproducible R workflows for spatial analysis. What you can expect:- Introduction to R and its ecosystem
- Spatial data handling in R (raster and vector data)
- Connecting to GIS software for spatial workflow automation
- Spatial visualization with R (static and interactive)## Objectives
By the end of the course you should be able:- to read and write R code and to navigate the R-spatial package ecosystem
- to perform spatial analysis with vector and raster datasets in R
- to design maps programmatically
- to create reproducible workflows for spatial analysis in R