| 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.mdthis README file displayed on Githubdocsa folder containing the compiled book in html, .pdf and epub formatscourse.biba bibliography of items used for the course in BibTeX formatindex.RmdContains initialization settings, and preface content00-Overview.RmdIntroduction and overview to course01-Session1.RmdChallenge 1: Find yourself on the map02-Session2.RmdChallenge 2: Work with existing data03-Session3.RmdChallenge 3: Find some additional data sets04-Session4.RmdChallenge 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
- Clone this repository so you have a local directory to work with
- You can use
makefrom the command line, which calls theMakefileprovided here OR - Working in R Studio, load the
bookdownlibrary, and then from within the root directory of this repo, invoke the commandbookdown::render_book("index.Rmd", "bookdown::gitbook")