Changes between Version 31 and Version 32 of WKTRaster/SpecificationWorking01
- Timestamp:
- 06/02/09 06:50:06 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WKTRaster/SpecificationWorking01
v31 v32 31 31 '''Open Questions:''' 32 32 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. 35 34 1. How can I import all the bands from a multiband TIFF? 36 35 … … 40 39 41 40 '''-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 42 42 '''-t''' <table> Name of destination table in with or without target schema specified. This parameter is REQUIRED. 43 43 … … 45 45 '''OPTIONS:''' 46 46 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 58 data. 59 53 60 '''-F''' Add a "filename" column containing the original name of the loaded raster file. 54 61 55 62 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 58 67 '''-c''' Creates a new table and populates it, this is the default if you do not specify any options. 59 68 60 '''-v''' Switch on excessively verbose mode, useful for debugging.[[BR]] 69 '''-v''' Switch on excessively verbose mode, useful for debugging. 70 61 71 '''-h''' Display this help screen. 62 72