Displaying 11 results from an estimated 11 matches for "remotesensing".
2001 Apr 20
5
map projections
A non-text attachment was scrubbed...
Name: not available
Type: text/enriched
Size: 905 bytes
Desc: not available
Url : https://stat.ethz.ch/pipermail/r-help/attachments/20010420/61ada248/attachment.bin
2004 Mar 04
4
Accurate area map projections
Hi,
Could any one point me to the projection, and parameters if necessary, that
would show each country/continent with it's area accurately refelcted on the
plot? E.g. aitoff vs. albers vs. bonne vs. cylequalearea vs. guyou - they
don't all look the same to mee but some of the documentations suggests they
are equal area? Of course this isn't my field, so I am largely guessing and
am
2010 Jan 24
1
R-forge getting the wrong package
...at R-forge really is
currently returning the wrong source tarball for packages after
'Repitools' in the alphabet.
The data returned from available.package in install.packages goes out
of sync at 'Repitools':
RemoteREngine "RemoteREngine_0.0-8.tar.gz"
RemoteSensing "RemoteSensing_0.2-5.tar.gz"
Repitools "RepitoolsExamples_1.01.tar.gz"
Rglpk "Repitools_0.0.107.tar.gz"
Ripop "Rglpk_0.3-2.tar.gz"
Rllvm...
2011 Jul 11
0
Help with project function in rgdal library
...dinates over the polygons in a
shapefile, so I need to transform the coordinates to the same projection.
I'm currently using the project function in the rgdal library, but I can't
seem to figure out how to format the proj string argument correctly. (I made
a couple attempts using http://www.remotesensing.org/geotiff/proj_list/ as a
reference.) I've never done worked with geographical data in R before so I
thought I'd see if someone more experienced could help. The text of the .prj
file is included below.
Thanks!
Patrick
PROJCS["NAD_1983_StatePlane_New_York_Long_Island_FIPS_3104_Feet...
2011 Mar 05
1
problem with building bitmapdll on Windows
Dear R Development People:
I was trying to build R-2.12.2 from source on a Windows XP machine.
Doing the make all recommended works fine, but building the bitmap dll is a problem.
It seems to be in the libpng directory. I got libpng-1.5.1, and untarred it. However, there is no makefile.mingw file in the scripts directory.
I then obtained a version of libpng-1.4.5, and the file is there.
2004 Aug 19
2
rgdal under windows?
Hi,
Has anyone had any joy getting the rgdal package to compile under windows?
I've been trying with MinGW using Duncan Murdoch's Rtools but to no avail.
After unpacking the tarball I put it here:
D:\rw1091\src\library\rgdal>ls
DESCRIPTION R configure inst man
INDEX cleanup configure.in install.R src
And then tried:
2005 Mar 09
3
from long/lat to UTM
Hi:
Is there any function in R which can convert the
long/lat to UTM(Universal Transverse Mercator)?
There are quite a few converters on Internet.
However, the interface is designed as input->output
which I can not convert lots of locations at the same
time.
Another question is whether there is a function in R
which can tell the time zone from the location's
lat/long?
Thank you!
2004 Nov 26
0
^5 problem with chan_unicall.c for Asterisk
...our country's implementation.
HOSIN
kaws elchamal <alfdz16@hotmail.com> wrote:
hello HO SIN
thank you
l'll try this solution and i'll inform you
See you
kaws
>
>Hi Kaws,
>
>First I installed libtiff from tarball downloaded from (it might be ok):
>http://www.remotesensing.org/libtiff/
>
>Later, I noticed Steve had made it downloadable when I carefully read his
>site:
>http://www.opencall.org/installing-spandsp.html
>The required header files - tiffiop.h and tif_dir.h were in the very first
>version "/pub/spandsp/spandsp-0.0.1". I only l...
2005 Jun 17
0
New CRAN package sp: classes and methods for spatial data
...ssions held at a pre-DSC2003 workshop [3], announcements on R-sig-geo
[4], and a meeting held last November in Lancaster [5]. A beta release
of sp was announced a while ago on R-sig-geo [6].
With best regards,
--
Roger Bivand and Edzer Pebesma
[1] http://r-spatial.sourceforge.net/
[2] http://www.remotesensing.org/proj/
[3] http://spatial.nhh.no/meetings/vienna/index.html
[4] e.g. https://stat.ethz.ch/pipermail/r-sig-geo/2003-October/000028.html
[5] http://elearning.maths.lancs.ac.uk:8080/RSpatial/
[6] https://stat.ethz.ch/pipermail/r-sig-geo/2005-April/000378.html
______________________________________...
2005 Jun 17
0
New CRAN package sp: classes and methods for spatial data
...ssions held at a pre-DSC2003 workshop [3], announcements on R-sig-geo
[4], and a meeting held last November in Lancaster [5]. A beta release
of sp was announced a while ago on R-sig-geo [6].
With best regards,
--
Roger Bivand and Edzer Pebesma
[1] http://r-spatial.sourceforge.net/
[2] http://www.remotesensing.org/proj/
[3] http://spatial.nhh.no/meetings/vienna/index.html
[4] e.g. https://stat.ethz.ch/pipermail/r-sig-geo/2003-October/000028.html
[5] http://elearning.maths.lancs.ac.uk:8080/RSpatial/
[6] https://stat.ethz.ch/pipermail/r-sig-geo/2005-April/000378.html
______________________________________...
2006 Jun 01
2
libtiff build error
OK. Trying to build libtiff here. Info from
http://www.asteriskguru.com/tutorials/spandsp.html
Libtiff from tar:
ftp://ftp.remotesensing.org/pub/libtiff 3.8.2
put tiff-3.8.2.tar.gz in /root then tar -zxvf tiff-3.8.2.tar.gz
followed by:
/configure
make clean
make
But the make had the following error:
./libtool: line 837: g++: command not found
make[2]: *** [tif_stream.lo] Error 1
make[2]: Leaving directory `/root/tiff-3.8.2/li...