<div dir="ltr"><div>Hi</div><div><br></div><div>I am a bit confused with "--identify" option in projinfo. I looked at the documentation of the method "identify" of CRS classes in C++ trying to understand.<br></div><div><br></div><div>Running</div><div><span style="font-family:monospace">projinfo "$(projinfo ESRI:102654 -o WKT1:GDAL -q)" --identify -o WKT1:GDAL</span></div><div>Produces <br></div><div><span style="font-family:monospace">PROJCS["NAD_1983_StatePlane_Colorado_Central_FIPS_0502_Feet (deprecated)",<br>....</span></div><div><span style="font-family:monospace">Identification match count: 1<br>ESRI:102654: 100 %</span></div><div><br></div><div>so far so good.</div><div><br></div><div>Running (I just changed the wkt1 dialect in the inner call)<br></div><div><span style="font-family:monospace">projinfo "$(projinfo ESRI:102654 -o WKT1:ESRI -q)" --identify -o WKT1:GDAL</span></div><div>Produces</div><div><span style="font-family:monospace">PROJCS["NAD83 / Colorado Central (ftUS)",</span></div><div><span style="font-family:monospace">....</span></div><div><span style="font-family:monospace">Identification match count: 1<br>EPSG:2232: 100 %</span></div><div><br></div><div>Looking at the C++ documentation I think that a confidence of 100% means that the names are the same (I do not really know which names it refers to. Only the CRS name? geographic crs? datum? units? anything else? all?) But in this case the input is "<span style="font-family:monospace">NAD_1983_StatePlane_Colorado_Central_FIPS_0502_Feet</span>" while the output is "<span style="font-family:monospace">NAD83 / Colorado Central (ftUS)</span>".</div><div>I know that both systems are equivalent (that is why ESRI:102654 is deprecated), but I would not expect the 100% confidence having different CRS names.<br></div><div><br></div><div>If I use this WKT string (the ESRI one, but adding the authority at the end -I found it somewhere-)<br></div><div><br></div><div><span style="font-family:monospace">PROJCS["NAD_1983_StatePlane_Colorado_Central_FIPS_0502_Feet",</span></div><div><span style="font-family:monospace">  GEOGCS["GCS_North_American_1983",</span></div><div><span style="font-family:monospace">    DATUM["D_North_American_1983",</span></div><div><span style="font-family:monospace">      SPHEROID["GRS_1980",6378137.0,298.257222101]],</span></div><div><span style="font-family:monospace">    PRIMEM["Greenwich",0.0],</span></div><div><span style="font-family:monospace">    UNIT["Degree",0.0174532925199433]],</span></div><div><span style="font-family:monospace">  PROJECTION["Lambert_Conformal_Conic"],</span></div><div><span style="font-family:monospace">  PARAMETER["False_Easting",3000000.00031608],</span></div><div><span style="font-family:monospace">  PARAMETER["False_Northing",999999.999996],</span></div><div><span style="font-family:monospace">  PARAMETER["Central_Meridian",-105.5],</span></div><div><span style="font-family:monospace">  PARAMETER["Standard_Parallel_1",38.45],</span></div><div><span style="font-family:monospace">  PARAMETER["Standard_Parallel_2",39.75],</span></div><div><span style="font-family:monospace">  PARAMETER["Latitude_Of_Origin",37.8333333333333],</span></div><div><span style="font-family:monospace">  UNIT["US survey foot",0.304800609601219],</span></div><div><span style="font-family:monospace">  AUTHORITY["ESRI","102654"]]</span></div><div><span style="font-family:monospace"><br></span></div><div>Produces</div><div><span style="font-family:monospace">PROJCS["NAD83 / Colorado Central (ftUS)",</span></div><div><span style="font-family:monospace">...</span></div><div><span style="font-family:monospace">Identification match count: 1<br>ESRI:102654: 100 %</span></div><div><br></div><div>It is also changing the name to the one in EPSG, returning the ESRI code, and with a confidence of 100%</div><div><br></div><div>Is all that intended? Maybe I misunderstood the meaning of the confidence percentage.<br></div><div><br></div><div>Thanks.<br></div>.___ ._ ..._ .. . ._.  .___ .. __ . _. . __..  ... .... ._ .__<br><div><div><div dir="ltr" data-smartmail="gmail_signature">Entre dos pensamientos racionales <br>hay infinitos pensamientos irracionales.<br><br></div></div></div></div>