-
Notifications
You must be signed in to change notification settings - Fork 7
/
README.md~
42 lines (25 loc) · 1.25 KB
/
README.md~
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
#QGIS-R-Geostatistics
##How to install:
Download scripts (*.rsx) to QGIS - R scripts folder. You can check o change the folder in Processing menu, Options and configuration. Look for Providers - R Scripts - R Scripts folder.
e.g. linux: /home/username/.qgis2/processing/rscripts;
windows 7: User/Documents/qgis/processing/rscripts
Also you can check:
http://www.qgis.org/en/docs/user_manual/processing/3rdParty.html#r-creating-r-scripts
## Installing using git
You can do:
```
git clone https://github.com/INTA-Suelos/QGIS-R-Geostatistics ~/.qgis2/processing/rscripts/
```
And you will get all needed files in the correct place.
If you want to update the scripts to the last version, you can do:
``
cd ~/.qgis2/processing/rscripts/
git pull
```
To ensure you have the last version.
##Como instalar:
Descarga los scripts (*.rsx) a la carpeta de scripts de R en QGIS. Pueden revisar o cambiar la carpeta desde el menu de Procesamientos, en Configuración y opciones. Busca Proveedores - Scripts de R - Carpeta de Scripts
por ejemplo, en linux: /home/username/.qgis2/processing/rscripts
en windows 7: Usuario/Documentos/qgis/processing/rscripts
Para mas ayuda puedes revisar:
http://www.qgis.org/en/docs/user_manual/processing/3rdParty.html#r-creating-r-scripts