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.

11 results for “from:Éder Comunello”

Problem plotting state borders
Éder Comunello · May 23, 2015 · r-sig-geo

Jos? Luis, hi again! ??In addition, you may find this article interesting: "Choosing the right map projection" https://source.opennews.org/en-US/learning/choosing-right-map-projection/ ? ================================================ ?der Comunello PhD Student in Agricultural Systems Engineering (USP/Esalq) Brazilian Agricultural...

Issue with ogrInfo
Éder Comunello · May 15, 2015 · r-sig-geo

Hello, I think the problem is that your link is recovering only html code from github site. It's necessary to modify it to get the "real" JSON file. ### <code r> sapply(c("rgeos", "maptools", "rgdal"), require, char=T) url0...

summing rasters with a condition given by other rasters
Éder Comunello · May 18, 2015 · r-sig-geo

Hello, Martin! Did you try use mean() function with "na.rm=T" argument? ?der Comunello <c <comunello.eder at gmail.com>omunello.eder at gmail.com> Dourados, MS - [22 16.5'S, 54 49'W] 2015-05-17 7:10...

gbif error message in package dismo
Éder Comunello · May 17, 2015 · r-sig-geo

Hi, Mark! These are my sessionInfo() results printed after the code execution: ### R version 3.1.3 (2015-03-09) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 8 x64 (build 9200) locale: [1] LC_COLLATE=Portuguese...

Problem plotting state borders
Éder Comunello · May 23, 2015 · r-sig-geo

Hi, Jos? Luis! Probably not! I tested (R console vs. R Studio) and got the same result. Did you try update the packages? Could you paste your sessionInfo() information in the next email? ? ================================================ ?der Comunello PhD Student in Agricultural Systems...

Problem plotting state borders
Éder Comunello · May 23, 2015 · r-sig-geo

Hello, Jos? luis! I ran your code, but I did not notice the error reported. It's working fine for me. sessionInfo() R version 3.1.3 (2015-03-09) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under...

Converting large RasterStack to CSVs fast
Éder Comunello · May 23, 2015 · r-sig-geo

Hi, Mohammad! I'm sorry, I expected a better result! I tried an alternative, but I got a worst result! I added it at the end of the previous script. I'll try to think of something better, if I...

gbif error message in package dismo
Éder Comunello · May 16, 2015 · r-sig-geo

Hello, Mark! I'm using R 3.1.3 and the error is slightly different. In my case I could solve the problem with a manual conversion. ### <code r> ### The command works when you don't use the argument "sp...

summing rasters with a condition given by other rasters
Éder Comunello · May 18, 2015 · r-sig-geo

Hello, listers! I did some tests that could be useful... Ben's solution worked for me! ### <code r> require(raster) ### Simulating some data to test... do.r <- function(x) raster(matrix(sample(x, 100, replace = TRUE), 10, 10)) { set.seed...

Converting large RasterStack to CSVs fast
Éder Comunello · May 15, 2015 · r-sig-geo

Hello, Mohammad! You may have some improvement in performance avoiding "for statements" and using a "vectorized" code. You could try something like the code below. If you can test with your data, i would appreciate if you inform the results...

gbif error message in package dismo
Éder Comunello · May 21, 2015 · r-sig-geo

Hello, Mark! Could you update your packages and rerun the test? My guess is an issue with {jsonlite} version when it tries binds the searches (nrecs=300)... update.packages(ask=T) ? ================================================ ?der Comunello PhD Student in Agricultural Systems Engineering (USP...

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