Creating regular grid
From AWF-Wiki
(Difference between revisions)
Line 1: | Line 1: | ||
+ | * Click the {{button|text=Add raster layer}} [[Image:QGIS_2.0_addrast.png|20px]] and select the file ''C:/OSGeo4W64/geodata/raster/s2/Subset_S2A_MSIL2A_20170619T.tif''. | ||
+ | * Click {{button|text=Open}}, the raster layer appears on the QGIS canvas. | ||
+ | * In the search engine of the Processing Toolbox, type Regular Points and select '''Regular points''' under Vector creation tools of QGIS. | ||
+ | * Select '''Select layer/canvas extent and choose raster layer to define the Input extent. | ||
+ | * Tick '''Use point spacing'''. | ||
+ | * Enter 100 as Point spacing (in meters). | ||
+ | * Enter 200 as '''Initial inset from corner (Upper left), (in meters). | ||
+ | * Specify the directory and file name for saving. | ||
+ | * Click on {{button|text=Run}} to execute the algorithm. | ||
+ | [[File:Qgis_regular_points.png|800px]] | ||
[[category:Working with Vector Data]] | [[category:Working with Vector Data]] |
Revision as of 13:10, 26 November 2017
- Click the Add raster layer and select the file C:/OSGeo4W64/geodata/raster/s2/Subset_S2A_MSIL2A_20170619T.tif.
- Click Open, the raster layer appears on the QGIS canvas.
- In the search engine of the Processing Toolbox, type Regular Points and select Regular points under Vector creation tools of QGIS.
- Select Select layer/canvas extent and choose raster layer to define the Input extent.
- Tick Use point spacing.
- Enter 100 as Point spacing (in meters).
- Enter 200 as Initial inset from corner (Upper left), (in meters).
- Specify the directory and file name for saving.
- Click on Run to execute the algorithm.