<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Sep 9, 2021 at 4:46 AM Maris Nartiss <<a href="mailto:maris.gis@gmail.com">maris.gis@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello Anna, Veronica.<br>
<br>
2021-09-08 23:09 GMT+03:00, Veronica Andreo <<a href="mailto:veroandreo@gmail.com" target="_blank">veroandreo@gmail.com</a>>:<br>
<br>
> Indeed, we have a problem if all examples using Landsat will stop working<br>
> in grass 8, so if this is the case, then we might need a new version of the<br>
> sample data which by the way might also include the MODIS LST mapset (~10<br>
> Mb) to do some time series stuff.<br>
<br>
A new version of sample dataset would be good. Still existing version<br>
also works OK as long as you do an extra step of assigning band<br>
references at the first time. You'll find usage examples in manual<br>
pages of i.cluster with following in i.maxlik; and a full example in<br>
i.smap.<br></blockquote><div><br></div><div>In the documentation, we moved from (5 calls):<br></div><div><br></div><div>```<br></div><div>g.region raster=lsat7_2002_10<br>i.group group=lsat7_2002 subgroup=res_30m input=...<br>v.to.rast input=training output=training use=cat label_column=label<br>i.gensigset trainingmap=training group=lsat7_2002 subgroup=...<br>i.smap group=lsat7_2002 subgroup=res_30m signaturefile=...</div>```</div><div class="gmail_quote"><br></div><div class="gmail_quote">to (16 calls):<br></div><div class="gmail_quote"><br></div><div class="gmail_quote">```<br></div><div class="gmail_quote">g.mapset mapset=PERMANENT<br><div>r.support map=lsat7_2002_10 bandref=TM7_1<br>r.support map=lsat7_2002_20 bandref=TM7_2<br>r.support map=lsat7_2002_30 bandref=TM7_3<br>r.support map=lsat7_2002_40 bandref=TM7_4<br>r.support map=lsat7_2002_50 bandref=TM7_5<br>r.support map=lsat7_2002_61 bandref=TM7_61<br>r.support map=lsat7_2002_62 bandref=TM7_62<br>r.support map=lsat7_2002_70 bandref=TM7_7<br>r.support map=lsat7_2002_80 bandref=TM7_8<br>g.mapset mapset=user1<div>g.region raster=lsat7_2002_10<br>i.group group=lsat7_2002 subgroup=res_30m input=...<br>v.to.rast input=training output=training use=cat label_column=label<br>i.gensigset trainingmap=training group=lsat7_2002 subgroup=...<br>i.smap group=lsat7_2002 subgroup=res_30m signaturefile=...</div><div>```</div><div><br></div><div>This seems to be making GRASS more difficult to use instead of making it easier to use or at least keeping the status quo.<br></div><div><br></div><div>Changing the sample dataset sounds like hiding the issue rather than solving it. Having an ultra convenient sample dataset doesn't make the software easier to use.</div><div><br></div><div>Additionally, given that the band references seem highly experimental, I don't think they should be required for any workflow at least from the user point of view.</div><div><br></div></div></div></div>