Changes between Version 46 and Version 47 of orthoigen


Ignore:
Timestamp:
Mar 20, 2013, 3:43:36 AM (11 years ago)
Author:
pborissow
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • orthoigen

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