Displaying 20 results from an estimated 9000 matches similar to: "new package: rpostgis"
2016 Nov 02
0
new package: rpostgisLT
We're announcing the initial CRAN release of 'rpostgisLT' (v0.4.0), which
is an extension to our 'rpostgis
<https://cran.r-project.org/web/packages/rpostgis/index.html>' package.
rpostgisLT is aimed at those using R and/or the PostgreSQL/PostGIS database
system to manage and analyze animal trajectory (movement) data. Package
functions allow bi-directional transfer between
2016 Nov 02
0
new package: rpostgisLT
We're announcing the initial CRAN release of 'rpostgisLT' (v0.4.0), which
is an extension to our 'rpostgis
<https://cran.r-project.org/web/packages/rpostgis/index.html>' package.
rpostgisLT is aimed at those using R and/or the PostgreSQL/PostGIS database
system to manage and analyze animal trajectory (movement) data. Package
functions allow bi-directional transfer between
2018 May 09
0
Data manager in a Spatial Ecology lab, Univ Florida, Fort Lauderdale FL
The MabLab at the University of Florida is recruiting a Data Manager to
fill an immediate opening for the position of Biological Scientist in the
lab. We are looking for an enthusiastic, highly motivated and responsible
individual to join an exciting research team focused on spatial ecology.
The Data Manager will be responsible for the group's database system, and
will assist with multiple
2017 Nov 27
0
Data expert position: PostGIS and spatial ecology, University of Florida, Fort Lauderdale, FL
The MabLab at the University of Florida's Fort Lauderdale Research and
Education Center (Davie, FL) is looking to fill an immediate opening for
the position of a Biological Scientist. We are looking for an enthusiastic,
highly motivated and responsible individual to join an exciting research
team focused on spatial ecology, from fine-scale movement and habitat
selection to range dynamics.
2012 Nov 22
1
problems with RPostgreSQL compilation
Hello,
I am trying to install RPostgreSQL, but without success at the moment, getting an errormessage - see below.
My OS is Fedora 17, R version 2.15.2, PostgreSQL 9.2.1 with Postgis 2.0.1 spatial extension.
Thank You for any help, advice or hint in advance.
Regards
Tomas
> install.packages("RPostgreSQL", dependencies=TRUE)
trying URL
2008 Dec 15
1
convert opengis wkt to geometry?
After writing some code (stupidly without checking to see if there was
code to do this already) to generate PostGIS SQL insert statements for
simple geometry (wkt), I didn't check see if there is already something
available to convert WKT strings into some R package geometry (sp?).
Does anyone have any advice, hints, code (?) for converting the
following OpenGIS strings into something
2006 Apr 06
1
rounding of voronoi vertices using deldir()
Hello list,
I'm just getting started with using R - I have been trying over the past
day or so to work out a method for generating voronoi polygons for
PostGIS using SQL. I was able to put together a procedure which works
relatively well, but is somewhat inefficient. Someone on the PostGIS
list pointed me to the deldir() function in R, for which I can export a
text file with x/y coordinates
2006 Apr 25
1
IvyGIS --- Rails Engine for custom maps.
Hi. I''m announcing a Rails Engine for presenting maps based on your
own data, either rendered by Mapserver, or pulled directly out of
geometric database tables stored by PostGIS. There''s a demo here:
http://ivygis.mgxkernel.com:3000/canada
which shows a tiled, draggable version of a Mapserver demo map, with
mouse-sensitive park polygons and railroads (SVG in Firefox 1.5+,
2009 Jun 04
2
RPostgreSQL segfault with LEFT JOIN
Hi,
I recently upgraded to R 2.9.0 on linux x86. After doing so, I switched to the
RPostgreSQL package for interfacing with a postgresql database. I am using
postgresql 8.3.7.
A query that works from the postgresql terminal is causing a segfault when
executed from R.
My sessionInfo, the error message, and the R code used to generate the error
are listed below.
I have noticed that a
2009 Sep 30
1
unable to load shared library (Symbol not found: _PQbackendPID)
I can't get the RPostgreSQL library to load on OSX and have no idea
where it's going wrong...
> library( RPostgreSQL )
Error in dyn.load(file, DLLpath = DLLpath, ...) :
unable to load shared library '/Users/hamannj/Library/R/2.9/library/
RPostgreSQL/libs/i386/RPostgreSQL.so':
dlopen(/Users/hamannj/Library/R/2.9/library/RPostgreSQL/libs/i386/
RPostgreSQL.so, 6):
2011 Aug 30
2
RPostgreSQL Loading Issues
I'm starting to seriously use R and have tried to solve this issue using
my reference books but I'm missing something simple. Running R-2.13.1 on
Slackware-13.1.
Trying to invoke RPostgreSQL so I can copy data from a postgres table to
an R data-frame. I installed RPostgreSQL and the library() command shows
it's present:
Packages in library
2010 Jul 21
1
Package RPostgreSQL_0.1-6.tar.gz has been checked and built
Hi Dirk
I think there are problems with pg_config, the configure script of
RPostgreSQL checks for pg_config and got ¡°checking for pg_config...
/usr/bin/pg_config¡±. In Solaris 10u7 X64, three versions of PostgreSQL are
installed, there are in /usr/postgres/8.2(8.2.9) and
/usr/postgres/8.3(8.3.3), the corresponding bin files are in
/usr/postgres/<version>/bin and
2012 Jun 04
2
Error while trying to install RPostgreSQL.
Hi,
I am getting the following error while trying to install RPostgreSQL.
I tried all three methods(install.packages("RPostgreSQL", type =
"source"),install.packages("RPostgreSQL") & R CMD INSTALL
RPostgreSQL_0.3-1.tar.gz ) , but none of them is working.
++++++++++++++++++ Error++++++++++++++++++++++++
gcc -std=gnu99 -I/usr/share/R/include -DNDEBUG -I
2006 May 01
0
PostGIS and MySql Spatial Extensions in Rails
Hello,
This post is to announce a new release of the Spatial Adapter for Rails,
which is a plugin that adds support for columns of geometric types (point,
linestring, polygon,etc...) to ActiveRecord. Currently the only supported
databases are MySql and PostGIS.
With this release, geometric columns should behave like columns of any other
basic types in all areas: migration, data access, dumping
2010 Jun 29
2
RPostgreSQL - Unable to locate required modules/DLLs on WinXP/7
Dear list users,
The problem occurs when library(RPostgreSQL) is issued on R. This issue
has previously appeared on R mailing list without any robust solution.
The error message issued by R:
Loading required package: RPostgreSQL
Loading required package: DBI
Error in inDL(x, as.logical(local), as.logical(now), ...) :
unable to load shared library
2013 Oct 08
0
PostGIS 2.1 rasters available to Rails code: breadcrumbs
Just wanted to post this in case someone else was faced with the same
problem. It''s database-specific code, worse, it''s specific to a particular *
version* of a particular *extension* to a particular database, wires in
SQL, and uses eval on a string of data from the database!
So, you know, I''m getting coal in my stocking from DHH this year. I can
deal. (After the
2012 Aug 22
1
loading both RPostgreSQL and RSQLite leads to problems
hello,
if i load the RSQLite package in addition to the RPostgreSQL package,
i get various errors when trying to use RPostgreSQL functions. here is
an example transcript showing one such error:
==========================================================
R version 2.15.0 (2012-03-30)
[...]
> packageVersion('RPostgreSQL')
[1] 0.3.2
> packageVersion('RSQLite')
[1] 0.11.1
2015 Jun 04
1
creating RPMs from CRAN tarballs
Thanks for the suggestion, but after putting that at the top of the spec
and running rpmbuild, I still get
Resolving Dependencies
--> Running transaction check
---> Package R-RPostgreSQL.x86_64 0:0.4-1.el6 will be installed
--> Processing Dependency: /usr/bin/r for package:
R-RPostgreSQL-0.4-1.el6.x86_64
--> Processing Dependency: /usr/bin/r for package:
2009 Oct 14
3
RPostgreSQL: unable to load shared library
Hello list,
I'm using R 2.9.2 on a WinXP system, and I installed the RPostgreSQL
library using the package installer. When trying to load it, I get the
following error:
> library('RPostgreSQL')
Error in inDL(x, as.logical(local), as.logical(now), ...) :
unable to load shared library
'C:/PROGRA~1/R/R/library/RPostgreSQL/libs/RPostgreSQL.dll':
LoadLibrary failure: The
2008 Oct 15
0
New package RPostgreSQL 0.1.0
RPostgreSQL version 0.1.0
We are pround to announce the availability of the RPostgreSQL package on CRAN
and its mirrors. This package provides an a DBI-compliant interface between
PostgreSQL and R.
RPostgreSQL was developed as part of the Google Summer of Code 2008 program
by Sameer Kumar Prayaga.
Some highlights:
o Implemented all the DBI features
o Added support for transaction