Changes between Version 24 and Version 25 of WKTRasterTutorial01


Ignore:
Timestamp:
Jun 11, 2010, 8:15:34 AM (14 years ago)
Author:
pracine
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WKTRasterTutorial01

    v24 v25  
    9292}}}
    9393
    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).
     94The -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).
    9595
    9696The -t option specify the table in which we want to load them.