Skip to content

materials for my R "Unconference" presentation on intro to GIS in R

License

Notifications You must be signed in to change notification settings

amkessler/geospatial_unconference_kessler

Repository files navigation

geospatial_unconference_kessler

This repo contains materials for my presentation on introductory GIS using R at the May 2021 Washington, DC Journalism R "Unconference" hosted by Andrew Ba Tran.

If you would like to clone this repo into an R project in one step to follow along, you can do so by running this line in the console:

usethis::use_course("https://tinyurl.com/s7rz2233")

The primary geospatial packages we'll be touching on will be:

The packages you'll need to install to accompany this repo if you don't have them already can be done by running this code in R:

install.packages(c("sf", "tmap", "tmaptools", "tigris", "leaflet", "maps", "geosphere", "htmltools", "rmapshaper", "here"))

Note that depending on your operating system, you may need to install several dependencies such as GDAL outside of R itself (i.e. on the computer separately). A helpful walkthrough of how to do this on Windows, Mac and Linux is available from the Carpentries.

We'll also be discussing the importance of coordinate reference systems, and a resource for more information on that topic can be found on the irreverent yet informative site here.

About

materials for my R "Unconference" presentation on intro to GIS in R

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages