Changes between Version 9 and Version 10 of WKTRaster/SpecificationWorking01


Ignore:
Timestamp:
Apr 16, 2009, 7:53:34 AM (15 years ago)
Author:
pracine
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WKTRaster/SpecificationWorking01

    v9 v10  
    6161'''-t'''  <pixels> Divide rasters into <pixels>x<pixels> tiles, one tile per row. Default is to store whole rasters as one row.
    6262
    63 '''(-d|a|b|c|p)''' Mutually exclusive inserting options:
    64   '''-d'''  Drops the table, then recreates it and populates it with current raster file data.
    65   '''-a'''  Appends raster file into current table, must be exactly the same pixel size, number of band, nodata value and pixel type.
    66   '''-B'''  Appends raster files as a new bands. When tiled with the –t option, the new band is inserted tiled in the same way as the original band.
    67   '''-c'''  Creates a new table and populates it, this is the default if you do not specify any options.
     63'''(-d|a|b|c|p)''' Mutually exclusive inserting options:[[BR]]
     64  '''-d'''  Drops the table, then recreates it and populates it with current raster file data.[[BR]]
     65  '''-a'''  Appends raster file into current table, must be exactly the same pixel size, number of band, nodata value and pixel type.[[BR]]
     66  '''-B'''  Appends raster files as a new bands. When tiled with the –t option, the new band is inserted tiled in the same way as the original band.[[BR]]
     67  '''-c'''  Creates a new table and populates it, this is the default if you do not specify any options.[[BR]]
    6868  '''-p'''  Prepare mode, only creates the table.
    6969