<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body style="overflow-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;">Hi,<div><br></div><div>Sorry for taking the time to get back to you.</div><div><br></div><div><div>We tested and it doesn't work. We still have the offset on the coordinates.</div><div><br></div><div>I think the problem is with this file:</div><div><br></div><div>https://github.com/OSGeo/proj-datumgrid/blob/master/ntf_r93.gsb</div><div><br></div><div>in the project folder, the file that we have is probably not the best one.</div><div><br></div><div>To install the file again, is there a projection package?</div><div><br></div><div>Before we had a projection package with this file: dnf install *proj*, does this still exist?</div></div><div><br></div><div>Thank you for your help.</div><div><br></div><div>Best,</div><div>Rhea</div><div><div><br><blockquote type="cite"><div>On 5 Sep 2023, at 12:51 PM, Even Rouault <even.rouault@spatialys.com> wrote:</div><br class="Apple-interchange-newline"><div>
  
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  
  <div><p>Hi,</p><p>The WKT1 string for your IGNF:LAMB1 contains latitude_of_origin =
      49.5. But this is wrong. This is the value in degree, but it
      should be expressed in grads as the GEOGCS unit is grad (cf
      <a class="moz-txt-link-freetext" href="https://gdal.org/tutorials/wktproblems.html#units-of-parameters">https://gdal.org/tutorials/wktproblems.html#units-of-parameters</a>),
      so 55 grad<br>
    </p><p>The correct WKT definition to use is:<br>
    </p><p>PROJCS["NTF Lambert I",<br>
          GEOGCS["NTF geographiques Paris (gr)",<br>
              DATUM["Nouvelle_Triangulation_Francaise_Paris",<br>
                  SPHEROID["Clarke 1880
      (IGN)",6378249.2,293.466021293627,<br>
                      AUTHORITY["EPSG","7011"]],<br>
                  AUTHORITY["EPSG","6807"]],<br>
              PRIMEM["Paris",2.33722917,<br>
                  AUTHORITY["EPSG","8903"]],<br>
              UNIT["grad",0.0157079632679489,<br>
                  AUTHORITY["EPSG","9105"]],<br>
              AUTHORITY["IGNF","NTFPGRAD"]],<br>
          PROJECTION["Lambert_Conformal_Conic_1SP"],<br>
          PARAMETER["latitude_of_origin",55],<br>
          PARAMETER["central_meridian",0],<br>
          PARAMETER["scale_factor",0.99987734],<br>
          PARAMETER["false_easting",600000],<br>
          PARAMETER["false_northing",200000],<br>
          UNIT["metre",1,<br>
              AUTHORITY["EPSG","9001"]],<br>
          AXIS["Easting",EAST],<br>
          AXIS["Northing",NORTH],<br>
          AUTHORITY["IGNF","LAMB1"]]</p><p>With recent PROJ, I get the correct value when using the proj.4
      string or the corrected WKT1 definition (got from "projinfo
      IGNF:LAMB1 -o WKT1:GDAL")<br>
    </p><p>$ echo 398845.80866241 6822815.8927889 | PROJ_DATA=data
      PROJ_NETWORK=ON bin/cs2cs EPSG:2154 +to +proj=lcc
      +nadgrids=ntf_r93.gsb,null +a=6378249.2000 +rf=293.4660210000000
      +pm=2.337229167 +lat_0=49.500000000 +lon_0=0.000000000
      +k_0=0.99987734 +lat_1=49.500000000 +x_0=600000.000
      +y_0=200000.000 +units=m +no_defs<br>
      347762.11    87364.03 0.00<br>
    </p><p>$ echo 398845.80866241 6822815.8927889 | PROJ_DATA=data
      PROJ_NETWORK=ON bin/cs2cs EPSG:2154 'PROJCS["NTF Lambert
      I",GEOGCS["NTF geographiques Paris
      (gr)",DATUM["Nouvelle_Triangulation_Francaise_Paris",SPHEROID["Clarke
      1880
(IGN)",6378249.2,293.466021293627,AUTHORITY["EPSG","7011"]],AUTHORITY["EPSG","6807"]],PRIMEM["Paris",2.33722917,AUTHORITY["EPSG","8903"]],UNIT["grad",0.0157079632679489,AUTHORITY["EPSG","9105"]],AUTHORITY["IGNF","NTFPGRAD"]],PROJECTION["Lambert_Conformal_Conic_1SP"],PARAMETER["latitude_of_origin",55],PARAMETER["central_meridian",0],PARAMETER["scale_factor",0.99987734],PARAMETER["false_easting",600000],PARAMETER["false_northing",200000],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Easting",EAST],AXIS["Northing",NORTH],AUTHORITY["IGNF","LAMB1"]]'<br>
      347762.11    87364.03 0.00<br>
    </p><p>Even<br>
    </p>
    <div class="moz-cite-prefix">Le 05/09/2023 à 12:19, Rhea a écrit :<br>
    </div>
    <blockquote type="cite" cite="mid:EC057FE6-F301-43D8-AAE2-83873B029DB8@gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <font face="-apple-system, system-ui, Segoe UI Adjusted, Segoe UI,
        Liberation Sans, sans-serif"><span style="caret-color: rgb(35, 38, 41); background-color:
          rgba(255, 255, 255, 0); font-size: 14px;">hello,</span></font>
      <div><font face="-apple-system, system-ui, Segoe UI Adjusted,
          Segoe UI, Liberation Sans, sans-serif"><span style="caret-color: rgb(35, 38, 41); background-color:
            rgba(255, 255, 255, 0); font-size: 14px;"><br>
          </span></font></div>
      <div><font face="-apple-system, system-ui, Segoe UI Adjusted,
          Segoe UI, Liberation Sans, sans-serif"><span style="caret-color: rgb(35, 38, 41); background-color:
            rgba(255, 255, 255, 0); font-size: 14px;">I am using this
            definition for my projection on both postgis 2 and postgis 3
            so i can use it in my st_transform() function:</span></font></div>
      <div><font face="-apple-system, system-ui, Segoe UI Adjusted,
          Segoe UI, Liberation Sans, sans-serif"><span style="caret-color: rgb(35, 38, 41); background-color:
            rgba(255, 255, 255, 0); font-size: 14px;"><br>
          </span></font></div>
      <div>
        <pre class="lang-sql s-code-block" style="margin-top: 0px; margin-bottom: calc(1.5em); padding: var(--su12); border: 0px; font-variant-ligatures: normal; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-variant-alternates: inherit; font-stretch: inherit; line-height: var(--lh-md); font-family: var(--ff-mono); font-optical-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; vertical-align: baseline; box-sizing: inherit; width: auto; max-height: 600px; overflow: auto; border-radius: var(--br-md); overflow-wrap: normal; orphans: 2; widows: 2; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><div style="white-space: normal; margin: 0px; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue"; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;"><span style="background-color: rgba(255, 255, 255, 0); font-size: 14px;"><font>INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 932001, 'IGNF' , 320002101 , '+proj=lcc +nadgrids=ntf_r93.gsb,null +a=6378249.2000 +rf=293.4660210000000 +pm=2.337229167 +lat_0=49.500000000 +lon_0=0.000000000 +k_0=0.99987734 +lat_1=49.500000000 +x_0=600000.000 +y_0=200000.000 +units=m +no_defs' , 'PROJCS["Lambert I",GEOGCS["Nouvelle Triangulation Française Paris grades",DATUM["NTF",SPHEROID["Clarke 1880 IGN",6378249.2000,293.4660210000000,AUTHORITY["IGNF","ELG010"]],TOWGS84[-168.0000,-60.0000,320.0000,0,0,0,0],AUTHORITY["IGNF","REG002"]],PRIMEM["Paris",2.337229167,AUTHORITY["IGNF","LGO02"]],UNIT["grad",0.01570796326794897],AXIS["Longitude",EAST],AXIS["Latitude",NORTH],AUTHORITY["IGNF","NTFP"]],PROJECTION["Lambert_Conformal_Conic_1SP",AUTHORITY["IGNF","PRC0101"]],PARAMETER["semi_major",6378249.2000],PARAMETER["semi_minor",6356515.0000],PARAMETER["latitude_of_origin",49.500000000],PARAMETER["central_meridian",0.000000000],PARAMETER["scale_factor",0.99987734],PARAMETER["false_easting",600000.000],PARAMETER["false_northing",200000.000],UNIT["metre",1],AXIS["Easting",EAST],AXIS["Northing",NORTH],AUTHORITY["IGNF","LAMB1"]]’);</font></span></div></pre>
        <pre class="lang-sql s-code-block" style="margin-top: 0px; margin-bottom: calc(1.5em); padding: var(--su12); border: 0px; font-variant-ligatures: normal; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-variant-alternates: inherit; font-stretch: inherit; line-height: var(--lh-md); font-family: var(--ff-mono); font-optical-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; vertical-align: baseline; box-sizing: inherit; width: auto; max-height: 600px; overflow: auto; border-radius: var(--br-md); overflow-wrap: normal; orphans: 2; widows: 2; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><span style="font-family: -apple-system, system-ui, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif; white-space: normal; font-style: inherit; font-variant-caps: inherit; background-color: rgba(255, 255, 255, 0); font-size: 14px;"><font>This projection 932001 corresponds to Lambert Zone 1 corrected with the IGN grid.</font></span></pre>
        <pre class="lang-sql s-code-block" style="margin-top: 0px; margin-bottom: calc(1.5em); padding: var(--su12); border: 0px; font-variant-ligatures: normal; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-variant-alternates: inherit; font-stretch: inherit; line-height: var(--lh-md); font-family: var(--ff-mono); font-optical-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; vertical-align: baseline; box-sizing: inherit; width: auto; max-height: 600px; overflow: auto; border-radius: var(--br-md); overflow-wrap: normal; orphans: 2; widows: 2; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><code class="hljs language-sql" style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant-ligatures: inherit; font-variant-caps: inherit; font-variant-alternates: inherit; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-variant-position: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; vertical-align: baseline; box-sizing: inherit; white-space: inherit;"><font style="background-color: rgba(255, 255, 255, 0); font-size: 14px;"><p style="white-space: normal; margin: 0px 0px 1.1em; padding: 0px; border: 0px; font-variant-ligatures: normal; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-variant-alternates: inherit; font-stretch: inherit; line-height: inherit; font-family: -apple-system, system-ui, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif; font-optical-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; vertical-align: baseline; box-sizing: inherit; clear: both; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;">This is the function where im using this projection :</p><pre class="lang-sql s-code-block" style="caret-color: rgb(255, 255, 255); margin-top: 0px; margin-bottom: calc(1.5em); padding: var(--su12); border: 0px; font-variant-ligatures: normal; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-variant-alternates: inherit; font-stretch: inherit; line-height: var(--lh-md); font-family: var(--ff-mono); font-optical-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; vertical-align: baseline; box-sizing: inherit; width: auto; max-height: 600px; overflow: auto; border-radius: var(--br-md); overflow-wrap: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><code class="hljs language-sql" style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant-ligatures: inherit; font-variant-caps: inherit; font-variant-alternates: inherit; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-variant-position: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; vertical-align: baseline; box-sizing: inherit; white-space: inherit;"><span class="hljs-keyword" style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant-ligatures: inherit; font-variant-caps: inherit; font-variant-alternates: inherit; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-variant-position: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; vertical-align: baseline; box-sizing: inherit;">select</span> st_astext(st_transform(st_setsrid(st_point(<span class="hljs-number" style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant-ligatures: inherit; font-variant-caps: inherit; font-variant-alternates: inherit; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-variant-position: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; vertical-align: baseline; box-sizing: inherit;">398845.80866241</span>, <span class="hljs-number" style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant-ligatures: inherit; font-variant-caps: inherit; font-variant-alternates: inherit; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-variant-position: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; vertical-align: baseline; box-sizing: inherit;">6822815.8927889</span>), <span class="hljs-number" style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant-ligatures: inherit; font-variant-caps: inherit; font-variant-alternates: inherit; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-variant-position: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; vertical-align: baseline; box-sizing: inherit;">2154</span>), <span class="hljs-number" style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant-ligatures: inherit; font-variant-caps: inherit; font-variant-alternates: inherit; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-variant-position: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; vertical-align: baseline; box-sizing: inherit;">932001</span>))</code></pre><p style="white-space: normal; margin: 0px 0px 1.1em; padding: 0px; border: 0px; font-variant-ligatures: normal; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-variant-alternates: inherit; font-stretch: inherit; line-height: inherit; font-family: -apple-system, system-ui, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif; font-optical-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; vertical-align: baseline; box-sizing: inherit; clear: both; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;">On our PostgreSQL 10 / PostGIS 2.x machine, i am getting this: </p><pre class="lang-sql s-code-block" style="margin-top: 0px; margin-bottom: calc(1.5em); padding: var(--su12); border: 0px; font-variant-ligatures: normal; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-variant-alternates: inherit; font-stretch: inherit; line-height: var(--lh-md); font-family: var(--ff-mono); font-optical-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; vertical-align: baseline; box-sizing: inherit; width: auto; max-height: 600px; overflow: auto; border-radius: var(--br-md); overflow-wrap: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><code class="hljs language-sql" style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant-ligatures: inherit; font-variant-caps: inherit; font-variant-alternates: inherit; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-variant-position: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; vertical-align: baseline; box-sizing: inherit; white-space: inherit;">POINT(<span class="hljs-number" style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant-ligatures: inherit; font-variant-caps: inherit; font-variant-alternates: inherit; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-variant-position: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; vertical-align: baseline; box-sizing: inherit;">347762.11171084</span> <span class="hljs-number" style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant-ligatures: inherit; font-variant-caps: inherit; font-variant-alternates: inherit; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-variant-position: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; vertical-align: baseline; box-sizing: inherit;">87364.0318659853</span>)
</code></pre><p style="white-space: normal; margin: 0px 0px 1.1em; padding: 0px; border: 0px; font-variant-ligatures: normal; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-variant-alternates: inherit; font-stretch: inherit; line-height: inherit; font-family: -apple-system, system-ui, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif; font-optical-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; vertical-align: baseline; box-sizing: inherit; clear: both; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;">While in PostgresQL 13 / PostGIS 3.x, i am getting this (result which is incorrect):</p><pre class="lang-sql s-code-block" style="margin-top: 0px; margin-bottom: calc(1.5em); padding: var(--su12); border: 0px; font-variant-ligatures: normal; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-variant-alternates: inherit; font-stretch: inherit; line-height: var(--lh-md); font-family: var(--ff-mono); font-optical-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; vertical-align: baseline; box-sizing: inherit; width: auto; max-height: 600px; overflow: auto; border-radius: var(--br-md); overflow-wrap: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><code class="hljs language-sql" style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant-ligatures: inherit; font-variant-caps: inherit; font-variant-alternates: inherit; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-variant-position: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; vertical-align: baseline; box-sizing: inherit; white-space: inherit;">POINT(<span class="hljs-number" style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant-ligatures: inherit; font-variant-caps: inherit; font-variant-alternates: inherit; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-variant-position: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; vertical-align: baseline; box-sizing: inherit;">347200.5307476731</span> <span class="hljs-number" style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant-ligatures: inherit; font-variant-caps: inherit; font-variant-alternates: inherit; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-variant-position: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; vertical-align: baseline; box-sizing: inherit;">637506.2948565462</span>)</code></pre><pre class="lang-sql s-code-block" style="margin-top: 0px; margin-bottom: calc(1.5em); padding: var(--su12); border: 0px; font-variant-ligatures: normal; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-variant-alternates: inherit; font-stretch: inherit; line-height: var(--lh-md); font-family: var(--ff-mono); font-optical-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; vertical-align: baseline; box-sizing: inherit; width: auto; max-height: 600px; overflow: auto; border-radius: var(--br-md); overflow-wrap: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><code class="hljs language-sql" style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant-ligatures: inherit; font-variant-caps: inherit; font-variant-alternates: inherit; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-variant-position: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; vertical-align: baseline; box-sizing: inherit; white-space: inherit;"><div style="white-space: normal; margin: 0px; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue"; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;">Result of the query select postgis_full_version(); on our 2 environments:</div><p style="white-space: normal; margin: 0px; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue"; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;">
</p><div style="white-space: normal; margin: 0px; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue"; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;">PostgreSQL 10 : POSTGIS="2.4.7 r17330" PGSQL="100" GEOS="3.7.1-CAPI-1.11.1 27a5e771" PROJ="Rel. 4.9.3, 15 August 2016" GDAL="GDAL 2.3.2, released 2018/09/21" LIBXML="2.9.1" LIBJSON="0.11" RASTER</div><p style="white-space: normal; margin: 0px; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue"; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; min-height: 15px;">
<br class="webkit-block-placeholder"></p><p style="white-space: normal; margin: 0px; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue"; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; min-height: 15px;">
<br class="webkit-block-placeholder"></p><div style="white-space: normal; margin: 0px; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue"; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;">PostgresSQL 13 : POSTGIS="3.1.8 c5ebc1f" [EXTENSION] PGSQL="130" GEOS="3.10.3-CAPI-1.16.1" PROJ="8.2.1" LIBXML="2.9.7" LIBJSON="0.13.1" LIBPROTOBUF="1.3.0" WAGYU="0.5.0 (Internal)” TOPOLOGY</div></code></pre><pre class="lang-sql s-code-block" style="margin-top: 0px; margin-bottom: calc(1.5em); padding: var(--su12); border: 0px; font-variant-ligatures: normal; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-variant-alternates: inherit; font-stretch: inherit; line-height: var(--lh-md); font-family: var(--ff-mono); font-optical-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; vertical-align: baseline; box-sizing: inherit; width: auto; max-height: 600px; overflow: auto; border-radius: var(--br-md); overflow-wrap: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><code class="hljs language-sql" style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant-ligatures: inherit; font-variant-caps: inherit; font-variant-alternates: inherit; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-variant-position: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; vertical-align: baseline; box-sizing: inherit; white-space: inherit;">I tried using </code><span style="font-family: -apple-system, system-ui, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif; white-space: normal; font-style: inherit; font-variant-caps: inherit;">fr_ign_ntf_r93.tif instead of the </span><span style="font-family: "Helvetica Neue"; white-space: normal; font-style: inherit; font-variant-caps: inherit;">ntf_r93.gsb but it didnt work, i got the same results.</span></pre><pre class="lang-sql s-code-block" style="margin-top: 0px; margin-bottom: calc(1.5em); padding: var(--su12); border: 0px; font-variant-ligatures: normal; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-variant-alternates: inherit; font-stretch: inherit; line-height: var(--lh-md); font-family: var(--ff-mono); font-optical-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; vertical-align: baseline; box-sizing: inherit; width: auto; max-height: 600px; overflow: auto; border-radius: var(--br-md); overflow-wrap: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><span style="font-family: "Helvetica Neue"; white-space: normal; font-style: inherit; font-variant-caps: inherit;">I tried verifying that the </span><span style="font-family: "Helvetica Neue"; white-space: normal; font-style: inherit; font-variant-caps: inherit;">ntf_r93.gsb or the </span><code class="hljs language-sql" style="font-style: inherit; font-variant-caps: inherit; white-space: inherit; margin: 0px; padding: 0px; border: 0px; font-variant-ligatures: inherit; font-variant-alternates: inherit; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-variant-position: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; vertical-align: baseline; box-sizing: inherit;"> </code><span style="font-style: inherit; font-variant-caps: inherit; font-family: -apple-system, system-ui, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif; white-space: normal;">fr_ign_ntf_r93.tif are located in usr/share/proj/ directory and they do but yet im getting the same results.</span></pre><pre class="lang-sql s-code-block" style="margin-top: 0px; margin-bottom: calc(1.5em); padding: var(--su12); border: 0px; font-variant-ligatures: normal; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-variant-alternates: inherit; font-stretch: inherit; line-height: var(--lh-md); font-family: var(--ff-mono); font-optical-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; vertical-align: baseline; box-sizing: inherit; width: auto; max-height: 600px; overflow: auto; border-radius: var(--br-md); overflow-wrap: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><span style="font-style: inherit; font-variant-caps: inherit; font-family: -apple-system, system-ui, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif; white-space: normal;">can anyone help me please?</span></pre><pre class="lang-sql s-code-block" style="margin-top: 0px; margin-bottom: calc(1.5em); padding: var(--su12); border: 0px; font-variant-ligatures: normal; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-variant-alternates: inherit; font-stretch: inherit; line-height: var(--lh-md); font-family: var(--ff-mono); font-optical-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; vertical-align: baseline; box-sizing: inherit; width: auto; max-height: 600px; overflow: auto; border-radius: var(--br-md); overflow-wrap: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><span style="font-style: inherit; font-variant-caps: inherit; font-family: -apple-system, system-ui, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif; white-space: normal;">Thank you so much !</span></pre></font><font><pre class="lang-sql s-code-block" style="margin-top: 0px; margin-bottom: calc(1.5em); padding: var(--su12); border: 0px; font-variant-ligatures: normal; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-variant-alternates: inherit; font-stretch: inherit; line-height: var(--lh-md); font-family: var(--ff-mono); font-optical-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; vertical-align: baseline; box-sizing: inherit; width: auto; max-height: 600px; overflow: auto; border-radius: var(--br-md); overflow-wrap: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><code class="hljs language-sql" style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant-ligatures: inherit; font-variant-caps: inherit; font-variant-alternates: inherit; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-variant-position: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; vertical-align: baseline; box-sizing: inherit; white-space: inherit; background-color: rgba(255, 255, 255, 0); font-size: 14px;">
</code></pre><div style="white-space: normal; margin: 0px 0px 1.1em; padding: 0px; border: 0px; font-variant-ligatures: normal; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-variant-alternates: inherit; font-stretch: inherit; line-height: inherit; font-family: -apple-system, system-ui, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif; font-optical-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-size: 15px; vertical-align: baseline; box-sizing: inherit; clear: both; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;">
<br class="webkit-block-placeholder"></div></font></code></pre>
      </div>
      <br>
      <fieldset class="moz-mime-attachment-header"></fieldset>
      <pre class="moz-quote-pre" wrap="">_______________________________________________
PROJ mailing list
<a class="moz-txt-link-abbreviated" href="mailto:PROJ@lists.osgeo.org">PROJ@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="https://lists.osgeo.org/mailman/listinfo/proj">https://lists.osgeo.org/mailman/listinfo/proj</a>
</pre>
    </blockquote>
    <pre class="moz-signature" cols="72">-- 
<a class="moz-txt-link-freetext" href="http://www.spatialys.com/">http://www.spatialys.com</a>
My software is free, but my time generally not.</pre>
  </div>

</div></blockquote></div><br></div></body></html>