<div dir="ltr">Back in 9.1, you could send proj the CRS name of "CRS84" and get a result:<div><br></div><div>.\projinfo.exe<br>Rel. 9.1.1, December 1st, 2022<br></div><div><br></div><div>.\projinfo.exe crs84<br>PROJ.4 string:<br>+proj=longlat +datum=WGS84 +no_defs +type=crs<br><br>WKT2:2019 string:<br>GEOGCRS["WGS 84 (CRS84)",<br>    ENSEMBLE["World Geodetic System 1984 ensemble",<br>        MEMBER["World Geodetic System 1984 (Transit)"],<br>        MEMBER["World Geodetic System 1984 (G730)"],<br>        MEMBER["World Geodetic System 1984 (G873)"],</div><div>...<br clear="all"><div><br></div><div>But in 9.2 and 9.3, it's unrecognized:</div><div>.\projinfo.exe<br>Rel. 9.2.1, June 1st, 2023<br></div><div><br></div><div>.\projinfo.exe crs84<br>input string: parsing of user string failed: unrecognized format / unknown name<br></div><div><br></div><div>This one does work:</div><div>.\projinfo.exe ogc:CRS84<br>PROJ.4 string:<br>+proj=longlat +datum=WGS84 +no_defs +type=crs<br><br>WKT2:2019 string:<br>GEOGCRS["WGS 84 (CRS84)",<br>    ENSEMBLE["World Geodetic System 1984 ensemble",...<br></div><div><br></div><div>Was this caused by this item in the release notes perhaps?<br><a href="https://github.com/OSGeo/PROJ/pull/3487">https://github.com/OSGeo/PROJ/pull/3487</a></div><div><br></div><div>I'm fine personally if this is intentional since "crs84" is kinda vague on its own. I have a test that assumes this would work and need to adjust the expectations.</div><div><br></div><span class="gmail_signature_prefix">-- </span><br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>Peter Townsend<br></div>Senior Software Developer<br></div></div></div></div>