We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After updating terra from version 1.6.17 (which uses gdal to 3.4.3) to version 1.6-41 (which uses gdal to 3.5.2) I get some GDAL messages:
terra
3.4.3
3.5.2
terra::rast("PNOA_MDT05_CodMuni_52001_buffer100.tif") #> proj_create_from_database: datum not found #> proj_create_from_database: ellipsoid not found #> proj_create_from_database: prime meridian not found #> class : SpatRaster #> dimensions : 1494, 1601, 1 (nrow, ncol, nlyr) #> resolution : 5, 5 (x, y) #> extent : 500497.5, 508502.5, 3901198, 3908668 (xmin, xmax, ymin, ymax) #> coord. ref. : ETRS89 / UTM zone 30N (EPSG:25830) #> source : PNOA_MDT05_CodMuni_52001_buffer100.tif #> name : PNOA_MDT05_ETRS89_HU30_1111_COR #> min value : -4.534 #> max value : 362.375
The file was written with version 1.6.17 and when read with that version no messages appears in terra, but they also appear in stars.
stars
Full details and the file are in r-spatial/stars#588.
Should I degrade to the previous version?
The text was updated successfully, but these errors were encountered:
Let's keep the discussion in one place (at stars, where it started).
Sorry, something went wrong.
No branches or pull requests
After updating
terra
from version 1.6.17 (which uses gdal to3.4.3
) to version 1.6-41 (which uses gdal to3.5.2
) I get some GDAL messages:The file was written with version 1.6.17 and when read with that version no messages appears in
terra
, but they also appear instars
.Full details and the file are in r-spatial/stars#588.
Should I degrade to the previous version?
The text was updated successfully, but these errors were encountered: