<div dir="ltr">Hi,<div><br></div><div>Projections I use are all standard:<br><br> - EPSG:4326 for unprojected OpenStreetMap<br> - EPSG:3857 for tiles and quick 2D calculations<br> - EPSG:3395 for some legacy systems that can't go to 3857<br> - EPSG:4978 for 3D XYZ calculations like all-globe clustering<br><br><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Feb 4, 2022 at 8:05 PM Sandro Santilli <<a href="mailto:strk@kbt.io">strk@kbt.io</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">Following earlier may from Regina, I'm writing this as a user<br>
inquiry, to get help in shaping the future of PostGIS handling<br>
of custom CRSs.<br>
<br>
The question I have for you is: do you keep your custom CRSs<br>
in the spatial_ref_sys table ? If so:<br>
<br>
  - How many ?<br>
  - Do you also keep the entries installed by spatial_ref_sys.sql ?<br>
  - Do you ever update the table with entries from newer<br>
    spatial_ref_sys.sql ?<br>
<br>
Background:<br>
<br>
The EXTENSION based installs are known to NEVER<br>
automatically update the spatial_ref_sys table while the<br>
spatial_ref_sys.sql file installed on PostgreSQL contrib dir<br>
for each PostGIS version can currently be used to restore <br>
the "PostGIS-Standard" entries.<br>
<br>
I've been working on a change which would allow keeping<br>
user entries separated from system entries, with system<br>
entries being always upgraded on PostGIS upgrade (automatically<br>
when using EXTENSION based installs and manually when<br>
using SCRIPT based installs).<br>
<br>
Your experiences will be useful to decide whether or not<br>
to merge such change in for the next PostGIS version.<br>
<br>
--strk;<br>
_______________________________________________<br>
postgis-users mailing list<br>
<a href="mailto:postgis-users@lists.osgeo.org" target="_blank">postgis-users@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/postgis-users" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/postgis-users</a><br>
</blockquote></div>