Sciences de la terre et de l'environnementAnglaisQuarto

geocompx

geocompx
geocompx hosts free resources on reproducible geographic data analysis, modelling and visualization with open source software
Page d'accueilFlux RSS
language
AnnouncementRstatsSciences de la terre et de l'environnementAnglais
Publié
Auteur 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.

SetupRstatsSciences de la terre et de l'environnementAnglais
Publié
Auteur 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.

VignetteRstatsSciences de la terre et de l'environnementAnglais
Publié

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.

VignetteRstatsSciences de la terre et de l'environnementAnglais
Publié
Auteur 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.