[R-sig-Geo] One-Click-Reproduce

2013-12-18 Thread Edzer Pebesma
In the earth and planetary innovation contest organized by Elsevier, the jury decided to award the first price to my One-Click-Reproduce (with R) proposal; see http://www.elsevier-epic.com/ and http://ifgi.uni-muenster.de/~epebe_01/epic.pdf for the full proposal text. In January, we will start

[R-sig-Geo] R - QGIS - Web-GIS

2013-12-18 Thread Domagoj Culinovic
I need some advice how to use R with QGIS and best option how to publish to web-gis server (MapServer Geoserver). Examples and workflows are welcome [[alternative HTML version deleted]] ___ R-sig-Geo mailing list R-sig-Geo@r-project.org

Re: [R-sig-Geo] Intamap, reduce verbose output of idw method

2013-12-18 Thread jon skoien
Hi Pablo, sorry for a late answer again. I am not sure what is the cause of slow execution of your code. I would either have to look at an example, or you can run it with Rprof(). Then you can see the most time consuming functions, although I am not sure how it works with JIT. If you send the

[R-sig-Geo] Combining polygons and calculating their area (i.e. number of cells)

2013-12-18 Thread Alexander Zimmermann
Dear All, I have a problem with combining polygons and calculating their area. In the following I try to provide a description of the problem: I have a simple raster (created with R-package: raster). Using the function rasterToPolygons I get polygons of all raster cells that contain the value

Re: [R-sig-Geo] how to create maps from topojson files and csv data?

2013-12-18 Thread Barry Rowlingson
Here you are: https://github.com/barryrowlingson/rtopojson its very alpha at the moment, and its shortcomings are hopefully fully spelled out in the README file! Barry On Tue, Dec 17, 2013 at 7:48 PM, Ahmadou Dicko dicko.ahma...@gmail.com wrote: I suppose if I pushed it to github all of you

Re: [R-sig-Geo] R - QGIS - Web-GIS

2013-12-18 Thread António M . Rodrigues
Perhaps R shiny (http://www.rstudio.com/shiny/) with leaflet bindings ( https://github.com/jcheng5/leaflet-shiny). Regards, António 2013/12/18 Domagoj Culinovic culinovic.doma...@gmail.com I need some advice how to use R with QGIS and best option how to publish to web-gis server (MapServer

Re: [R-sig-Geo] R - QGIS - Web-GIS

2013-12-18 Thread Alex Mandel
ManageR plugin for QGIS with rpy2 bindings, or the Processing Plugins. QGIS Server with QGIS Client - least amount of coding. Otherwise any of the previous choices mentioned are good. Data (In a spatial format, so export with rgdal) A web server (ie Apache) A spatial web server (Geoserver,

Re: [R-sig-Geo] Combining polygons and calculating their area (i.e. number of cells)

2013-12-18 Thread Robert J. Hijmans
Alex, Do you need to create polygons? You can do things like: m - clump(r) freq(m) But if you insist on polygons: m - clump(r) p - rasterToPolygons(m, dissolve=TRUE) Robert On Wed, Dec 18, 2013 at 7:08 AM, Alexander Zimmermann alexander.zimmermann...@uni-potsdam.de wrote: Dear All, I have

Re: [R-sig-Geo] Combining polygons and calculating their area (i.e. number of cells)

2013-12-18 Thread Josh O'Brien
This is cross-posted from StackOverflow (http://stackoverflow.com/questions/20659186/combining-polygons-and-calculating-their-area-i-e-number-of-cells-in-r), where it has received an answer that I believe answers both questions. -- View this message in context:

[R-sig-Geo] shell command on Windows 7

2013-12-18 Thread Wall, Wade A ERDC-RDE-CERL-IL
Hi all, I am trying to run the script located at http://geomorphometry.org/content/geomorphometry-r-saga-ilwis-grass to integrate R, SAGA, ILWIS, and GRASS, but I am getting error messages when I try to use the shell() command. The relevant lines of code are: ILWIS -

Re: [R-sig-Geo] a spatial bestiary?

2013-12-18 Thread Etienne B. Racine
Lee, I share your confusion. Maybe something like a cheatsheet could help ? It's not highly structured, but it present information in a different way. These are two I'm aware of (I've made the last one). http://www.maths.lancs.ac.uk/~rowlings/Teaching/UseR2012/cheatsheet.html or