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]] |