A new RStudio addin to facilitate inserting tables in rmarkdown documents
Spatial Processing in R
by
3y ago
In the last months, I started increasingly using Rmd documents for preparing scientific reports, blog posts, etcetera. While I really like the flexibility offered by the system, one thing that I thought could be improved is the support for easily inserting tables. So, “inspired” also by the recent addition of the excellent insert image addin in blogdown, I decided to give it a go and try to implement some kind of addin to facilitate table insertion in Rmd documents. After struggling a bit due to my rather nonexistent shiny skills, in the end I manag ..read more
Visit website
Automatically importing publications from bibtex to a hugo-academic blog
Spatial Processing in R
by
3y ago
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 researchers to easily create a list of their publication as a section of the website. Unfortunately, in order to populate that list, users have to manually create one different .md file for each publication, by cutting an ..read more
Visit website
Speeding up spatial analyses by integrating `sf` and `data.table`: a test case
Spatial Processing in R
by
3y ago
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 creating a “buffered” polygon dataset beforehand and then intersecting it with the original points is quite fast for “reasonably sized” datasets, thanks to sf spatial indexing capabilities which reduce the number of the required compariso ..read more
Visit website
MODIStsp 1.3.3 is out - Speeding things up and squashing some bugs !
Spatial Processing in R
by
3y ago
  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, processing time was almost halved on my (not so fast) laptop. This was achieved by modifying all computation functions so to use `raster::calc()` and `raster::overlay()` (more on this in a later post). Although speed is also limit ..read more
Visit website
Building a website with pkgdown: a short guide
Spatial Processing in R
by
3y ago
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 To build a website using pkgdown, all you need to have is an R package hosted on Git Hub, with a file structure "tweaked" with some functionality provided by devtools.  Assuming you are using RStudio, and ..read more
Visit website
The new MODIStsp website (based on pkgdown) is online !
Spatial Processing in R
by
3y ago
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 documentation, and will therefore help users in better and more easily exploiting MODIStsp functionality. The restyling was possible thanks to the very nice "pkgdown" R package (http://hadley.github.io/pkgdown), which allows to easily create a ..read more
Visit website
MODIStsp (v 1.3.2) is on CRAN !
Spatial Processing in R
by
3y ago
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 new "Scale output values" option to "Yes", scale factors and offsets are applied (if existing). In this case, for example, Land Surface Temperature values in the output rasters will be in °K, and spectral indices will be floating point values ..read more
Visit website
MODIStsp v.1.3.1 released !
Spatial Processing in R
by
3y ago
  "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 of MODIS snow cover products, accelerated download, processing of specified portions of years, plus various bug fixing and improvements. MODIStsp: the main processing GUI See here for a detailed description of introduced changes We hope you will find the new version useful and that we didn't introduce too many bu ..read more
Visit website
MODIStsp v1.3.0 released - adds support for Collection 6 datasets
Spatial Processing in R
by
3y ago
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 instructions were also added to the main github page, and a FAQ section addressing common issues with the package (e.g., installation problems, etc) was added. We hope you will find the new version useful and that we didn't introduce too many bugs ..read more
Visit website
MODIStsp: a new "R" package for MODIS Land Products preprocessing
Spatial Processing in R
by
3y ago
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 (github.com/lbusett/MODIStsp; www.sciencedirect.com/science/article/pii/S0098300416303107. Development of MODIStsp started from modifications of the ModisDownload "R" script by Thomas Hengl (spatial-analyst.net/wiki/index.php?title=Download_and_resampling_of_MODIS_images), and successive adaptations by Babak Naimi (r-gis.net/?q=ModisDownload). Their functionalities were gradually incremented with the a ..read more
Visit website

Follow Spatial Processing in R on FeedSpot

Continue with Google
Continue with Apple
OR