The Tutorials in this series are created in QGIS 2.18 on Ubuntu 16.04. QGIS (previously known as Quantum GIS) is a free and open-source cross-platform, desktop geographic information system (GIS) application that supports viewing, editing, and analysis of geospatial data. QGIS functions as geographic information system (GIS) software, allowing users to analyse and edit spatial information, in addition to composing and exporting graphical maps. QGIS supports both raster and vector layers; vector data is stored as point, line, or polygon features. Multiple formats of raster images are supported and the software can georeference images. QGIS integrates with other open-source GIS packages, including PostGIS, GRASS GIS, and MapServer. Plugins written in Python or C++ extend QGIS's capabilities. Plugins can geocode using the Google Geocoding API, perform geoprocessing functions, which are similar to the standard tools found in ArcGIS, and interface with PostgreSQL/PostGIS, SpatiaLite and MySQL databases. Read more
Foss : QGIS - Tamil
Outline: Outline: QGIS canvas ல் vector layerஐ load செய்வது Layer க்கான attribute tableஐ திறப்பது attribute data வை இணைக்கும் வெவ்வேறு விதங்கள் பற்றி QGIS canvas ல் Delimited Text Layer..
Outline: Outline: QGIS ல் எரிமலைகள் மற்றும் நகரங்களின் இருப்பிடங்களைக் காட்டும் shape fileகளைத் திறப்பது Layer களுக்கான attribute tableஐ திறப்பது Nearest Neighbour Analysis பற்றி Distan..
Outline: Outline: Digital Elevation Model (DEM) பகுப்பாவைவு பற்றி Shuttle Radar Topography Mission (SRTM) data வலைத்தளத்தை திறப்பது SRTM data வலைத்தளத்திலிருந்து DEM dataவை தரவிறக்குவது ..
Outline: Outline: QGIS map canvas ல் DEM ஐ சேர்ப்பது Clipper tool ஐ பயன்படுத்தி DEM ல் பகுதியை clip செய்வது Contour வரிகள் பற்றி DEM க்கான contour வரிகளை காட்டுவது Contour வரிகளின் நிற..
Outline: Outline: Interpolation பற்றி Interpolation னின் முறைகள் QGIS canvas ல் vector layerஐ load செய்வது வரைபடத்தில் புள்ளி அம்சங்களை label செய்வது Interpolation Pluginஐ enable செய்வ..
Foss : QGIS - Telugu
Outline: QGIS ని ఇన్స్టాల్ చేయడానికి సిస్టమ్ యొక్క అవసరాలు ఉబుంటు లైనక్స్ OS లో QGIS రిపోజిటరీలను జోడించడం ఉబుంటు లైనక్స్ OS లో QGIS యొక్క ఇన్స్టాలేషన్ అధికారిక QGIS వెబ్సైట్ను సందర్..
Foss : R - English
Outline: About R programming language Features of R Applications of R Discuss the contents available on the R Project website Use the command-line interface of R About RStudio Feat..
Outline: Install R on Linux Use the command-line interface of R Show the value of exponential function in R Install wget utility Install gdebi utility Install RStudio on Linux L..
Outline: Install R on Windows 10 Launch R Use command-line-interface of R Run an exp command in R Install RStudio on Windows Launch RStudio on Windows Run a plot in RStudio Install ..
Outline: Version of R and RStudio used Operating systems on which these run Quick introductionon to R and RStudio Resizing the font and window size *, +, -, ^, sqrt exp, log, sin Diff..
Outline: Storing captaincy information in vectors Constructing a data frame using vectors Plotting one vector of a data frame vs. another one Adding a vector to a data frame Saving a da..
Outline: Features of RStudio A look at the windows in R Studio interface: Source and Console windows Workspace window Plots and Files window Example to..
Outline: What is an R script Features of an R script How to create and save an R script from the user interface (UI) of RStudio Shortcut keys to create an R script How to use auto-com..
Outline: What is working directory in R How to know the current working directory How to use getwd function How to set a working directory from the user interface of RStudio How to set..
Outline: Shortcut key for assignment operator (<-) How to perform numeric indexing How to extract a row or column from a data frame How to retrieve multiple rows from a data frame How ..
Outline: Data required in a matrix format Convert a data frame into a matrix Create a matrix with known data Add two matrices Subtract two matrices Multiply two matrices elementwise..
Outline: How to find the inverse of a matrix How to calculate the sum of elements in a matrix using for loop How to calculate the sum of elements in a matrix using the sum function How..
Outline: Use of built-in functions in R for exploring a data frame Access help in RStudio Advantages of merging data frames Merge two data frames Import data from command line Impor..
Outline: What is an object in R Types of R - objects What is an atomic vector in R Types of atomic vectors How to find types of vectors Factors in R Levels of a factor in R Identi..
Outline: Lists in R Atomic vectors in R Difference between atomic vectors and lists in R How to create a list How to assign names to the elements of a list Named list in R How to..