Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

15 results for “from:Jean-Luc Dupouey”

smooth.spline gives different results from sreg ?
Jean-Luc Dupouey · Jul 27, 2013 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20130727/50bf67bc/attachment.pl>

How to apply the wilcox_test function to subsets ?
Jean-Luc Dupouey · Jan 26, 2008 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-help/attachments/20080126/45df19d2/attachment.pl

gIntersection versus intersect
Jean-Luc Dupouey · May 14, 2015 · r-sig-geo

For intersecting two polygon layers, is there any advantage of using gIntersection (from the rgeos package) instead of intersect (from the raster package)? After a few tests, it appears that intersect is a little bit faster. Moreover, intersect automatically calculates...

rgdal retirement
Jean-Luc Dupouey · Sep 18, 2021 · r-sig-geo

Dear Roger Bivand, I read your message about the rgdal retirement. It was a nice package and an important step in the development of R-spatial. I looked for alternatives for the functions I was using, but I didn't...

regularly subset (subsample) a raster and get a raster
Jean-Luc Dupouey · Sep 3, 2014 · r-sig-geo

Dear forumites, Using R, I want to regularly subsample a raster (for example, one point over two), and get a raster. Usual R subsampling works with raster layers: MyRaster[seq(1,nrow(MyRaster),2),seq(1,ncol(MyRaster),2))] but...

reading Geoconcept files ?
Jean-Luc Dupouey · Aug 30, 2017 · r-sig-geo

Dear all, is it possible to read Geoconcept files (.gcm and .GCR) in R? ogrDrivers()$name indicates that a Geoconcept driver exists, but I was not able to read any data. I get a "Cannot open data source" error: > ogrDrivers...

st_area / st_transform / crs
Jean-Luc Dupouey · Sep 16, 2017 · r-sig-geo

Dear all, I am a new user of sf. I have the following error: "lay" is an sf object, composed of POLYGONS and MULTIPOLYGONS in a projected coordinates system. > st_area(lay) # works well and returns the area of polygons...

R-help mailing list activity
Jean-Luc Dupouey · Jan 23, 2016 · r-help

Dear members, Not a technical question: The number of threads in this mailing list, following a long period of increase, has been regularly and strongly decreasing since 2010, passing from more than 40K threads to less than 11K threads last...

precision warning in delaunayn function
Jean-Luc Dupouey · Jul 26, 2012 · r-help

Dear R helpers, I try to use the 'delaunayn' function in the 'geometry' package for Delaunay triangulation in 2 dimensions. For the four following points, I get a warning message : > coord=matrix(ncol=2,byrow=TRUE,c(622633,7073452, + 621228...

gIntersection returns error "TopologyException: no outgoing dirEdge found at"
Jean-Luc Dupouey · Sep 23, 2015 · r-sig-geo

Why gIntersection returns the ""TopologyException: no outgoing dirEdge found at" error in the following very simple case: > #construct a spatial layer with two adjacent squares, each of 10 x 10 units: > > Pol1=rbind(c(0,0),c(0,10),c...

.SavedPlots and replayPlot
Jean-Luc Dupouey · Mar 4, 2015 · r-help

I would like to redraw a plot from the .SavedPlots object (list), using R code (not arrows on the keyboard). > windows(record=TRUE) > > x=runif(100) > plot(x,col="blue") > hist(x,col="red") > plot(x,col="green") > #When I...

transformin multipart shapefile to singlepart shapefile
Jean-Luc Dupouey · Jan 31, 2015 · r-sig-geo

I faced the same question recently: how to tranform a multipart polygon layer into single polygons? Here is a little bit more general function to do that. It keeps the initial ID of the polygons, adding a sequence number. The...

matching does not work in SpatialPointsDataFrame
Jean-Luc Dupouey · Jan 21, 2015 · r-sig-geo

I get an incorrect match between row names of coordinates and data in SpatialPointsDataFrame: > Mycoord <- data.frame(row.names=letters[1:5], x=rnorm(5), y=rnorm(5)) > > Mycoord x y a -0.80138451 1.9291882 b -1.58229979 -0...

gIntersection returns error "TopologyException: no outgoing dirEdge found at"
Jean-Luc Dupouey · Sep 25, 2015 · r-sig-geo

Thanks for your answer. Unfortunately, I have no time to spend debugging the GEOS code. Just making some tests under R, I found an even worse situation, where the program seems to work, but gives a completely false result: library...

cannot apply a gridded transformation with sf
Jean-Luc Dupouey · Oct 10, 2021 · r-sig-geo

Dear forumites, I try to apply a gridded transformation of coordinates in |sf|, but it does not work. Is there something else to do apart from calling |sf_proj_network(TRUE)|? Here is the 7 lines of code I used...

Can't find what you're looking for? Try searching with Google .