Changes between Version 24 and Version 25 of WKTRasterTutorial01
- Timestamp:
- 06/11/10 08:15:34 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified WKTRasterTutorial01
v24 v25 92 92 }}} 93 93 94 The -r option indicate the series of raster we want to load in the database. You can use wildcards (pattern matching) to match as many rasters as you wish. Pattern matching is implemented using glob Python module so you can use *, ?, and character ranges expressed with [](http://docs.python.org/library/glob.html).94 The -r option indicate the series of raster we want to load in the database. You can use *, ?, and character ranges expressed with [] to match as many rasters as you wish. This Unix shell like pattern matching is implemented using the "glob" Python module (http://docs.python.org/library/glob.html). 95 95 96 96 The -t option specify the table in which we want to load them.