<div dir="ltr"><div>If what you need is really EPSG:3857, yes, use it.</div><div><br></div><div>However I have seen strange parameters on your projection. The radius of the sphere is the "average" 3671 km, and you set a false easting and northing of just 4.4 km. Is that trying to correct the radius of the sphere? I do not know why you need that.</div><div><br></div><div>Bas, are they really equivalent?<br></div><div><br></div><div>In proj you can convert to WKT1 (see that I added +type=crs):</div><div><br></div><div><span style="font-family:monospace">projinfo "+proj=merc +a=6371001 +b=6371001 +lat_ts=0.0 +lon_0=0.0 +x_0=-4448 +y_0=-4448 +k=1.0 +units=m +over +nadgrids=@null +no_defs  +type=crs" -o wkt1_gdal</span></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, 13 Apr 2024 at 06:17, Sebastiaan Couwenberg via gdal-dev <<a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 4/12/24 11:24 PM, Stephen Woodbridge via gdal-dev wrote:<br>
> and was able to access it in gdal, mapserver, postgis, etc with <br>
> "EPSG:900914"<br>
<br>
I used to do that too, but switched to EPSG:3857 its non-deprecated <br>
equivalent. I would recommend that instead of trying to keep using a <br>
non-standard projection.<br>
<br>
Kind Regards,<br>
<br>
Bas<br>
<br>
-- <br>
  GPG Key ID: 4096R/6750F10AE88D4AF1<br>
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1<br>
<br>
_______________________________________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org" target="_blank">gdal-dev@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/gdal-dev" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br>
</blockquote></div>