-
-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
58a3450
commit 0cd635e
Showing
12 changed files
with
1,117 additions
and
171 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
#------------------------------------------------------------ | ||
# Values for this lesson. | ||
#------------------------------------------------------------ | ||
|
||
# Which carpentry is this (swc, dc, lc, or cp)? | ||
# swc: Software Carpentry | ||
# dc: Data Carpentry | ||
# lc: Library Carpentry | ||
# cp: Carpentries (to use for instructor training for instance) | ||
# incubator: The Carpentries Incubator | ||
carpentry: 'dc' | ||
|
||
# Overall title for pages. | ||
title: 'Introduction to Geospatial Raster and Vector Data with R' | ||
|
||
# Date the lesson was created (YYYY-MM-DD, this is empty by default) | ||
created: ~ | ||
|
||
# Comma-separated list of keywords for the lesson | ||
keywords: 'software, data, lesson, The Carpentries' | ||
|
||
# Life cycle stage of the lesson | ||
# possible values: pre-alpha, alpha, beta, stable | ||
life_cycle: 'transition-step-2' | ||
|
||
# License of the lesson | ||
license: 'CC-BY 4.0' | ||
|
||
# Link to the source repository for this lesson | ||
source: 'https://github.com/datacarpentry/r-raster-vector-geospatial/' | ||
|
||
# Default branch of your lesson | ||
branch: 'main' | ||
|
||
# Who to contact if there are any issues | ||
contact: '[email protected]' | ||
|
||
# Navigation ------------------------------------------------ | ||
# | ||
# Use the following menu items to specify the order of | ||
# individual pages in each dropdown section. Leave blank to | ||
# include all pages in the folder. | ||
# | ||
# Example ------------- | ||
# | ||
# episodes: | ||
# - introduction.md | ||
# - first-steps.md | ||
# | ||
# learners: | ||
# - setup.md | ||
# | ||
# instructors: | ||
# - instructor-notes.md | ||
# | ||
# profiles: | ||
# - one-learner.md | ||
# - another-learner.md | ||
|
||
# Order of episodes in your lesson | ||
episodes: | ||
- 01-raster-structure.Rmd | ||
- 02-raster-plot.Rmd | ||
- 03-raster-reproject-in-r.Rmd | ||
- 04-raster-calculations-in-r.Rmd | ||
- 05-raster-multi-band-in-r.Rmd | ||
- 06-vector-open-shapefile-in-r.Rmd | ||
- 07-vector-shapefile-attributes-in-r.Rmd | ||
- 08-vector-plot-shapefiles-custom-legend.Rmd | ||
- 09-vector-when-data-dont-line-up-crs.Rmd | ||
- 10-vector-csv-to-shapefile-in-r.Rmd | ||
- 11-vector-raster-integration.Rmd | ||
- 12-time-series-raster.Rmd | ||
- 13-plot-time-series-rasters-in-r.Rmd | ||
- 14-extract-ndvi-from-rasters-in-r.Rmd | ||
|
||
# Information for Learners | ||
learners: | ||
|
||
# Information for Instructors | ||
instructors: | ||
|
||
# Learner Profiles | ||
profiles: | ||
|
||
# Customisation --------------------------------------------- | ||
# | ||
# This space below is where custom yaml items (e.g. pinning | ||
# sandpaper and varnish versions) should live | ||
|
||
|
||
url: https://preview.carpentries.org/r-raster-vector-geospatial | ||
workbench-beta: 'true' | ||
beta-date: '2023-02-06' | ||
old-url: 'https://datacarpentry.github.io/r-raster-vector-geospatial' |
Binary file modified
BIN
+2.88 KB
(100%)
fig/01-raster-structure-rendered-demonstrate-no-data-black-ggplot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+4.26 KB
(100%)
fig/01-raster-structure-rendered-demonstrate-no-data-ggplot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.