<div dir="ltr">I am not sure that you can say this is a PROJ problem - it looks like the versions of PostGIS and PDAL you have installed are using different versions of PROJ and that is clashing - but PROJ is Working As Intended in this case.<br><br>The solutions (in order of increasing simplicity) are probably :<div><br></div><div>1 - Manual work out the versions of all of the software you want to use so that there is no version clash,</div><div>2 - Do what I would do which is - use <a href="https://docs.conda.io/en/latest/miniconda.html">Conda as an environment manage</a>r and run PDAL and PostGre as separate Conda environments and that will avoid the version clash.<br><br>To be honest - you could also use 2) above and run them both in the same Conda environment and Conda will still ensure that the versions it installs do not clash.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, 7 Mar 2023 at 11:48, Raivo Rebane <<a href="mailto:raivo@r-systems.ee">raivo@r-systems.ee</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">Hi<br>
<br>
how can I get help with this issue ?<br>
<br>
Does PROJ team has any support ?<br>
<br>
I cant use PDAL<br>
<br>
Can anybody helps me ?<br>
<br>
Regards<br>
<br>
Raivo<br>
<br>
On 03.03.23 22:47, Raivo Rebane wrote:<br>
> Hi<br>
><br>
> I have installed Posgres/PostGis 3.3.2 and installed PDAL. Now is <br>
> conflict in PROJ libraries I guess, becose a I got error in PDAL <br>
> filters.reprojection task:<br>
><br>
> ERROR 1: PROJ: proj_create_from_database: C:\Program <br>
> Files\PostgreSQL\15\share\contrib\postgis-3.3\proj\proj.db contains <br>
> DATABASE.LAYOUT.VERSION.MINOR = 0 whereas a number >= 2 is expected. <br>
> It comes from another PROJ installation.<br>
> PDAL: Could not import coordinate system 'EPSG:4326': PROJ: <br>
> proj_create_from_database: C:\Program <br>
> Files\PostgreSQL\15\share\contrib\postgis-3.3\proj\proj.db contains <br>
> DATABASE.LAYOUT.VERSION.MINOR = 0 whereas a number >= 2 is expected. <br>
> It comes from another PROJ installation..<br>
><br>
> How to repair this conflict ?<br>
><br>
> Regards<br>
><br>
> Raivo<br>
><br>
><br>
_______________________________________________<br>
pdal mailing list<br>
<a href="mailto:pdal@lists.osgeo.org" target="_blank">pdal@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/pdal" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/pdal</a><br>
</blockquote></div>