Skip to content

Commit

Permalink
markdown source builds
Browse files Browse the repository at this point in the history
Auto-generated via `{sandpaper}`
Source  : a6ca574
Branch  : main
Author  : Drake Asberry <47766074+drakeasberry@users.noreply.github.com>
Time    : 2024-03-24 18:58:37 +0000
Message : Merge pull request datacarpentry#432 from Aariq/patch-4

Explain filenames
  • Loading branch information
actions-user committed Nov 26, 2024
1 parent b5ff312 commit 9267660
Show file tree
Hide file tree
Showing 2 changed files with 1,101 additions and 0 deletions.
92 changes: 92 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
#------------------------------------------------------------
# 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: '2015-10-22'

# 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: 'team@carpentries.org'

# 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://datacarpentry.org/r-raster-vector-geospatial'
Loading

0 comments on commit 9267660

Please sign in to comment.