similar to: CRAN + geography = Cranography

Displaying 20 results from an estimated 300 matches similar to: "CRAN + geography = Cranography"

2009 Jul 25
1
FW: Qury Related With R
Hi, I am using the R-2.9.1 with Window XP. Queries: 1. I am running the java application which needs to load property file in R. So can you please tell me how I can load my property file in R session so that my application can find that property file? Attached is my property file for sample. 2. Is there any directory structure required for java
2009 Jul 23
1
Network from package functions
Dear R-helpers, does anyone know of some package/function that can build a network from the functions that are implemented in a package, i.e. visualize the cross-references from one function to another in the same or some dependent package? An example would be a function like 'nls' on top of the hierarchy and then a network of nodes from the functions that are called within 'nls'
2009 Jul 25
2
Using svSocket with data.table
Hi r-devel, svSocket is working well. Short demo here of using it with data.table : http://www.youtube.com/watch?v=rvT8XThGA8o If you maximise and press the HD button it should be readable. There isn't any audio. However, svSocket is currently text based IPC using dump. Is there a solution which will do binary and work in the same way ? Its nice that I can make R become a server any
2009 Aug 03
1
RServe - How to use 'createReference' method?
I need to input a txt, or xls, file from a client to R, using RServe. >From what I've been reading, the best way to do this, is using the 'createReference' method, from REngine package. But I couldn't find any documents exemplifying it's use. I got to upload a file from java? And then? How do i refeer the file to this method? Best Regards, J. Daniel -- View this message
2008 Aug 10
0
possible problem with rgdal
Hello all, I recently installed rgdal 0.5.24-1 (kyngchaos framework) and I am having trouble making sense of the row, col information provided. > a = new("GDALDataset", "dummy.tif") > GDALinfo("dummy.tif") rows 420 columns 660 bands 1 ll.x -55.5 ll.y -14.5 res.x 0.008333334 res.y 0.008333334 oblique.x 0 oblique.y
2011 Jul 14
1
plotting x y z data from an irregular grid
Hi, I'm trying to plot some data (z) that is linked to lat&long coordinates (x&y). These coordinates are not however on a regular grid. I also have some shapefiles on which I would like to overlay the data. I can plot the shapefiles (country/city outlines) and overplot the data, but only using quilt.plot because I otherwise always get the error message that 'Error in
2009 Feb 23
2
geokit - using :through to connect models
hello.. i am currently trying to use :through to attach two of my models together using geokit. for some reason, i am running into a problem: ArgumentError: Unknown key(s): as i have two models, one that is geocoded, and one that belongs to that model. the models look like: ,----[ employer.rb ] | class Employer < ActiveRecord::Base | acts_as_mappable | before_validation_on_create
2012 Jul 21
0
undefined method `scope' for non ActiveRecord class
I am trying to use the geocoding capabilities into a table less model , but the method :scope is not defined .. is there a way to include it ? class SearchLocation require ''geocoder'' include ActiveModel::Validations include ActiveModel::Conversion extend ActiveModel::Naming extend Geocoder::Model::ActiveRecord # extending the class w geocoding capaibilities ( from
2009 Aug 04
2
R's database capabilities
I admit that I've not done a thorough search on this topic, but from the several instructional manuals and/or tutorials I've looked at, I don't see any mention of relational database capabilities in R? Have I missed something, and if so, can someone point me in the right direction to get started? Thanks! Jim Bouldin, PhD Research Ecologist Department of Plant Sciences, UC Davis
2012 Sep 02
1
why variations in accuracy between R to ARCGIS for the same point reprojection?
Hi everyone, I wonder if anyone knows the reason why the outputs of the same reprojection in r and arcgis are different?. The magnitude of the change can be up to 40 km in the poles. Basically, I have a database of points equally separated by one degree over the globe. In ARCGIS, I am projecting the data in GCS-WGS-1984 and then reprojected it to Berhmann to ensure equal area
2009 Dec 14
1
lapply , mapply questions
Dear all, i have a programming problem that should be simple, though i am stuck with it. Please note that this is not a specific geonames problem, though i use it as an example - it´s just a basic problem with lapply. I use the geonames webservices with the R geonames packages which works almost smoothly. I have a vector of Zipcodes and i want to do a geonames lookup for all of them, which
2008 Aug 25
4
ViaMichelin Maps Support
Hi, I''m Adriano from Rome, Italy. I would like to know if is there in project any support for the ViaMichelin API''s. Thank you Regards Adriano Massi -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.mapstraction.com/pipermail/mapstraction-mapstraction.com/attachments/20080825/6eb6dfe1/attachment.htm>
2010 Apr 14
7
SuSE and zypper
Hi, I found the zypper provider mentioned on this list in another thread, but it failes with the flowing error : Package[kvm]/ensure: change from 0.11.0-4.5.2 to true failed: Could not update: undefined method `zypper'' for #<Puppet::Type::Package::ProviderZypper:0x7fd1acf9e360> at Is the latest provider broken? Is there interest in making this work / making it complete. I
2013 Nov 17
4
quotation marks and scan
Dear R People: I'm sure that this is a very simple problem, but I have been wresting with it for some time. I have the following file that has the following one line: CRS("+init=epsg:28992") Fair enough. I scan it into R and get the following: > u [1] "CRS(\"+init=epsg:28992\")" > gsub(pattern='\"',replacement='"',x=u) [1]
2012 Dec 23
1
Calling a .bat to set environment variables and subsequent .exe execution from within R
Dear list, I have found a thread dealing with similar problems with a Mac, but somehow I cannot get it to work and the problem is slightly different: I am using the shell() command to execute a program from within R. The problem is that I need to execute SDKShell.bat file first that sets the environment variables for the program ogr2ogr.exe: shell(cmd =
2009 Aug 02
1
package to convert coordiantes to timezone
Is there a R-package with a function that returns me the timezone, if I hand over longitude and latitude? I know online services like http://ws.geonames.org/timezone?lat=-38.01&lng=147 and http://www.earthtools.org/webservices.htm#timezone and wodner if this exists for R too. Thanks for helping, thomas
2011 Mar 02
5
message: please select CRAN mirror
> chooseCRANmirror() Error in m[, 1L] : incorrect number of dimensions Can someone explain me why I can't choose the cran mirror, but get again and again this error message. Have searched for this on several engines but can't find explanation. Thanks a lot in advance! -- View this message in context:
2009 May 27
1
Asterisk memory problems
Hi guys, we have the following problem After putting our Asterisk/PHP application on production, there is one big problem, ie memory leak after a period of usage (about 20MB after 2 minutes) There are also two more info that may help: 1) Asterisk consumes 495mb of memory on this production server, while only 42kB on local/development machine 2) agi_ccmain (and other agi scripts) consumes 146mb
2023 Nov 15
2
anyone having trouble accesing CRAN?
On Wed, 15 Nov 2023 14:13:00 -0500 "Christopher W. Ryan via R-help" <r-help at r-project.org> wrote: > Anyone seeing similar? Same for me. While it worked, CRAN website had the following message: >> The CRAN Admin Team will perform system upgrades during the period >> Wednesday November 15 until Thursday November 16, 2023. There will >> be intermittent
2012 Nov 30
1
CreateThread failure since R 2.15.2 (32-bit)
Dear R users & developers, I coming across the following issue since R 2.15.2 32-bit (running on Windows XP 32.bit; some output left out for conciseness): > setInternet2(TRUE) > require(rJava) > .jinit() > getCRANmirrors() > system("ls" , intern = TRUE) Error in system("ls", intern = TRUE) : CreateThread failed My details are as follows: >