Earth and related Environmental SciencesQuarto

geocompx

geocompx
geocompx hosts free resources on reproducible geographic data analysis, modelling and visualization with open source software
Home PageRSS Feed
language
VignetteRstatsEarth and related Environmental Sciences
Published

The R programming language has, over the past two decades, evolved substantial spatial data analysis capabilities, and is now one of the most powerful environments for undertaking geographic research using a reproducible command line interface. Currently, dedicated R packages allow to read spatial data and apply a plethora of different kinds of spatial methods in a reproducible fashion.

AnnouncementRstatsEarth and related Environmental Sciences
Published
Author Robin Lovelace Jakub Nowosad

Currently, hundreds of R packages are related to spatial data analysis. They range from ecology and earth observation, hydrology and soil science, to transportation and demography. These packages support various stages of analysis, including data preparation, visualization, modeling, or communicating the results.

SetupRstatsEarth and related Environmental Sciences
Published
Author Robin Lovelace

This post explains how to quickly get key R packages for geographic research installed on Ubuntu, a popular Linux distribution. A recent thread on the r-spatial GitHub organization alludes to many considerations when choosing a Linux set-up for work with geographic data, ranging from the choice of Linux distribution (distro) to the use of binary vs or compiled versions (binaries are faster to install). This post touches on some of these things.

VignetteRstatsEarth and related Environmental Sciences
Published

Inset maps enable multiple places to be shown in the same geographic data visualisation, as described in the Inset maps section (8.2.7) of our open source book Geocomputation with R. The topic of inset maps has gained attention and recently Enrico Spinielli asked inset maps could be created for data in unusual coordinate. R’s flexibility allows inset maps to be created in various ways, using different approaches and packages.

VignetteRstatsEarth and related Environmental Sciences
Published
Author Robin Lovelace

Introduction This workbook outlines key concepts and functions related to map projections — also referred to as coordinate reference systems (CRSs) — and transformation of geographic data from one projection to another. It is based on the open source book Geocomputation with R , and Chapter 6 in particular.