Changes between Version 23 and Version 24 of WKTRasterTutorial01
- Timestamp:
- 06/11/10 08:13:28 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WKTRasterTutorial01
v23 v24 92 92 }}} 93 93 94 The -r option indicate the series of raster we want to load in the database. 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). 95 95 96 96 The -t option specify the table in which we want to load them.