search for: wgs

Displaying 14 results from an estimated 14 matches for "wgs".

Did you mean: was
2011 Jul 14
1
plotting x y z data from an irregular grid
...e shapefile england<-readShapePoly('D:/arcGIS/england boundary/england.shp') class(england) #define the projection proj4string(england)<-CRS('+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999601271625 +x_0=400000 +y_0=-100000 +ellps=airy +units=m +no_defs') # transform the map into the WGS84 projection (epsg:4326): england.wgs<-spTransform(england, CRS('+init=epsg:4326')) plot(england.wgs) #plot data over the map: quilt.plot(data$Longitude, data$Latitude, data$perc_per_year, add=TRUE) My problem is that I would like to be able to change how this data looks (not just '...
2008 Aug 10
0
possible problem with rgdal
...= 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 0 driver GTiff projection +proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs file dummy.tif > nrow(a) [1] 420 > ncol(a) [1] 660 > dummy = getRasterData(a) > nrow(dummy) [1] 660 > ncol(dummy) [1] 420 > test = matrix(0, nrow=420, ncol=660) > putRasterData(a,test) Error in putRasterData(a, test) : GDAL Error 5: Access win...
2009 Jul 30
2
CRAN + geography = Cranography
...arest CRAN site, I geocoded (using my geonames package) the locations of the CRAN sites returned by getCRANmirrors. I've mapped them here: http://www.maths.lancs.ac.uk/~rowlings/R/Cranography/ The geocoding may have got it wrong, so if CRAN site maintainers want to send me a real lat-long (in WGS 84 aka EPSG:4326) I'll update my map. Maybe eventually lat-long can go in the CRAN csv file distributed with R. Note this is just for fun. No warranties. Maybe I should use a little 'R' as a marker. Maybe I should get a life. Barry
2012 Sep 02
1
why variations in accuracy between R to ARCGIS for the same point reprojection?
...r 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 distribution of the points. In R, I am using: spPoint <- SpatialPoints(coords=coordinates(Data),proj4string=CRS("+proj=longlat +datum=WGS84")) and then reprojecting it to Berhmann with: spPointReprj=spTransform(Data,...
2010 Mar 08
3
RoR Developer Needed For Long Term Project [Jobs]
We are currently seeking a very experienced Ruby on Rails developer to complete our Rails development; a social networking platform for businesses and their customers. The project is 90%-95% complete, but we need someone (or some company) to complete it and provide the ongoing support and long term development that will be needed. The system currently also includes a product shopping cart system
2012 Sep 28
0
[LLVMdev] [pocl-devel] [cfe-dev] SPIR provisional specification is now available in the Khronos website
What would be ideal is to have the alloca instruction be able to allocate memory indifferent address spaces instead of only being in private. Micah > -----Original Message----- > From: Pekka Jääskeläinen [mailto:pekka.jaaskelainen at tut.fi] > Sent: Friday, September 28, 2012 1:17 PM > To: James Molloy > Cc: Villmow, Micah; Carlos Sánchez de La Lama; Ouriel, Boaz; pocl- > devel
2009 May 27
1
Asterisk memory problems
...e executing, so memory should all be released. Is it a bug on Asterisk? We are using Asterisk 1.6.0.6 & CentOS 5.2 on production Any help is kindly appreciated Sincerely, -- Ikin Wirawan Chief Executive Officer PT Walden Global Services Integrity, Learning, Sharing, Excellence http://www.wgs.co.id http://www.kiranatama.com - Web 2.0 development http://www.qorser.com - VoIP solutions http://www.hellomedia.co.id - Digital design & promotions -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/200...
2012 Sep 28
2
[LLVMdev] [pocl-devel] [cfe-dev] SPIR provisional specification is now available in the Khronos website
On 09/28/2012 07:45 PM, James Molloy wrote: > That would be a simple, reasonable restriction that would stop potentially > maliciously horrible test cases causing all CPU SPIR clients to write upwards of > a hundred lines of conversion code. Are you proposing to disallow the use of an IR instruction type to *possibly* avoid problems from the (slight) misuse of another LLVM IR construct?
1997 Jul 17
0
KSR[T] Advisory #2: ld.so
...setuid binary and can force ld.so to error, can execute arbitrary code as root. Patch/Fix: Upgrade your ld.so to the latest version, or apply the patch below provided by Alan Cox. [mod: Caldera, LST, Red Hat, Suse, yggdrasil, Debian, unifix, wgs? and delix? are stressing to make a patch available in their native format. If your vendor is not on this list, please tell me in private mail. -- R.E.Wolff@BitWizard.nl] ---- cut here ---- --- ld.so-1.7.14/d-link/boot1.c Thu Dec 14 19:08:19 1995 +++ ld.so-1.7.14-fixed/d-link/boot1.c Wed Jul 16 15...
2014 Jan 24
2
Shared mailbox ACL
Hi everyone, I am having some trouble with shared folders in trying to replicate how we use them with a Cyrus backend. The auth database is Samba4 active directory, so I am using an LDAP lookup to authenticate and forcing the UID and GID to be all the same. I have a post-login script that sets the group ACL, and this seems to be working fine. /mnt/mail is an NFS mount to a FreeNAS machine, and
2005 Sep 14
4
Converting coordinates to actual distances
Hello, I've been searching for a method of converting Lat/Lon decimal coordinates into actual distances between points, and taking into account the curvature of the earth. Is there such a package in R? I've looked at the GeoR package, but this does not seem to contain what I am looking for. Ideally the output would be a triangular matrix of distances. Thanks in advance, Paul Brewin
1998 Oct 10
5
win98 vs win95 with TCP/IP
You wrote: I have been disappointed that I can't use Linux+Samba as an alternative to a Win9x or NT server for our GP medical practice. The software we need runs in win9x. We crave stability. But Linux+Samba is just much slower as a file server. It's normally quite fast: are you running over a dial-up network, requiring you to adust MTU's for speed??? If not, try ``socket
2015 Apr 04
11
The future of centos
Almost everyone here has probably read this by now. If so, move along, nothing new here. But just in case you haven't, please take the time to read this. Here it is, in their own words: what Redhat thinks of Centos, and it's plans for the future of Centos. Can you read between the lines? In this case, it isn't very hard to do, IMHO. community.redhat.com/centos-faq
1997 Jan 29
5
evidence/timelines that show linux is "more secure"
I''m looking for some evidence, backup up with dates and references, that shows that the Linux community responds to security problems more quickly than other OS vendors, and thus might be considered "more secure". A number of fairly high profile corporations are starting to look for such information as they consider Linux as an alternative solution to other UNIXes. Something