Posts in Category: software

Reading data from eHYD using R

Dear all,

during the process of streamlining my posts on extreme value analysis, I have tried to rework the import of the data sets used for my elaborations. Usually, one would definitely use custom functions to perform tasks like this data import, and I figured that this is also useful in

Read More

Cloud-masking Sentinel-2

Hey there!
Sentinel-2 is a relatively new satellite and cloud masking still is a big issue with this sensor. There are many ways on how to get cloud free images of Sentinel-2A (hopefully 2B soon as well). Here is an overview on possible technologies you can use, as well as

Read More

Raster Info Tool based on Shiny R

Dear GIS enthusiasts!

As you already know, R is my favourite tool to work with spatial (raster) data. In some situations however, I am forced to move to a GIS desktop softwarer (à la QGIS) to get some basic information on my raster file. Since switching inbetween two softwares is annoying

Read More

Spatiotemporal tidy arrays for R

Hello,

today I’d like to draw your attention to an upcoming, interesting R package for handling spatial data.

Following the successful release of the sf package, which simplifies and optimizes many aspects of handling spatial (vector) data in R by implementing simple features as native R data (alongside with many R convenience

Read More

How to install ESA SNAP on Ubuntu Linux

Today, someone who wants to switch from Windows to Linux asked me if I could help him run ESA SNAP on Ubuntu. I thought it would be interesting for the blog, too. For those who don’t know: ESA SNAP (Sentinel Application Platform) is the common architecture for all Sentinel Toolboxes.

There

Read More

Simple features for R

Hey folks,

sf is an rather new R package for handling and analyzing spatial data in R. While various R packages are available that provide classes and methods for spatial data (e.g. sp, rgdal and rgeos), sf, which is developed by Edzer Pebesma and others, is intended to gradually replace

Read More

Benchmark: R vs. Python Rasterio vs. GDAL

Hey there!
Today I would like to do a small comparsion between three raster processing tools:
R, Python (rasterio) and GDAL.
When I started with GIS and raster processing, I didn’t really pay much attention to the performance of the scripts I wrote and tools I used. But now, working

Read More