An open API service indexing awesome lists of open source software.

https://github.com/petzi53/geocomputing-notes

Personal notes during reading Geocomputing With R (2nd ed.)
https://github.com/petzi53/geocomputing-notes

geocomputing geospatial maps r-spatial rstats

Last synced: 10 months ago
JSON representation

Personal notes during reading Geocomputing With R (2nd ed.)

Awesome Lists containing this project

README

          

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```

# Geocomputation With R (2nd ed)

This Quarto book collects my personal notes, trials and exercises of
[Geocomputation With R: 2nd edition](https://www.amazon.com/Geocomputation-Chapman-Hall-Robin-Lovelace/dp/1032248882/) by
Robin Lovelace, Jakub Nowosad, and Jannes Muenchow.

WATCH OUT: This is my personal learning material and is therefore
neither an accurate replication nor an authoritative textbook.

I wrote this book as a text for others to read because that forces me to
become explicit and explain all my learning outcomes more carefully.
Please keep in mind that this text is not written by an expert but by a
learner.