Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

23 results for “from:Babak Naimi”

ModisDownload
Babak Naimi · Oct 24, 2011 · r-sig-geo

Dear list, This might be interesting for you. I implemented an R function to automate download, mosaic, and projecting of MODIS images. In the following link you will find the instruction and details on how to use this function: http...

[R-sig-dyn-mod] Translation of STELLA model into R
Babak Naimi · Oct 17, 2011 · r-sig-dynamic-models

Dear list, I would like to introduce you an open-source tool which can be used to translate the STELLA model into R script. This script can be executed in R using deSolve package. This tool has been developed using...

Uncondistional nonstationary RandomFields simulation
Babak Naimi · Jan 16, 2012 · r-sig-geo

Dear list, I'm trying to generate a 2-dimensional nonstationary field using GaussRF in RandomFields package. I have problem on how to define the covariance model. I tried to use the examples provided in the manual, but unfortunately I...

[FORGED] Re: Introducing new local spatial statistic, ELSA, and Entrogram (a variogram-like graph)
Babak Naimi · Apr 8, 2020 · r-sig-geo

Hi Rolf, You right, Thank you. I replied to all by mistake. I intended to send the PDF to Chris. I removed the link. Cheers, Babak On Wed, Apr 8, 2020 at 2:00 AM Rolf Turner <r.turner at...

efficient way to get values from a raster
Babak Naimi · Sep 21, 2012 · r-sig-geo

Dear list, I want to extract cell values from a raster object given row and column numbers or cell numbers. The solution I used is not efficient (see the following) comparing with extracting values from a matrix. Any advice? > m...

problem with raster calculation
Babak Naimi · Nov 2, 2011 · r-sig-geo

Dear Aidin, I tested your example with the latest version of raster package on R 2.12.2 (windows), got the same problem! But on R 2.13.0 (linux), and R 2.13.2 and 2.14 (windows), it...

Introducing new local spatial statistic, ELSA, and Entrogram (a variogram-like graph)
Babak Naimi · Mar 28, 2020 · r-sig-geo

Dear All, Hope you are safe and well! I am writing to inform you that the new R package, elsa, is released on CRAN. This package is a framework that provides the methods for quantifying the new local spatial statictic...

SDM course in the beautiful city of Evora, Portugal
Babak Naimi · Apr 10, 2017 · r-sig-geo

Dear List, This is to inform you that the 4th edition of the PhD/Postdoc course ?Species distributions models: concepts, methods, applications, and challenges? is organised by Prof. Miguel Ara?jo and Dr. Babak Naimi in University of Evora, Portugal...

Question niche based model whith R
Babak Naimi · Apr 10, 2017 · r-sig-geo

There are several packages available in R to do ecological niche modelling. One easy-to-use option would be the sdm package. It is a comprehensive modelling and simulation framework to fit species distribution models supports several algorithms, and also...

Introducing new local spatial statistic, ELSA, and Entrogram (a variogram-like graph)
Babak Naimi · Apr 7, 2020 · r-sig-geo

Hi Chris, Thanks for your email. Unfortunately, the article is not open but you can find the PDF from the following link: https://www.dropbox.com/s/mpjra60b5yyzwjg/Naimi_2019_ELSA.pdf?dl=0 Best regards, Babak On Wed, Apr...

ModisDownload
Babak Naimi · Oct 28, 2011 · r-sig-geo

Dear Thiago, I checked your command, and it works fine. As Steve said, your RCurl might be old. However, I changed that line based on Matteo's suggestion, to avoid the server connection error, and new version is uploaded on...

Question concerning the SDM package in R
Babak Naimi · Jun 29, 2021 · r-sig-geo

Hi, It suggests you do not have the required packages for those methods on your machine. You can first simply run the following code and then try yours: sdm::installAll() Hope this helps, Best wishes, Babak On Tue, Jun 29...

Local Moran'I for raster & focalFilter
Babak Naimi · Apr 14, 2011 · r-sig-geo

Dear Robert, Thanks. It is great. The only thing you may like to include in the functions is the neighbourhood size. So they can be like the below: MoranLocal <- function(x,ngb=3) { n <- ncell(x) - cellStats(x, 'countNA') s2...

Local Moran'I for raster & focalFilter
Babak Naimi · Apr 14, 2011 · r-sig-geo

Dear Robert and Roger, Thank both of you. After all, I came up with the following function (focalMoran) that efficiently works. I tested it for a raster layer with 122345 not-NA cells, and compared with locmor (based on localmoran...

I need a raster with negative spatial autocorrelation
Babak Naimi · Aug 4, 2016 · r-sig-geo

Dear list, I need a dataset (preferably a raster) that has a negative spatial autocorrelation. I just used an arbitrary procedure to simulate a simple one, but I think it is not realistic at all. The procedure I used: I...

Local Moran'I for raster & focalFilter
Babak Naimi · Apr 13, 2011 · r-sig-geo

Dear Robert, Thanks for your reply. Now, the result is the same as with localmoran in spdep package. But I checked this with Getis & Ord (1996), seems the formula, as you implement in the script, is not the same as...

MODIS download
Babak Naimi · Oct 27, 2011 · r-sig-geo

Dear Matteo, Thanks for your nice package. Actually, I was not aware of this package. I think the ModisDownload and getHDF functions work almost the same since in both you can select a range of tiles and dates for required...

LocalG in spdep to calculate Gi*
Babak Naimi · Mar 11, 2013 · r-sig-geo

Hi Juliann, You can use lisa function in usdm package which I implemented for calculating some of local statistics including local Gi* for raster data. Hope this would help. Cheers, Babak ---------------------------------------------------------------------- Message: 1 Date: Sun, 10 Mar 2013 11:48...

R-sig-Geo Digest, Vol 218, Issue 10
Babak Naimi · Oct 21, 2021 · r-sig-geo

Hi, If by nan you mean NA pixels, the pixels with NA would not contribute to the calculation so would not cause any problem for the calculation. On Thu, Oct 21, 2021 at 12:44 PM Gabriel Cotlier <gabiklm01 at...

Local Moran'I for raster & focalFilter
Babak Naimi · Apr 7, 2011 · r-sig-geo

Dear All, I'm trying to calculate Local Moran's I for each grid cell in a raster given a distance (d1,d2) within which the neighbour cells are identified. I wrote a function which uses localmoran of spdep package...

Can't find what you're looking for? Try searching with Google .