Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Many GDAL ENCODING warnings pop up for terra::spatVector() unit tests in Ubuntu #188

Open
florisvdh opened this issue Dec 19, 2023 · 0 comments
Labels
upkeep maintenance, infrastructure, and similar

Comments

@florisvdh
Copy link
Member

This can e.g. be seen in https://github.com/r-spatial/qgisprocess/actions/runs/7259352022/job/19776322636#step:22:45.

It was found that these warnings disappear if test-compat-raster.R is removed; this file is run before test-compat-terra.R, so an interplay between {raster} and {terra} is at stake.

This could be reduced to the following finding. On Ubuntu, it appears that if raster::raster() has been called, subsequently writing a SpatVector object to a GeoPackage with terra::writeVector() emits the warning.

Reported at rspatial/terra#1377.

@florisvdh florisvdh added the upkeep maintenance, infrastructure, and similar label Dec 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
upkeep maintenance, infrastructure, and similar
Projects
None yet
Development

No branches or pull requests

1 participant