Affichage des articles dont le libellé est R-bloggers-eng. Afficher tous les articles
Affichage des articles dont le libellé est R-bloggers-eng. Afficher tous les articles

mercredi 15 août 2012

[Sextante Plugin] An R script for Neighborhood Detection


Des bâtiments regroupés en bloc à Paris
Artice in English

[Plugin Sextante] Un script R pour détecter les voisinages : Cet article explique comment réaliser un petit script R via le plugin Sextante pour QGIS afin d'établir des relations de voisinage entre objets en fonction de la distance qui les sépare. Il comporte une petite introduction sur l'écosystème QGIS, sur R aussi. Et puis bien sûr, des détails sur l'écriture d'un script R pour le plugin Sextante GIS Plugin.




dimanche 8 juillet 2012

Isarithmic Map of French Votes: Why and How-to


Article in English

Cartes isarithmiques: pourquoi les utiliser et comment les réaliser? Cet article explique l'intérêt des cartes isarithmiques, pourquoi elles réussissent là où d'autres types de visualisation échouent. En réalité, la création de cartes isarithmiques est un procédé original dans le domaine de la géomatique, de la cartographie en général, se basant sur des masques continus et non binaires. L'article explique les principes techniques de telles réalisations et délivre le code à la fin du post.





vendredi 14 octobre 2011

On the road with R & Grass: Intervisibility along Lines

While drinking a glass of french Ricard (a famous drink from Provence) with Bertrand Bouteilles (see his blog) , a colleague of mine, the latter asked me if I knew a method to calculate the line-of-sight from a line. Usually, we calculate LOS from one XYZ observation points but I had not found any resource on the web for line.

lundi 16 mai 2011

[R] Buildings on Google Earth : from 2D to 3D



As I discover the marvels of (geo)R world, I found out this article (link)

It explains how to generate KML files from meuse, the source dataset delivered with sp package, using R software.

In the tutorial, KML files are created from scracth, writing each line of it.OGR driver only gives access to the options name and description (rdgal driver). So, "brute coding" may be necessary if you want to control other elements: color, heights for extruded objects...

Many people would like to visualize some buildings in 3D in google. The reference data that we have for buildings is often plain but there usually is a column specifying the height of each building. For example, for the french BDTOPO, the HAUTEUR column.