A brief OER lab/course intended to give Undergraduates a basic orientation to geospatial data using the carto platform
oer
Go to file
Jeremy Kidwell 513e98aaac tweaks 2019-03-14 19:04:29 +00:00
data updates 2019-03-13 21:50:25 +00:00
docs tweaks 2019-03-14 19:04:29 +00:00
.DS_Store tweaks 2019-03-14 19:04:29 +00:00
00-Authors.Rmd updates 2019-03-13 21:50:25 +00:00
01-Session1.Rmd tweaks 2019-03-14 19:04:29 +00:00
02-Session2.Rmd tweaks 2019-03-14 19:04:29 +00:00
Makefile added text explanations 2019-03-13 22:53:08 +00:00
README.md added header 2019-03-13 09:27:05 +00:00
_bookdown.yml added text explanations 2019-03-13 22:53:08 +00:00
_output.yml added more session 1-2 content 2019-03-14 07:49:25 +00:00
book.bib added more session 1-2 content 2019-03-14 07:49:25 +00:00
index.Rmd tweaks 2019-03-14 19:04:29 +00:00
preamble.tex added more session 1-2 content 2019-03-14 07:49:25 +00:00
style.css updates 2019-03-13 21:50:25 +00:00

README.md

Introduction to Geospatial Visualisation

This repository contains the contents of a short open course designed by Jeremy H. Kidwell at the University of Birmingham. The course is meant to provide a hands-on introduction to visualising geospatial data using the Carto platform. This should be useful for a wide audience, but was originally designed for Undergraduate students with a humanities background. As you will see below, the course is designed around "challenges" which build on one another.

The course here has been compiled with bookdown, and so the live instance of the course is compiled from openly accessible resources located in this repository. If you're interested in doing something similar, there are a number of good options, including: gitbook, mkdocs, readthedocs which technically uses Sphinx or daux.

Directory structure includes:

  • README.md this README file displayed on Github
  • docs a folder containing the compiled book in html, .pdf and epub formats
  • course.bib a bibliography of items used for the course in BibTeX format
  • index.Rmd Contains initialization settings, and preface content
  • 00-Overview.Rmd Introduction and overview to course
  • 01-Session1.Rmd Challenge 1: Find yourself on the map
  • 02-Session2.Rmd Challenge 2: Work with existing data
  • 03-Session3.Rmd Challenge 3: Find some additional data sets
  • 04-Session4.Rmd Challenge 4: Generate a geospatial visualisation

Content here, unless otherwise indicated are copyright by Jeremy H. Kidwell. But please re-use them as they are covered by Creative Commons Attribution 4.0 International Licence (CC BY 4.0).

How to produce 'books' from this repository using bookdown

  1. Clone this repository so you have a local directory to work with
  2. You can use make from the command line, which calls the Makefile provided here OR
  3. Working in R Studio, load the bookdown library, and then from within the root directory of this repo, invoke the command bookdown::render_book("index.Rmd", "bookdown::gitbook")