<div dir="ltr"><div>Hi Kurt.</div><div><br></div><div>GDAL >=3 uses PROJ to deal with CRSs. And PROJ has embedded the EPSG database in its proj.db, that is packaged directly with PROJ.</div><div>So I guess that you cannot select the version of EPSG easily.</div><div><br></div><div>Fortunately PROJ is updating the version of EPSG quite often, so using the latest version of PROJ will include a recent version of EPSG. Maybe not always the last, but near. For instance, PROJ 9.2.0, recentely released, includes EPSG <span class="gmail-pl-s">10.082 <a href="https://github.com/OSGeo/PROJ/blob/9.2.0/data/sql/metadata.sql">https://github.com/OSGeo/PROJ/blob/9.2.0/data/sql/metadata.sql</a></span></div><div><span class="gmail-pl-s"><br></span></div><div><span class="gmail-pl-s">Using master today would include <span class="gmail-pl-s">10.084</span></span></div><div><span class="gmail-pl-s"><span class="gmail-pl-s"><br></span></span></div><div><span class="gmail-pl-s"><span class="gmail-pl-s">If you just want to be consistent, it is easy to produce all the WKTs from PROJ using pyproj (or even bash and projinfo). You can have a look at the project <a href="https://github.com/OSGeo/PROJ-CRS-Explorer/">https://github.com/OSGeo/PROJ-CRS-Explorer/</a></span></span></div><div><span class="gmail-pl-s"><span class="gmail-pl-s"><br></span></span></div><div><span class="gmail-pl-s"><span class="gmail-pl-s">Cheers,</span></span></div><div><span class="gmail-pl-s"><span class="gmail-pl-s">Javier.<br></span></span></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, 10 Mar 2023 at 12:37, Kurt Jakobsen <<a href="mailto:kurt.a.jakobsen@gmail.com">kurt.a.jakobsen@gmail.com</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"><div dir="ltr"><br clear="all"><div><span style="color:rgb(36,41,47);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";font-size:14px">Hi,</span><br style="box-sizing:border-box;color:rgb(36,41,47);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";font-size:14px"><span style="color:rgb(36,41,47);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";font-size:14px">I have downloaded the latest EPSG WKT dataset from the </span><a href="https://epsg.org/download-dataset.html" rel="nofollow" style="box-sizing:border-box;text-decoration-line:none;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";font-size:14px" target="_blank">https://epsg.org/download-dataset.html</a><span style="color:rgb(36,41,47);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";font-size:14px"> page.</span><br style="box-sizing:border-box;color:rgb(36,41,47);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";font-size:14px"><span style="color:rgb(36,41,47);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";font-size:14px">I'm using gdal from an Anaconda venv on win 11.</span><br style="box-sizing:border-box;color:rgb(36,41,47);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";font-size:14px"><span style="color:rgb(36,41,47);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";font-size:14px">How can I configure in my python scripts that the gdal package shall use the particular dataset version that I have downloaded?</span><br style="box-sizing:border-box;color:rgb(36,41,47);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";font-size:14px"><span style="color:rgb(36,41,47);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";font-size:14px">Kind regards</span><font color="#888888"><br style="box-sizing:border-box;color:rgb(36,41,47);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";font-size:14px"><span style="color:rgb(36,41,47);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";font-size:14px">Kurt</span></font><br></div><span>-- </span><br><div dir="ltr">Mvh / Best regards<br>Kurt Jakobsen</div></div>
_______________________________________________<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>