Defra-Data-Science-Centre-of-Excellence / sgapi

Other
0 stars 0 forks source link

testthat error: Failure ('test-get_boundaries.R:29:3'): An invalid column name returns a warning #1

Open rsbivand opened 3 hours ago

rsbivand commented 3 hours ago

With sf built with GDAL 3.9.3, the test succeeds: sgapi.Rcheck.GDAL393.zip

but sf built with GDAL 3.10.0 rc1, it fails: get_boundaries_areaname(...) did not throw the expected warning. sgapi.Rcheck.GDAL3100.zip

@edzer @Andrew-Christy-555

rsbivand commented 2 hours ago

My sf::sf_extSoftVersion() on GDAL 3.10.0rc1:

          GEOS           GDAL         proj.4 GDAL_with_GEOS     USE_PROJ_H 
      "3.13.0"       "3.10.0"        "9.5.0"         "true"         "true" 
          PROJ 
       "9.5.0" 

with all else the same (GEOS 3.13.0 and PROJ 9,5.0).

Error unchanged with GDAL 3.10.0rc2.