You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I am using AG.read("nonexisting.tif") do r with some ArchGDAL functions I get a confusing GDALError about some Pointer being NULL.
I would have expected an error indicating that the there does not exist a file in that path which happens on a plain AG.read.
Over at GeoArrays, I've used startswith(fn, "/vsi") || occursin(":", fn) || isfile(fn) || error("File not found."), as GDAL can read non-local filepaths.
When I am using
AG.read("nonexisting.tif") do r
with some ArchGDAL functions I get a confusing GDALError about some Pointer being NULL.I would have expected an error indicating that the there does not exist a file in that path which happens on a plain AG.read.
I would like to get an error like this also for the do block.
The text was updated successfully, but these errors were encountered: