Monday, 13 November 2017

r - What are sources for current geo-statistical analysis classes/events: open or proprietary



I am keenly interested in geo statistics (and many other words with 3 t's :).

I am not very programatically inclined but have been following several lists with this theme.
One being the R filter on stackexchange (I get occasional digest emails of questions there).
I find that there is an extremely intricate language associated with statistics in general.
I am insterested in learning from a layperson point of view what some of this language means and how to apply it to everyday GIS.


Please list any currrent sources for geo-statistics knowledge/understanding.


Here is an example of useful information...
travel for training
live online opportunity


Edit: Per request; I enjoy online training but get more from in classroom or step by step book (or pdf).



Answer







This book, A Practical Guide to Geostatistical Mapping By Tomislav Hengl, is based on a 5 day course and uses open source applciations for all of the analysis, mostly R, SAGA, and Google Earth. You can download the book for free.


No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...