Changes between Version 31 and Version 32 of WKTRaster/SpecificationWorking01


Ignore:
Timestamp:
Jun 2, 2009, 6:50:06 AM (15 years ago)
Author:
mloskot
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WKTRaster/SpecificationWorking01

    v31 v32  
    3131'''Open Questions:'''
    3232
    33  1. Should we change names of options to strictly follow those used by raster2pgsql and shp2pgsql?
    34     Pierre: Yes! We should follow PostGIS tracks as much as possible in everything we do in this project.
     33 1. Should we change names of options to strictly follow those used by raster2pgsql and shp2pgsql? ''Pierre:'' Yes! We should follow PostGIS tracks as much as possible in everything we do in this project.
    3534 1. How can I import all the bands from a multiband TIFF?
    3635
     
    4039
    4140'''-r''' <rasterfile>  Specifies input raster file. Multiple -r options can be specified for a number of input files or wildcards can be used (? and *). At least one input raster file is REQUIRED.
     41
    4242'''-t''' <table>  Name of destination table in with or without target schema specified. This parameter is REQUIRED.
    4343
     
    4545'''OPTIONS:'''
    4646
    47 '''-s''' <srid>  Set the SRID field. Default is -1.[[BR]]
    48 '''-b''' <nbband>  Specify the number of band. The number of rasterfile must correspond to this number.[[BR]]
    49 '''-f''' <field>  Name of target column for raster data. Default column name is ''rast''.[[BR]]
    50 '''-I''' Create a GiST index on the raster column.[[BR]]
    51 '''-o''' <file> Output file for generated SQL commands. If not specified, ''stdout'' is assumed.[[BR]]
    52 '''-R''' Simply register the raster in the database. Absolute path to the raster and georeferencing informations are stored instead of the raster actual data.[[BR]]
     47'''-s''' <srid>  Set the SRID field. Default is -1.
     48
     49'''-b''' <nbband>  Specify the number of band. The number of rasterfile must correspond to this number.
     50
     51'''-f''' <field>  Name of target column for raster data. Default column name is ''rast''.
     52
     53'''-I''' Create a GiST index on the raster column.
     54
     55'''-o''' <file> Output file for generated SQL commands. If not specified, ''stdout'' is assumed.
     56
     57'''-R''' Simply register the raster in the database. Absolute path to the raster and georeferencing informations are stored instead of the raster actual
     58data.
     59
    5360'''-F''' Add a "filename" column containing the original name of the loaded raster file.
    5461
    5562
    56 '''(-d|c)''' Mutually exclusive inserting options:[[BR]]
    57   '''-d'''  Drops the table, then recreates it and populates it with current raster file data.[[BR]]
     63'''(-d|c)''' Mutually exclusive inserting options:
     64
     65  '''-d'''  Drops the table, then recreates it and populates it with current raster file data.
     66
    5867  '''-c'''  Creates a new table and populates it, this is the default if you do not specify any options.
    5968
    60 '''-v''' Switch on excessively verbose mode, useful for debugging.[[BR]]
     69'''-v''' Switch on excessively verbose mode, useful for debugging.
     70
    6171'''-h''' Display this help screen.
    6272