<div dir="ltr"><div>Hi</div><div><br></div><div>I installed today proj via conda, that includes a PROJ 9.4.1.</div><div><span style="font-family:monospace">conda install -c conda-forge proj</span></div><div><span style="font-family:monospace">...</span></div><div><span style="font-family:monospace">proj               conda-forge/linux-64::proj-9.4.1-h54d7996_1</span></div><div><br></div><div>I am working with a (time dependent) transformation from ITRF2020 to ETRS89. (not modifying the db ;)</div><div><br></div><div>The problem is that projinfo is suggesting a transformation that makes sense, but cs2cs is doing a ballpark.</div><div><br></div><div>However, if I compile PROJ 9.4.1 on my own, it works fine.</div><div><br></div><div>Here are some commands.<br></div><div><br></div><div>In the Conda environment:<br></div><div><br></div><div><span style="font-family:monospace">$ which cs2cs<br>/home/jshaw/anaconda3/envs/testproj/bin/cs2cs<br></span></div><div><span style="font-family:monospace"><br></span></div><div><span style="font-family:monospace">$ cs2cs<br>Rel. 9.4.1, June 1st, 2024<br>...</span></div><div><span style="font-family:monospace"><br></span></div><div><span style="font-family:monospace">$ echo 46 6 0 2024.6 | PROJ_DEBUG=3  cs2cs EPSG:9989 EPSG:4937 -d 9<br>pj_open_lib(proj.ini): call fopen(/home/jshaw/anaconda3/envs/testproj/share/proj/proj.ini) - succeeded<br>pj_open_lib(proj.db): call fopen(/home/jshaw/anaconda3/envs/testproj/share/proj/proj.db) - succeeded</span></div><div><span style="font-family:monospace">... (removed for clarity. I can send it if needed) ...<br></span></div><div><span style="font-family:monospace">Using coordinate operation Ballpark geographic offset from ITRF2020 to ETRS89<br>46.000000000    6.000000000 0.000000000 2024.6<br></span></div><div><span style="font-family:monospace"><br></span></div><div><span style="font-family:monospace">$ projinfo -s EPSG:9989 -t EPSG:4937 -o proj --bbox 5.5,45.5,6.5,46.5<br>Candidate operations found: 4<br>-------------------------------------<br>Operation No. 1:<br><br>unknown id, Conversion from ITRF2020 (geog3D) to ITRF2020 (geocentric) + ITRF2020 to ETRF2020 (2) + Conversion from ETRF2020 (geocentric) to ETRF2020 (geog2D) + Inverse of ETRS89 to ETRF2020 + Null geographic offset from ETRS89 (geog2D) to ETRS89 (geog3D), 0.1 m, Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State.<br><br>PROJ string:<br>+proj=pipeline<br>  +step +proj=axisswap +order=2,1<br>  +step +proj=unitconvert +xy_in=deg +z_in=m +xy_out=rad +z_out=m<br>  +step +proj=cart +ellps=GRS80<br>  +step +proj=helmert +x=0 +y=0 +z=0 +rx=0.002236 +ry=0.013494 +rz=-0.019578 +s=0<br>        +dx=0 +dy=0 +dz=0 +drx=8.6e-05 +dry=0.000519 +drz=-0.000753 +ds=0<br>        +t_epoch=2015 +convention=position_vector<br>  +step +inv +proj=cart +ellps=GRS80<br>  +step +proj=unitconvert +xy_in=rad +z_in=m +xy_out=deg +z_out=m<br>  +step +proj=axisswap +order=2,1<br><br>-------------------------------------</span></div><div><span style="font-family:monospace">...</span><br></div><div><br></div><div>If I run it in my compiled PROJ 9.4.1 out of Conda:<br></div><div><br></div><div><span style="font-family:monospace">$ echo 46 6 0 2024.6 | PROJ_DEBUG=ON ./cs2cs EPSG:9989 EPSG:4937 -d 9<br></span></div><div><span style="font-family:monospace">pj_open_lib(proj.ini): call fopen(/home/jshaw/work/projs/proj_9.4.1/share/proj/proj.ini) - succeeded<br>pj_open_lib(proj.db): call fopen(/home/jshaw/work/projs/proj_9.4.1/share/proj/proj.db) - succeeded<br>pj_open_lib(eur_nkg_nkgrf17vel.tif): call fopen(eur_nkg_nkgrf17vel.tif) - failed<br>pj_open_lib(no_kv_NKGETRF14_EPSG7922_2000.tif): call fopen(no_kv_NKGETRF14_EPSG7922_2000.tif) - failed<br>pj_open_lib(eur_nkg_nkgrf03vel_realigned.tif): call fopen(eur_nkg_nkgrf03vel_realigned.tif) - failed<br>Using coordinate operation Conversion from ITRF2020 (geog3D) to ITRF2020 (geocentric) + ITRF2020 to ETRF2020 (2) + Conversion from ETRF2020 (geocentric) to ETRF2020 (geog2D) + Inverse of ETRS89 to ETRF2020 + Null geographic offset from ETRS89 (geog2D) to ETRS89 (geog3D)</span></div><div><span style="font-family:monospace">45.999994986   5.999991132 -0.001870790 2024.6</span></div><div><br></div><div>Any clue what is happening there?</div><div><br></div><div>Thank you.</div><div>Javier<br></div></div>