Publications by Posts on Lorenzo Busetto Website & Blog

Welcome to this Blog

14.09.2016

Hi all, I’ll use this blog to share posts mostly related to tips and tricks about Spatial Processing and satellite image analysis in “R”, as well as to share interesting resources concerning “R” programming in general. HTH, Lorenzo Related To leave a comment for the author, please follow the link and comment on their blog: Posts on L...

653 sym

MODIStsp: a new “R” package for MODIS Land Products preprocessing

15.09.2016

In this post, we are introducing MODIStsp a new “R” package allowing to automatize the creation of time series of rasters derived from Land Products data derived from MODIS satellite data (; www.sciencedirect.com/science/article/pii/S0098300416303107). Development of MODIStsp started from modifications of the ModisDownload “R” script by T...

5791 sym R (585 sym/1 pcs) 4 img

MODIStsp v1.3.0 released – adds support for Collection 6 datasets

06.11.2016

MODIStsp v1.3.0 has been finally released ! It adds the much-needed functionality for downloading and preprocessing MODIS Collection 006 datasets. Off-line preprocessing of already downloaded hdf images was also improved, and the GUI was a bit revamped to improve user-friendliness (A detailed changelog can be found here). More detailed usage inst...

1219 sym

MODIStsp v.1.3.1 released !

12.02.2017

MODIStsp is a R package allowing automatic download and preprocessing of MODIS Land Products time series, available at this https://github.com/lbusett/MODIStsp github page (See also here for additional information) v1.3.1 adds functionality for processing MODIS snow cover products, accelerated download, processing specified portions of years, plu...

1045 sym 2 img

MODIStsp (v 1.3.2) is on CRAN !

17.04.2017

We are glad to report that MODIStsp is now also available on CRAN ! From now on, you can therefore install it by simply using: install.packages("MODIStsp") In v 1.3.2 we also added the functionality to automatically apply scale and offset coefficients on MODIS original values according with the specifications of single MODIS products. Setting the...

1783 sym R (69 sym/1 pcs) 2 img

The new MODIStsp website (based on pkgdown) is online !

24.07.2017

The MODIStsp website, which lay abandoned since several months on github pages, recently underwent a major overhaul thanks to pkgdown. The new site is now available at http://lbusett.github.io/MODIStsp/ We hope that the revised website will allow to navigate MODIStsp-related material much more easily than either github or the standard CRAN docum...

1552 sym 2 img

Building a website with `pkgdown`: a short guide

31.07.2017

As promised in my last post, here is a short guide with some tips and tricks for building a documentation website for an R package using pkgdown. In the end, this guide ended up way longer than I was expecting, but I hope you’ll find it useful, although it often replicates information already available in pkgdown documentation ! Prerequisites T...

10871 sym R (2465 sym/10 pcs) 4 img

MODIStsp 1.3.3 is out – Speeding things up and squashing some bugs !

15.08.2017

A new version of MODIStsp (1.3.3) is on CRAN as of today ! Below, you can find a short description of the main improvements. Processing speed improvements Processing of MODIS layers after download (i.e., scale and offset calibration, computation of Spectral Indexes and Quality Indicators) is now much faster. As you can see in the figure, process...

1737 sym R (63 sym/1 pcs) 2 img

Speeding up spatial analyses by integrating `sf` and `data.table`: a test case

19.02.2018

The problem Last week, I replied to this interesting question posted by @Tim_K over stackoverflow. He was seeking efficient solutions to identify all points falling within a maximum distance of xx meters with respect to each single point in a spatial points dataset. If you have a look at the thread, you will see that a simple solution based on cr...

6063 sym R (5056 sym/3 pcs) 10 img 1 tbl

Automatically importing publications from bibtex to a hugo-academic blog

12.03.2018

The problem I am in the process of migrating my (rather ugly) small blog from “Bloggers” to blogdown and, as several others, I choose to use the hugo-academic theme due to its good looks, simplicity, and “focus” towards researchers. One nice feature of hugo-academic is that it includes out-of-the-box a “Publications” section, allowing...

4077 sym R (6526 sym/3 pcs) 2 img