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.

16 results for “from:Henk Sierdsema”

Converting kml to shape (readOGR)
Henk Sierdsema · Jan 6, 2009 · r-sig-geo

Hi, I've been trying to convert a vector kml-file to an ESRI shape with readOGR(), but I don't manage to read the kml-file. Can anyone help me with this? Thnx, Henk Sierdsema SOVON Vogelonderzoek Nederland / SOVON...

CODE for spatial logistic regression
Henk Sierdsema · Oct 9, 2008 · r-sig-geo

Hi Ivan, Can you tell me what the purpose is of your modelling? Is it simply producing spatial predictions based on a logistic model or do you want to incorporate spatial autocorrelation in the models? Given your last mail it...

SpatialLines to SpatialPolygons convertion
Henk Sierdsema · Mar 3, 2009 · r-sig-geo

Hi Hans, Please have a look at paragraph 2.6 (page 41) on spatial polygons in the ASDAR-book. Here you will find an example of converting a shoreline into polygons. Henk Henk Sierdsema SOVON Vogelonderzoek Nederland / SOVON Dutch Centre...

Converting kml to shape (readOGR)
Henk Sierdsema · Jan 6, 2009 · r-sig-geo

I have installed Expat XML Parser, but how do I rebuilt GDAL/OGR? Henk Henk Sierdsema SOVON Vogelonderzoek Nederland / SOVON Dutch Centre for Field Ornithology Rijksstraatweg 178 6573 DG Beek-Ubbergen The Netherlands tel: +31 (0)24 6848145 fax: +31...

GAM: which package?
Henk Sierdsema · Jul 29, 2014 · r-sig-geo

Hi Maurizio, If your main interest is distribution modelling I would skip the GAM's and their inherent problems with overfitting, covariates with high correlations, etc. and use something like Random Forests or Generalized Boosting Models/Boosted Regression Trees. They...

ArcGIS Geostatistical Analyst -- how does itdisplay/ fit variograms?
Henk Sierdsema · Sep 8, 2008 · r-sig-geo

Hi, You can download the geostat-manual from http://dusk2.geo.orst.edu/gis/geostat_analyst.pdf and http://www.ci.uri.edu/projects/geostats/Using_ArcGIS_Geostat_Anal_Tutor.pdf and the spatial-analyst manual from http://www.maproom...

need to create US map with colors by state
Henk Sierdsema · Nov 5, 2009 · r-sig-geo

Hi Mark, The 'ASDAR'-book (Bivand et al, Applied Spatial Data Analysis with R http://www.asdar-book.org/) contains a lot of examples of desease mapping and modelling. From the website you can also download example data sets and...

Converting kml to shape (readOGR)
Henk Sierdsema · Jan 6, 2009 · r-sig-geo

Hi Juliane, I have found an Arcview3-extension that converts kml to shapes (http://arcscripts.esri.com/details.asp?dbid=14988) and that works fine. But it would like to solve the problem in the scripting-environment of R. Henk...

writeOGR error: problem with GDAL (libgdal1- 1.7.0)
Henk Sierdsema · Jul 21, 2010 · r-sig-geo

Hi Augustin, I've encountered the same problem after an update of the rgdal-package. I have resolved the problem by removing the rgal-folder in the library and replacing it by an older version of November 2009. You can...

CODE for spatial logistic regression
Henk Sierdsema · Oct 9, 2008 · r-sig-geo

Hi Rub?n, Thanks for defining 'small' better. For me a dataset up to a thousand points is a small dataset, but for most people this is quite a big data set... Henk Henk Sierdsema SOVON Vogelonderzoek Nederland / SOVON Dutch...

problem saving spplot in a loop
Henk Sierdsema · Dec 7, 2009 · r-sig-geo

Hi Alex, You have to assign the plot to a temporary variable (like tmp <- spplot(...)) and then use print(tmp1) to save it in the png-file so somethink like: tmp <- spplot(...) png(filename=...) print(tmp) dev.off() Succes! Henk...

Very basic figure question
Henk Sierdsema · Oct 16, 2009 · r-sig-geo

Hi Rob, You could start with the maps available within R. Here is some text taken from page 88-89 from the ASDAR-book: " It is often attractive to make use of the spatial databases in the maps (comm: and...

CODE for spatial logistic regression
Henk Sierdsema · Oct 9, 2008 · r-sig-geo

Hi Ivan, I have uploaded two papers from Tom Hengl et al on this subject for you. This should give you a good idea how to solve the problem. www.sovon.nl/temp/Hengl1.pdf www.sovon.nl/temp/Hengl2...

Converting kml to shape (readOGR)
Henk Sierdsema · Jan 6, 2009 · r-sig-geo

Hi Paul, Here is the requested information: > sessionInfo() R version 2.8.0 (2008-10-20) i386-pc-mingw32 locale: LC_COLLATE=Dutch_Netherlands.1252;LC_CTYPE=Dutch_Netherlands.1252;LC_MONETARY=Dutch_Netherlands.1252;LC_NUMERIC=C;LC_TIME...

Converting kml to shape (readOGR)
Henk Sierdsema · Jan 7, 2009 · r-sig-geo

Hi, Thanks for the all the information on kml's and rebuilding gdal which sets me on a new paths using stuff like VC++, source codes, etc. I started this 'excercise' because we receive more and more kml-files (from...

writeOGR error: problem with GDAL (libgdal1- 1.7.0)
Henk Sierdsema · Jul 23, 2010 · r-sig-geo

Hi Roger, You're right of course: replacing the library with an older version works, but it's definitely not chique. So I looked into the problem a little bit deeper, following up on the remarks of Agus. It turns...

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