Python Script for QGIS 3.0 Basemaps

Python Script for QGIS 3.0 Basemaps

The OpenLayer Plugin for QGIS provided all my basemap layers for quite some time now. But since the eagerly awaited launch of QGIS 3.0 earlier this year this plugin became incompatible, leaving you with two options: you either gather and compile all XYZ Tiles...
Land-Use Change Coded By Color (R Package)

Land-Use Change Coded By Color (R Package)

The remote sensing R package LCquickVieweR makes land-use change visible by creating false color images. The methodical approach is a combination of Image Differencing and Multi Temporal Stacking using NDVI. This way change is coded by color. All processing steps are...
Install every missing R package in one go

Install every missing R package in one go

Before submitting a project or setting up R on a new system, this function might come in handy. You can put all your favourite or required packages into a single vector and check if they’re already installed. If not, packageChecker() will take care of that....

Backslash Converter for R

Every now and then some of us have to work on a campus terminal. And most of the time you want to take the code and data with you. So you do what every student does – you hook up your own usb-drive and change work directories in RStudio. But as soon as you start...