Re: [R-sig-Geo] seemingly unresolved problem with predict() in package raster

2013-04-05 Thread Gonzalez-Mirelis Genoveva
Many thanks for looking into this Robert! From: Robert J. Hijmans [mailto:r.hijm...@gmail.com] Sent: April-04-13 17:53 To: Gonzalez-Mirelis Genoveva Cc: r-sig-geo@r-project.org Subject: Re: [R-sig-Geo] seemingly unresolved problem with predict() in package raster cforest with factors are

[R-sig-Geo] New version of plotGoogleMaps ( now plot STDIF and STFDF data)

2013-04-05 Thread Milan Kilibarda
Dear all, I have just uploaded to CRAN a new version plotGoogleMaps. Significant changes in plotGoogleMaps are listed below: * Now plotGoogleMaps plot spacetime STDIF and STFDF data; See example in vignette. * Some bugs in plotting pie charts over Google Maps are repaired - function

[R-sig-Geo] help-problem with attribute table

2013-04-05 Thread Charbel Eliane
hi list, i am using R 2.15.3 (64 bit) i want to stack several raster objects to use for prediction purposes. All my raster files are integer and has attribute tables and none has NA values. ( i checked it in arcgis).however when i try to import the raster to R and check the values in each

Re: [R-sig-Geo] vertical profile of raster DEM along road (package raster)

2013-04-05 Thread Matteo Mattiuzzi
Hi, my doubt is that extract does not sort the values according to the SpatialLine direction but sorts it somehow on its extraction order. I think it is a bug or at least a not ideal behavior in extract() on spatial lines. I think Robert can clarify this? library(raster) # raster example in

[R-sig-Geo] error in STSDF class

2013-04-05 Thread Saman Monfared
HI, I am trying to construct a STSDF class for st data for 17 locations and 376 times. what is mean of (Error: order(time, t) == t is not all TRUE) my code is: data-read.table(stfars.cancer.txt,header=TRUE) cancer.loc-read.table(cancer.loc.txt,header=TRUE)

Re: [R-sig-Geo] R Package for Climatology particular for netCDF file

2013-04-05 Thread Mauricio Zambrano-Bigiarini
On 26/03/13 18:13, ping yang wrote: Dear Dr. Pierce and R specialists, I am much appreciated your work on ncdf(ncdf4 and RnetCDF) packages, however, I am wondering if those package can go further. Is there a package for calculating climate statistics ,e.g. monthly mean, seasonal mean, yearly

Re: [R-sig-Geo] rgdal and MSSQL Server geometries

2013-04-05 Thread Shannon E. Albeke
Craig, that did the trick, I didn't have the correct tables/schema for gdal to refer to. Now I can read into R, from SQL Server, data tables having a geometry data type. Below I describe the two additional tables that one needs to create to allow rgdal the ability to read from your SQL Server

Re: [R-sig-Geo] rgdal and MSSQL Server geometries

2013-04-05 Thread cmundy
Hi Shannon, I can recreate your error message when I set an incorrect dsn. I've pasted in your line of code to read from SQL Server. Can you replace the single quote with double quotes and re try as is. check your server and database name.