by EAGLE Students | Jun 11, 2018 | Notes, Pawel Kluter
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...
by EAGLE Students | May 17, 2018 | Notes, Pawel Kluter
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...
by EAGLE Students | Jan 13, 2018 | Notes, Pawel Kluter
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....
by EAGLE Students | Jan 8, 2018 | Notes, Pawel Kluter
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...