<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><div dir="ltr"><div>I am working on the workflow for integrating MobilityDB and PostGIS 3. Travis is easier than Github Actions for this, since it enables to see immediately the log file of the test database. </div><a href="https://app.travis-ci.com/github/MobilityDB/MobilityDB/jobs/534416657">https://app.travis-ci.com/github/MobilityDB/MobilityDB/jobs/534416657</a><div>The PostGIS version installed is 3.1.1<br></div><div><br></div><div>I receive an error in the tests working with azimuth. I added an additional test to trace the problem as follows.</div><div><br></div><div>----------------------------------------</div><div>SELECT postgis_full_version();<br><br>POSTGIS="3.1.1 aaf4c79" [EXTENSION] PGSQL="130" GEOS="3.7.1-CAPI-1.11.1 27a5e771" PROJ="Rel. 4.9.2, 08 September 2015" LIBXML="2.9.3" LIBJSON="0.11.99" LIBPROTOBUF="1.2.1" WAGYU="0.5.0 (Internal)"<br>(1 row)<br><br>SELECT degrees(st_azimuth(geography 'Point(2.5 2.5)', 'Point(1.5 1.5)'));<br><br> 314.8067300104262<br>(1 row)<br></div><div>----------------------------------------</div><div><br></div><div>When I execute the same query in version 3.1.3 I have a correct result<br><div></div></div><div><br></div><div><div>----------------------------------------</div><div>select postgis_full_version();<br><br> POSTGIS="3.1.3 008d2db" [EXTENSION] PGSQL="130" GEOS="3.8.0-CAPI-1.13.1 " PROJ="6.3.1" LIBXML="2.9.10" LIBJSON="0.13.1"<br> LIBPROTOBUF="1.3.3" WAGYU="0.5.0 (Internal)"<br>(1 row)<br><br>select degrees(st_azimuth(geography 'Point(2.5 2.5)', 'Point(1.5 1.5)'));<br><br> 225.19326998957385<br>(1 row)<br></div><div><div>----------------------------------------</div><div><br></div></div></div><div><a class="gmail_plusreply" id="plusReplyChip-0" href="mailto:lr@pcorp.us" tabindex="-1">@Regina Obe</a> Any idea how to solve this issue ?<br></div><div><br></div><div><br></div><div><br></div></div>