Template:VRT from Rasters: Difference between revisions
From XMS Wiki
Jump to navigationJump to search
(Created page with "__NOINDEX__ __NOTOC__ ===Merge Elevation Rasters=== <!--====Tool description====--> The ''Merge Elevation Rasters'' tool creates a new raster by merging two or more elevation rasters with priority into a new raster. The resolution of the resulting raster will be the resolution of the principal raster (raster 1). The extents of the resulting raster be expanded from the base of the extent defined by raster 1 to include all other rasters. It should be noted that this opera...") |
No edit summary |
||
Line 1: | Line 1: | ||
__NOINDEX__ | __NOINDEX__ | ||
__NOTOC__ | __NOTOC__ | ||
=== | ===VRT from Rasters=== | ||
<!--====Tool description====--> | <!--====Tool description====--> | ||
The '' | The ''VRT from Rasters'' tool creates a VRT from multiple rasters according to a user specified priority. Each source is added to the VRT in priority order. | ||
It should be noted that | It should be noted that rasters from different sources may have errors or differences from one another for a variety of reasons. Principal causes of incompatibilities between rasters include the changes between the times when each source was gathered, differences in survey methods, and slight adjustments to datums. Large raster differences can result in discontinuities in the surface. These discontinuities can have ramifications on the hydraulic results for simulations of flow over the combined surface. | ||
====Input parameters==== | ====Input parameters==== | ||
*'' | *''Resample algorithm'' – Select the method that will be used for interpolation. | ||
*'' | **"bilinear" – Select to use the cubic resampling method when warping a raster's projection. | ||
*''Raster 2'' – Select | **"nearest_neighbor" – Select to use the nearest neighbor resampling method when warping a raster's projection. | ||
*''Raster n'' – Additional rasters | *''Raster 1 (highest priority)'' – Select the raster that will be given highest priority during the VRT creation. | ||
*''Raster 2'' – Select the raster that will be given the next highest priority during the VRT creation. | |||
*''Raster n'' – Additional rasters may be selected and given priority in the order they are selected. | |||
====Output parameters==== | ====Output parameters==== | ||
*'' | *''Virtual Raster Table (VRT) file'' – The base name of the VRT file to be created and loaded into SMS. | ||
====Current Location in toolbox==== | ====Current Location in toolbox==== | ||
Rasters/ | Rasters/VRT from Rasters | ||
====Related Tools==== | ====Related Tools==== | ||
* [[Template:Interpolate Priority Rasters|Interpolate Priority Rasters]] | * [[Template:Interpolate Priority Rasters|Interpolate Priority Rasters]] | ||
* [[Template:Merge Elevation Rasters|Merge Elevation Rasters]] | |||
{{-}} | {{-}} | ||
<noinclude>[[Category:Toolbox Rasters]] </noinclude> | <noinclude>[[Category:Toolbox Rasters]]</noinclude> |
Revision as of 05:45, 13 March 2025
VRT from Rasters
The VRT from Rasters tool creates a VRT from multiple rasters according to a user specified priority. Each source is added to the VRT in priority order.
It should be noted that rasters from different sources may have errors or differences from one another for a variety of reasons. Principal causes of incompatibilities between rasters include the changes between the times when each source was gathered, differences in survey methods, and slight adjustments to datums. Large raster differences can result in discontinuities in the surface. These discontinuities can have ramifications on the hydraulic results for simulations of flow over the combined surface.
Input parameters
- Resample algorithm – Select the method that will be used for interpolation.
- "bilinear" – Select to use the cubic resampling method when warping a raster's projection.
- "nearest_neighbor" – Select to use the nearest neighbor resampling method when warping a raster's projection.
- Raster 1 (highest priority) – Select the raster that will be given highest priority during the VRT creation.
- Raster 2 – Select the raster that will be given the next highest priority during the VRT creation.
- Raster n – Additional rasters may be selected and given priority in the order they are selected.
Output parameters
- Virtual Raster Table (VRT) file – The base name of the VRT file to be created and loaded into SMS.
Current Location in toolbox
Rasters/VRT from Rasters
Related Tools