[GRASS-dev] what reference for i.segment ?

Martin Landa landa.martin at gmail.com
Tue Mar 12 12:10:31 PDT 2013


Hi,

2013/3/12 Markus Neteler <neteler at osgeo.org>:
> Some new (so, for GRASS 7)
> module->authors
> module->year
> module->title

good idea, could be data structure

struct citation {
char * authors;
char *year;
char *title;
}

module->citation.authors;

...

Some extra work needed. Martin

-- 
Martin Landa <landa.martin gmail.com> * http://geo.fsv.cvut.cz/~landa


More information about the grass-dev mailing list