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.)
- Host: GitHub
- URL: https://github.com/petzi53/geocomputing-notes
- Owner: petzi53
- Created: 2025-01-25T16:58:46.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-30T15:36:34.000Z (about 1 year ago)
- Last Synced: 2025-07-25T00:30:03.210Z (11 months ago)
- Topics: geocomputing, geospatial, maps, r-spatial, rstats
- Language: HTML
- Homepage: https://bookdown.org/pbaumgartner/geocomputing-notes/
- Size: 68 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
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.