Nikolaos Tziokas
Nikolaos Tziokas
A good idea might be the creation of report for geographically weighted regression (GWR) model. It is a widely used local regression analysis (mostly utilized as an explanatory tool but...
I was searching for r.gwr in QGIS (v3.18 & v3.22) but I couldn't find it (same with GRASS GIS v7.8.6). I am using Windows 10, if that's relevant. Can you...
I want to resample a raster from 15m to 460m using a Gaussian filter. **The goal** I am having a coarse image which I want to downscale. I also have...
Hi, I was trying to use `batch.ImageCollection.toDrive` and I received the error: ``` In users/fitoprincipe/geetools:batch Line 133: collection.size is not a function ``` Here is my code: ``` var batch...
Hi, I'd like to mention an issue I encountered when using `beepr `on a Windows 10 and 11 machines. I should mention that the Windows 11 machine is equipped with...
Hi, I was trying to use `batch.ImageCollection.toDrive` and I received the error: ``` In users/fitoprincipe/geetools:batch Line 133: collection.size is not a function ``` Here is my code: ``` var batch...
I have one response variable and 4 predictors and I am performing a spatial random forest regression at a coarse spatial scale. My goal is to take the model parameters...
I am using the bfastlite function and I found some breaks in my time-series (TS) which I can plot (in a line graph) using the plot() function. I was wondering...
Hi, I am performing a rolling regression (i.e., I am using a moving window). I have two variables, the y (called ntl) and x (called tirs20). Here is the code:...
I apologize in advance if the question is not suitable for posting here. I am using the package to perform a Random Forest (RF) regression task. One of the functions...