Show
Ignore:
Timestamp:
04/01/09 09:16:56 (3 years ago)
Author:
mloskot
Message:

[wktraster] Explain where are pixel type names stored in RASTER_COLUMNS from.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • spike/wktraster/scripts/gdal2wktraster.py

    r3951 r3957  
    228228 
    229229def collect_pixel_types(ds, band_from, band_to): 
    230     """Collect pixel types of bands in requested range""" 
     230    """Collect pixel types of bands in requested range. 
     231       Use names of pixel types in format as returned 
     232       by rt_core function rt_pixtype_name()""" 
    231233 
    232234    pt =[]