This video feels a bit outdated. Does anyone know of a free online resource that would teach the basics of R within QGIS?
@jaxxwade28733 жыл бұрын
I realize it's kind of off topic but does anybody know of a good place to stream newly released movies online ?
@leroykian32983 жыл бұрын
@Jaxx Wade meh I use Flixportal. just search on google after it:D -leroy
@jaxxwade28733 жыл бұрын
@Leroy Kian Thanks, signed up and it seems to work :) I appreciate it !
@leroykian32983 жыл бұрын
@Jaxx Wade Glad I could help xD
@tahirtamba60706 жыл бұрын
Hi Lex, I'm experiencing an issue after running my script following your R script snippet, the output file has not been created. I've checked QGIS logs algorithms in QGIS Processing and no error has been reported. Am I missing something? Thank you for your help...
@HarvardCGA6 жыл бұрын
hi Tahir, the steps should work on Windows. On Mac, there is an issue with "System Integrity Protection" which won't launch python and R from another application. However, I found a workaround, which is to open a Terminal and as your own user, launch QGIS. Like: "open /Applications/QGIS.app" Then try the setup and run R script in the instance of QGIS. It won't work if you launch QGIS normally from the shortcut on the Dock.
@tahirtamba60706 жыл бұрын
Thank you Lex for your answer and your explanations. I launched qgis as you suggested, but without success. The output file "fixed_birds.txt" is not created. I'm trying to understand why it still does not work, I checked the logs and I have no error message. However, I've setup all the paths to the directories of rscripts, rlibs and activated R ... Regards,
@rdhaouniakhaled22847 жыл бұрын
can you give url for downlowding pack
@HarvardCGA7 жыл бұрын
hi, do you mean the data referred to? That is Tina Cormier github: github.com/tacormier/FOSS4G_Boston2017/tree/master/Workshop_rstats
@stugimeshtugi3 жыл бұрын
It can be probably helpful for users who do not know to program, but if you can, then you will not need any GIS-based applications, like; QGIS or ArcMap, etc., as you can do all these mappings and calculations and many more in your programming language IDE.