On Tue, 18 Dec 2018 at 05:37, Nicolas Cadieux <[email protected]> wrote: > > Hi, > > Does anybody know if we can use tif rasters with Saga Command-line (saga_cmd > statistics_grid 5 [-ZONES <str>] [-CATLIST <str>] [-STATLIST <str>] [-ASPECT > <str>] [-OUTTAB <str>] [-SHORTNAMES <str>]) on windows X-64? > > Must we first translate the tif files to a Saga .sgrd before hand or can we > load the tif strait to memory?
You have to use io_gdal to convert from tif -> sgrd. (Or use processing's SAGA wrappers, which will automatically do this step for you). Nyall > > Thanks, > > Nicolas > > > _______________________________________________ > Qgis-user mailing list > [email protected] > List info: https://lists.osgeo.org/mailman/listinfo/qgis-user > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user _______________________________________________ Qgis-user mailing list [email protected] List info: https://lists.osgeo.org/mailman/listinfo/qgis-user Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
