search for: proj

Displaying 20 results from an estimated 413 matches for "proj".

Did you mean: prod
2004 May 25
1
[LLVMdev] ATTENTION: SymbolTable Change!!
...tests total 874 ( 97%) tests as expected 27 ( 3%) tests unexpected FAIL 1 ( 0%) tests unexpected PASS --- TESTS WITH UNEXPECTED OUTCOMES ------------------------------------------- Regression.Assembler.ConstantExprFold : FAIL , expected PASS Script: /proj/work/llvm/build/test/tmp/trConstantExprFold.llx/testscript.ConstantExprFold.llx Output: /proj/work/llvm/build/test/tmp/trConstantExprFold.llx/testscript.ConstantExprFold.llx.out Regression.C++Frontend.2004-01-11-DynamicInitializedConstant: FAIL , expected PASS Script: /proj/work/llvm...
2003 Jun 06
1
Problerm building R-1.7.0 on OpenBSD3.2/sparc64
...usr/local/include -fPIC -g -O2 -c tests.c -o te sts.o gcc -shared -L/usr/local/lib -o methods.so do_substitute_direct.o methods_list_d ispatch.o method_meta_data.o slot.o class_support.o tests.o mkdir -p -- ../../../../library/methods/libs dumping R code in package 'methods' /home/test/proj/downl/R-1.7.0/bin/R.bin: /home/test/proj/downl/R-1.7.0/library/m ethods/libs/methods.so: can't resolve reference 'R_GlobalEnv' /home/test/proj/downl/R-1.7.0/bin/R.bin: /home/test/proj/downl/R-1.7.0/library/m ethods/libs/methods.so: can't resolve reference 'R_NamesSymbol' /ho...
2005 May 20
1
Problem with proj
Hi all, Perhaps this in an inappropriate post, but I've found a bug in proj I'd like to track down a bit further before making a formal bug report. The example below shows the problem, if you change the rownames proj fails. The problem seems to be that there is a mismatch in the rownames in the qr objects constructed by aov and the rownames that proj is expecting...
2008 Jul 04
1
synthax for R CMD INSTALL
Dear all, I am trying to install rgdal from source on a Mac OS 10.4.11. I installed GDAL and PROJ as frameworks so the installation does not work unless I explicitly state where the GDAL and PROJ libraries are. I tried: R CMD INSTALL rgdal_0.5-25 --configure-args=--with-proj-include=/Library/Frameworks/PROJ.framework/unix/include --with-proj-lib=/Library/Frameworks/PROJ.framework/unix/lib but...
2010 May 24
2
excluding on element from a list
Dear List, I am making a list of all the files in a folder and I want to exclude one file called "proj.current". This is the 31st file in a folder. Currently I use the command: tdirs <- list.files(pattern="proj.")[-31] However I would like to exclude it based on its name and not the position. Any advice would be useful. Thanks, Daisy Daisy Englert Duursma Room E8C156 Dept....
2006 Dec 08
0
[LLVMdev] llvm build not respecting DESTDIR?
...; when I try to install it into a temporary location, it insists on > installing into the final location. Okay. > The only reference I saw to the > standard gnu DESTDIR was in the llvm.spec file, but none of the > generated Makefiles have that value. LLVM isn't strictly a GNU project. It has similarities, but this obviously isn't one of them :) > Is there another way to do this? Probably. > Here's the commands I'm running: > > > ./configure --prefix=/opt/local > > make ENABLED_OPTIMIZED=1 OPTIMIZE_OPTION='-O2' tools-only >...
2006 Sep 22
2
proj4R library will not install
I'm hoping someone can help me. I have downloaded the proj4R.zip and under my version of R (2.3.1) I install the package from local zip file. This worked great. I then type library(proj4R) to load the library and I get the error: Error in library(proj4R) : 'proj4R' is not a valid package -- installed < 2.0.0? I have read through the install do...
2006 Nov 16
5
[LLVMdev] 1.9 Prerelease Available for Testing
...es LLVM. We have noted in the Getting started guide that LLVM won't compile with gcc 4.1.1, so this is not a show stopper. > BUILD LLVM WITH GCC 3.4.6 WITH LLVM-GCC3 CONFIGURED (PASS) > * PASS: make, except these innocuous warnings from GCC 3.4.6 linker > (known 3.4.6 bug) > /proj/install/lib/gcc/i686-pc-linux-gnu/3.4.6/../../../../i686-pc-linux-gnu/bin/ld: `.gnu.linkonce.t._ZN4llvm11SCEVVisitorINS_12SCEVExpanderEPNS_5ValueEE5visitEPNS_4SCEVE' referenced in section `.rodata' of /proj/llvm/rel1.9/llvm/Release/lib/libLLVMAnalysis.a(ScalarEvolutionExpander.o): defined i...
2012 Jun 05
2
Converiting longitude/latitude to utm
...nvert coordinates from longitude/latitude to utm but I got an error. As soon as the longitude coordinate is greater than 90, I get the folloowing error message: "error in pj_transform: latitude or longitude exceeded limits" Here is what I did: SP<-SpatialPoints(cbind(126.59,-14.30),proj4string=CRS("+proj=longlat")) coordinatesUTM<-spTransform(SP,CRS("+proj=utm")) Error in spTransform(SP, CRS("+proj=utm")) : error in pj_transform: latitude or longitude exceeded limits Can someone explain me what I did wrong? I am using coordinates of Australia s...
2008 Jul 15
1
code reduction (if anyone feels like it)
...1) RM185 <- matrix(c(-81.941, 33.3453), nrow=1) RM179 <- matrix(c(-81.890929, 33.317914), nrow=1) RM148 <- matrix(c(-81.7547337, 33.1514072), nrow=1) RM119 <- matrix(c(-81.501919, 32.94038), nrow=1) RM61 <- matrix(c(-81.262388, 32.524739), nrow=1) RM215.sp <- SpatialPoints(RM215, proj4string=CRS("+proj=longlat +datum=WGS84")) d060101 <- as.POSIXct("2006-01-01", tz="EST") study_seq <- seq(from=d060101, length.out=761, by="days") up.215 <- sunriset(RM215.sp, study_seq, direction="sunrise", POSIXct.out=TRUE) down.215 <-...
2001 Jan 28
6
File permission
How are file permissions determined under Samba? If I log onto my Linux server (terminal session using Putty) and create a file that file is given the following file permissions (rw- rw- r--). That is correct, because in my home directory I have a .bashrc file that has a umask command that states umask 002. However, when I use Samba to log onto my Linux server and use Word/Excel to create a file
2006 Dec 08
5
[LLVMdev] llvm build not respecting DESTDIR?
...nerated Makefiles have that value. Is there another way to do this? Here's the commands I'm running: > ./configure --prefix=/opt/local > make ENABLED_OPTIMIZED=1 OPTIMIZE_OPTION='-O2' tools-only > make install DESTDIR=/opt/local/var/db/dports/build/_unencrypted_erickt_Projects_macports-trunk_dports_lang_llvm/work/destroot This is the output from make install. You can see that it's trying to install into the final location, /opt/local: install: /opt/local/include/./llvm/Transforms/Utils/Local.h: No such file or directory llvm[0]: Making install directory /opt...
2006 Dec 09
3
[LLVMdev] llvm build not respecting DESTDIR?
Reid Spencer wrote: > Yes, but its a bit verbose. The variables that control this are all > defined in the Makefile.config file. The variables are: > > PROJ_prefix := /proj/llvm/install-1 > PROJ_bindir := /proj/llvm/install-1/bin > PROJ_libdir := /proj/llvm/install-1/lib > PROJ_datadir := /proj/llvm/install-1/share > PROJ_docsdir := /proj/llvm/install-1/docs/llvm > PROJ_etcdir := /proj/llvm/install-1/etc/llvm > P...
2007 Sep 18
1
installing rgl package on linux platform
..."2.3-11" "7.2-33" partial output of the R CMD INSTALL is below : #======================================================================= ======================================================================== config.status: creating src/Makevars ** libs g++ -I/ms/dist/fsf/PROJ/R/2.5.0/exec/lib/R/include -I/ms/dist/fsf/PROJ/R/2.5.0/exec/lib/R/include -DHAVE_PNG_H -I/usr/X11R6/include -Iext -g -O2 -fpic -g -O2 -c BBoxDeco.cpp -o BBoxDeco.o g++ -I/ms/dist/fsf/PROJ/R/2.5.0/exec/lib/R/include -I/ms/dist/fsf/PROJ/R/2.5.0/exec/lib/R/include -DHAVE_PNG_H -I/usr/X11R6/includ...
2006 Nov 16
0
[LLVMdev] 1.9 Prerelease Available for Testing
...ou sure you passed the current directory to the configure script? >> * FAIL: 'make' failed in runtime library. Althought the runtime >> library isn't needed >> with llvm-gcc4, it shouldn't fail to compile it: >> make[3]: Entering directory >> `/proj/llvm/rel1.9/llvm/runtime/GCCLibraries/crtend' >> llvm[3]: Compiling crtend.c for Release build (bytecode) >> crtend.c:16: internal compiler error: Segmentation fault >> Please submit a full bug report, >> with preprocessed source if appropriate. >> S...
2008 Aug 19
4
converting coordinates from utm to longitude / latitude
Hi, is there a function in R to convert data read with read.shape and which is originally in UTM coordinates into longitude / latitude coordinates? I found the convUL() function from the PBSmapping package but I have no idea how I could apply that to the read.shape object. Many thanks, Werner __________________________________________________ Do sragenden Schutz gegen Massenmails.
2005 Jan 24
1
proj() function for lm objects
Dear all, I'm trying to find a clear explanation of what the 'proj(lm)' function produces after having fit a linear model using 'lm'. I find the help page on the proj() function highly unclear (surely part to my limited knowledge of statistics). Can anybody provide a pointer to a clearer explanation, preferable containing some examples of the ca...
2011 Oct 28
1
"file name too long" error during R CMD INSTALL
...ng ISBN 3-900051-07-0 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. Natural language support but running in an English locale R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type '...
2011 May 28
1
Installing package rgdal
Dear R-helpers, I am trying to install the package "rgdal" using the command install.packages("rgdal") in R. I get the following error "Error: proj_api.h not found. If the PROJ.4 library is installed in a non-standard location, use --configure-args='--with-proj-include=/opt/local/include' for example, replacing /opt/local/* with appropriate values for your installation. If PROJ.4 is not installed, install it. ERROR: configuration faile...
2012 Oct 18
1
spTransform longlat to utm
Dear all, I am trying to project my LongLat-maps to a plane. The ultimate purpose is to do a search of points in vicinity of other points using overlay-commands (sp) with radius in km. I am applying spTransform (package rgdal) and it gives my some curious results. An example. Let's take a point lying somewhere in Germany...