| 324 | Here's an example of a tiling template that's used to chop up an image into 512x512 tiles. Tiling units can be in pixels, meters, or degrees. |
| 325 | {{{ |
| 326 | igen.tiling.tile_size: 512 512 |
| 327 | igen.tiling.use_offset: 0.0 0.0 |
| 328 | igen.tiling.padding: 0.0 0.0 |
| 329 | igen.tiling.units: pixel |
| 330 | igen.tiling.clip_to_aoi: true |
| 331 | igen.tiling.output_file_name: %r%_%c%.jpg |
| 332 | }}} |
| 333 | |
| 334 | |
| 335 | Here's an example of a tiling template that's used to chop up an image using a shapefile: |
| 336 | {{{ |
| 337 | igen.tiling.tile_source: C:\co_county_sub.shp|select * from 'co_county_sub' where FID = 0 |
| 338 | igen.tiling.padding: 500.0 500.0 |
| 339 | igen.tiling.padding_use_mbr: true |
| 340 | igen.tiling.units: meters |
| 341 | igen.tiling.output_file_name: dted_eof_500m_%f%.tif |
| 342 | }}} |
| 343 | |
| 344 | More tiling/chipping options can be found in the attached presentation. |