id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,cpu,platform 2866,"Let r.import specify ""title""",pmav99,grass-dev@…,"I think that it would be nice if `r.import` was able to specify the raster's ""title"". This is supported by `r.in.gdal` and AFAIK it shouldn't be too hard to implement. {{{ #!python #%option #% key: title #% key_desc: phrase #% type: string #% required: no #% description: Title for resultant raster map #% guisection: Metadata #%end }}} {{{#!python def main(): # [snip] title = options[""title""] # [snip] parameters = dict(input=GDALdatasource, output=output, memory=memory, flags='c', title=title, location=TMPLOC, quiet=True) # [snip] }}}",enhancement,closed,normal,7.2.0,Raster,7.0.2,fixed,r.import,,Unspecified,Unspecified