<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <blockquote type="cite">
      <div class="msgHead" style="color: rgb(0, 0, 0); font-family:
        helvetica, arial, sans-serif; font-size: 14px; font-style:
        normal; font-variant-ligatures: normal; font-variant-caps:
        normal; font-weight: 400; letter-spacing: normal; orphans: 2;
        text-align: start; text-indent: 0px; text-transform: none;
        white-space: normal; widows: 2; word-spacing: 0px;
        -webkit-text-stroke-width: 0px; background-color: rgb(255, 255,
        255); text-decoration-thickness: initial; text-decoration-style:
        initial; text-decoration-color: initial;">
        <p class="darkgray font13" style="font-size: 13px; color:
          rgb(102, 102, 102);"><span class="sender pipe"
            style="margin-right: 0.5em; border-right: 1px solid rgb(221,
            221, 221); padding-right: 0.8em;"><a
href="https://www.mail-archive.com/search?l=qgis-user@lists.osgeo.org&q=from:%22Azzurra+Lentini%22"
              rel="nofollow" style="color: rgb(102, 102, 102);
              text-decoration: none;"><span itemprop="author"
                itemscope="" itemtype="http://schema.org/Person"><span
                  itemprop="name">Azzurra Lentini</span></span></a></span><span> </span><span
            class="date"><a
href="https://www.mail-archive.com/search?l=qgis-user@lists.osgeo.org&q=date:20211214"
              rel="nofollow" style="color: rgb(102, 102, 102);
              text-decoration: none;">Tue, 14 Dec 2021 09:49:03 -0800</a></span></p>
      </div>
      <div itemprop="articleBody" class="msgBody" style="color: rgb(0,
        0, 0); font-family: helvetica, arial, sans-serif; font-size:
        14px; font-style: normal; font-variant-ligatures: normal;
        font-variant-caps: normal; font-weight: 400; letter-spacing:
        normal; orphans: 2; text-align: start; text-indent: 0px;
        text-transform: none; white-space: normal; widows: 2;
        word-spacing: 0px; -webkit-text-stroke-width: 0px;
        background-color: rgb(255, 255, 255); text-decoration-thickness:
        initial; text-decoration-style: initial; text-decoration-color:
        initial;">
        <pre style="font-family: courier, "courier new", monospace; font-size: 1em; white-space: pre-wrap; overflow-wrap: break-word; margin: 0px;">Hi to all, a student of mine has having this issues during a raster
processing operation (translate). She is using a Qgis 3.16 in mac and she
does not have problems with other raster file operations like slope, shade
etc, but when she wants to transform a raster file  data type floats to
raster file pixel data type Integer, using the command translate, she gets
this error message: do you know what is? I am sure she does not have any
symbols or empty spaces in the paths of her files.</pre>
      </div>
    </blockquote>
    <br>
    Hi Azzurra,<br>
    the only algorithm for raster layers available in the processing
    toolbox whose name contains the word "translate" is the GDAL raster
    conversion algorithm "Translate (convert format)".<br>
    <br>
    Instead, the error reported in the log (is only one error repeated
    several times) is about a GRASS algorithm, not a GDAL algorithm.<br>
    <br>
    Anyway, if the algorithm used is a GRASS algorithm and the output
    layer CRS is EPSG:3857 "WGS 84 / Pseudo-Mercator", then this issue
    has been already reported for macOS and fixed in QGIS 3.22 but not
    fixed in QGIS 3.16.<br>
    See <a class="moz-txt-link-freetext" href="https://github.com/qgis/QGIS/issues/41870">https://github.com/qgis/QGIS/issues/41870</a> and
    <a class="moz-txt-link-freetext" href="https://github.com/qgis/QGIS/pull/45399">https://github.com/qgis/QGIS/pull/45399</a><br>
    <br>
    Best regards.<br>
    <br>
    Andrea Giudiceandrea<br>
  </body>
</html>