Rylynnn / QGIS

QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS)
http://qgis.org
GNU General Public License v2.0
0 stars 0 forks source link

Learn knowledge about geoprogressing algorithms #2

Open Rylynnn opened 7 years ago

Rylynnn commented 7 years ago
Rylynnn commented 7 years ago

Geoprogressing Tools

The Buffer Tool

The Buffer Tool is a proximity function. When you use this geoprocessing tool, it creates a polygon at a set distance surrounding the feature(s). A buffer is a polygon or collection of cells that are within a specified proximity of a set of features.

buffer The buffer tool is a proximity function that sets a fixed or variable distance surrounding the feature(s).

The Clip Tool

A clip is an overlay tool that cuts out an input layer with the extent of a defined feature boundary. The result of this tool is a new clipped output layer.

clip The Clip Tool is a geoprocessing tool that extracts the input feature based on the extent of another polygon feature.

global horizontal irradiance (GHI)

The Merge Tool

The merge geoprocessing tool combines data sets that are the same data type (points, lines or polygons). When you run the merge tool, the resulting data will be merged into one.

merge The Merge Tool combines input features from multiple input sources. It creates a single, new, output feature class.

The Dissolve Tool

The Dissolve Tool unifies boundaries based on common attribute values.

dissolve The dissolve tool aggregates neighboring boundaries based on common attribute values.

The Intersect Tool

The only exception is that attributes from all the data sets that overlap each other are preserved in the final data set.

intersect The Intersect Tool performs a geometric overlap. All features that overlap in all layers will be part of the output feature class – attributes preserved.

The Union Tool

The Union tool spatially combines two data layers. It preserves features from both layers at the same extents.

union The Union Tool maintains all input features boundaries and attributes when it is written to the output feature class.

The Erase (Difference) Tool

The input layer is what will be erased. The erase feature determines what will be erased.

erase The Erase Tool removes features that overlap the erase features. This geoprocessing tool maintains portions of input features falling outside the erase features extent.

Rylynnn commented 7 years ago

Geospatial Analysis

Single Layer Analysis

Buffering

different types Additional Buffer Options around Red Features: (a) Variable Width Buffers, (b) Multiple Ring Buffers, (c) Doughnut Buffer, (d) Setback Buffer, (e) Nondissolved Buffer, (f) Dissolved Buffer

Geoprocessing Operations

GO Single Layer Geoprocessing Functions

Multiple Layer Analysis

Overlay Operations