Displaying 20 results from an estimated 26 matches for "osgeo".
Did you mean:
geo
2011 Jun 23
1
Help: how to install "rgdal package" on Ubuntu desktop?
Dear groups:
I have tried to install rgdal in my Ubuntu, but it is not as straight
as installing "sp". It demand the pre-installed GDAL and proj.4.
I searched the source code in http://trac.osgeo.org/proj/ and
http://trac.osgeo.org/gdal/wiki/DownloadSource. but don't know how to
compile them.
Who will give me a hint?
Thanks a lot.
Ethan Chang
Centers for Disease Control & Prevention
Wei Guo Bei Lu #52
Tangshan, 063000
PR China
Tel: 86(0315)2726308
Fax:86(0315)2726309
2011 Dec 20
2
rgeos on Linux requires GEOS 3.2.3, not 3.3.1
Some notes on installing rgeos in R 2.14.0 on a Linux Mint 11 (x86_64-pc-linux-gnu) machine
1. rgeos 0.1-15 will not run with GEOS 3.2.0-1, which is the version currently available on Synaptic package manager
2. I installed GEOS 3.3.1 (the latest version) from http://trac.osgeo.org/geos/, but rgeos will not run with this either
3. I then install GEOS 3.2.3, and now rgeos works fine!
It seems therefore that there is a mismatch between the GEOS version that is available on Synaptic, and the rgeos version on Cran (just in case anyone else comes across this issue).
Best wis...
2015 May 31
3
Installing TMAP in R Studio on Linux Mint
...t implements the geometry model defined in the
> OpenGIS Consortium Simple Features Specification for SQL.
> .
> This package contains the headers and libraries needed to
> develop programs using GEOS.
> Description-md5: 3f1f0c4d5fc2ab9465b9947eec04cda4
> Homepage: http://trac.osgeo.org/geos/
> Bugs: https://bugs.launchpad.net/ubuntu/+filebug
> Origin: Ubuntu
>
> edd at max:~$ apt-cache policy libgeos-dev
> libgeos-dev:
> Installed: 3.4.2-6build1
> Candidate: 3.4.2-6build1
> Version table:
> *** 3.4.2-6build1 0
> 500 http://archive....
2009 Jun 11
1
GRASS raster data processing
Hi,
I just imported two raster maps into R using the SPGRASS6 package, one
containing elevation data and the other containing an erosion index:
Kar_inc <-readRAST6("Incis_Kar", plugin=FALSE)
Kar_dem <- readRAST6("DEM_Kar", plugin=FALSE)
I just wanted to make a xy plot of erosion parameter vs elevation. How does
this work? I don't get how to handle
2007 Jun 13
1
installing GRASS-R packages
Hi,
I tried to install R packages required for the GRASS-R interface by
using the following command (copied from
http://www.geog.uni-hannover.de/grass/statsgrass/grass6_r_install.html):
/install.packages (c("sp", "spgrass6","rgdal","maptools"), dependencies
=TRUE)/
rgdal package was installed successfully;
There were problems to find 'sp' and
2012 Apr 11
1
Dependency problem bug with r-cran-vr
Hi,
I was trying to connect GRASS with R, following the guidelines described here:
http://grass.osgeo.org/wiki/R_statistics
The line in my /etc/apt/sources.list is like:
deb http://ftp.iitm.ac.in/cran/bin/linux/debian squeeze-cran/
But when I tried to install r-cran-vr, I got an unmet dependency
problem with r-cran-mass and r-cran-class.
But these two packages were already installed. Then why it...
2015 May 31
0
Installing TMAP in R Studio on Linux Mint
...mental geometric functions.
It implements the geometry model defined in the OpenGIS Consortium Simple
Features Specification for SQL.
.
This package contains the headers and libraries needed to develop programs
using GEOS.
Description-md5: 3f1f0c4d5fc2ab9465b9947eec04cda4
Homepage: http://trac.osgeo.org/geos/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Check "Software Sources". There should be in the Mirrors section
for "Main (rebecca)" and "Base (trusty)".
"Base" is for Mint-specifc packages, but the vast majority
just come from &...
2015 Jan 16
2
[R-sig-Geo] Error installing 'rgdal' on Centos 7
Hello Roger:
Thank you for your email.
Some details for the problem.
This is the message of the console in R:
------------------
install.packages("rgdal")
Installing package into
?/home/aliendist/R/x86_64-redhat-linux-gnu-library/3.1?
(as ?lib? is unspecified)
probando la URL 'http://cran.rstudio.com/src/contrib/rgdal_0.9-1.tar.gz'
Content type 'application/x-gzip'
2012 Feb 20
1
readVECT6 and readRAST6 fails with R and GRASS 7 ???
...ld look for or how to trouble shoot this? Thanks in advance for
any help!
After having other issues last week, we have upgraded Debian to the testing
version. The other problems are solved, but now I can't get readVECT6 and
readRAST6 to work.
I have followed the instructions at http://grass.osgeo.org/wiki/R_statistics -
first under the Debian instructions to use apt-get to install some of the
packages and others via R. After that didn't work, I tried the ctv
package to install the Spatial view (Core only). The results are the same.
I can execute GRASS commands, but the readVECT6 cra...
2015 May 31
2
Installing TMAP in R Studio on Linux Mint
Copied and sent from another address:
On 31 May 2015 at 09:43, Abed W. Ayyad <imraualkays at gmail.com> wrote:
> To the R-Sig-Debian list:
>
> Hello, this is my first post to the list and I hope that making it short
> and swift does not make it come across as abrupt or rude.
>
> I'm having trouble installing the TMAP package on R-Studio on my build of
> Linux
2017 Oct 28
0
Job opportunity: postdoc or PhD at Norwegian Institute for Nature Research (NINA)
Dear all,
The Norwegian Institute for Nature Research (NINA) seeks a post doc or
Ph.D. candidate in mapping and valuation of ecosystem services from
green infrastructure in Oslo. The candidate has preferably skills in
Open Source GIS (OSGeo) and a M.Sc./Ph.D. in geomatics with an
interest in urban ecosystem services, or a M.Sc./Ph.D. in nature
management, landscape architecture, geography, ecological or
environmental economics with specialization in spatial analysis and
GIS.
It is a flexible announcement in which the quality and expe...
2010 Dec 06
1
read ESRI file geodatabase feature classes
Hello-
Does anyone know if R can read in ESRI file geodatabase feature
classes, directly from the file geodatabase? I currently have to
export the data out of Arc, to a csv file, then read the csv file. I'd
like to bypass this step and read directly from the file geodatabase.
Thanks for your help.
-al
2010 Apr 10
1
Syntax highliter for Coda and SubethaEdit
> I am looking for a syntax highlighter I can use with Panic's Coda (or
> SubEthaEdit, which just work with Coda). Does this exist?
>
> --
> Puneet Kishor
>
It does. TheGeekInside has written it, I made a few modifications
myself, and you can get it from me (Twitter: c_freitag) or him, I
suppose (Twitter: thegeekinside).
Christoph
2012 Apr 03
1
GSOC 2012
...webpages using unsupervised approach.
I have also worked on another project with yahoo, which involved emotion
detection of youtube videos, based on the comments of the users. We used
various ML, Statisitcs andf IR techniques to achieve our goal.
I last year succesfully completed GSOC 2011, with OSGEO and have good
experience in Open Source Development.
Kindly let me know how shall I proceed with my application.
Thanks
Sudeep
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20120404/01aec1d4/attachmen...
2009 Feb 04
0
[SoC 2009] will R Foundation participate? project proposal: fractal analysis
Hello R developers,
I know it is still a bit early to talk about Summer of Code, but I wish to
know what are, approximately, plans for this year.
Last year I applied as a student under OSGeo with a QGIS-R project and had a
very positive experience [0], therefore I plan to participate again.
I found an interesting hint [1], about implementing fractal analysis in R, and
a would-be mentor has already given his availability.
But I don't know how does mentor-student binding work. In t...
2016 Feb 13
2
Hi Guyz !
I run R on a Fedora 23 64bit ,
I encounter this problem
*WARNING: no proj_defs.dat in PROJ.4 shared files Linking to sp version:
1.2-2 *
when trying to load library("rgdal",
lib.loc="~/R/x86_64-redhat-linux-gnu-library/3.2") and also ogr .
can any one help me in fixing this issue please
Thanks in advance
Irenge B. Jules
MSC student @ Liverpool University
email :
2015 May 31
0
Installing TMAP in R Studio on Linux Mint
...mental geometric
functions. It implements the geometry model defined in the
OpenGIS Consortium Simple Features Specification for SQL.
.
This package contains the headers and libraries needed to
develop programs using GEOS.
Description-md5: 3f1f0c4d5fc2ab9465b9947eec04cda4
Homepage: http://trac.osgeo.org/geos/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
edd at max:~$ apt-cache policy libgeos-dev
libgeos-dev:
Installed: 3.4.2-6build1
Candidate: 3.4.2-6build1
Version table:
*** 3.4.2-6build1 0
500 http://archive.ubuntu.com/ubuntu/ vivid/universe amd64 Packages...
2009 Aug 20
3
Wind-data analysis with R?
Hello,
are there people outside who use R for analysis of wind-measurement data
(meteorological or for planning of wind power stations)?
Are there already scripts/modules available for analysing and
displaying/plotting wind data in the way it is done in projection/planning
of wind power stations?
If not, would it be of interest to use R for this, and therefore
adapt data-logger output to R (by
2015 Sep 29
1
Error possibly related with environments/namespace
Hello all,
I've got a problem with a function in a R package I've developed
(MetaLandSim).
One of the outputs of my function is the plotting of four images (combining
a graph and a map). This plotting is made in a graphical device, with the
graph in one side and the map in the other.
My function works perfectly fine until it has to plot the map. Then it
stops and I get an error.
2009 Nov 05
3
Bhattacharyya distance metric
I need to use the Bhattacharyya distance metric to determine population
separation. Has anyone written a Bhattacharyya distance metric function in
R?
--
View this message in context: http://old.nabble.com/Bhattacharyya-distance-metric-tp26221259p26221259.html
Sent from the R help mailing list archive at Nabble.com.