Is there a way in QGIS to define a grid and generate separate tiff files for every grid cell? Like in this matter:
- Open XYZ Tiles -> OpenStreetMap.
- Use a tool to define a grid over the interesting area.
- Generate a separate tiff file for every sell, using a selected Projection and Scale
Visualization of the idea:
- Is there a existing QGIS tool for this?
- Is there a existing QGIS plugin for this?
- Do I have to create a custom script or plug-in for this task?
- Is there a existing tool to "split"/"warp" a big tiff to amount of X and Y columns and rows to create smaller tiff files. (Problem is when creating big maps, for example whole Sweden)
Is there a way in QGIS to define a grid and generate separate tiff files for every grid cell? Like in this matter:
- Open XYZ Tiles -> OpenStreetMap.
- Use a tool to define a grid over the interesting area.
- Generate a separate tiff file for every sell, using a selected Projection and Scale
Visualization of the idea:
- Is there a existing QGIS tool for this?
- Is there a existing QGIS plugin for this?
- Do I have to create a custom script or plug-in for this task?
- Is there a existing tool to "split"/"warp" a big tiff to amount of X and Y columns and rows to create smaller tiff files. (Problem is when creating big maps, for example whole Sweden)
1 Answer
Reset to default 0Once you've created your desired grid using the "Create Grid" tool, you can use the "Split Vector Layer" tool and create a separate layer for each polygon.
When you've done that, you can execute a batch process of WhiteboxTools "ClipRasterToPolygon", selecting your raster as the Input File (fill down), then select all the files you've just created in the "Input Vector Polygon File".
For the output file set the name then in the "autofill" options Autofill Mode "Fill with parameter values". Parameter to use as "Input Vector Polygon File".
Hopefully that works for you. Might take a little while to clip everything.
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744717406a4589700.html
评论列表(0条)