Open
Description
I'm doing:
GeoArrays.read("/vsicurl/https://github.com/OSGeo/gdal/blob/master/autotest/alg/data/2by2.tif?raw=true")
And getting:
File not found.
Stacktrace:
[1] error(s::String)
@ Base ./error.jl:35
[2] read(fn::String; masked::Bool, band::Nothing)
@ GeoArrays ~/.julia/packages/GeoArrays/S54xA/src/io.jl:4
[3] read(fn::String)
@ GeoArrays ~/.julia/packages/GeoArrays/S54xA/src/io.jl:3
[4] top-level scop
Using version 0.9.3
Am I missing something obvious?
Metadata
Assignees
Labels
No labels
Activity
evetion commentedon Jan 28, 2025
Hmm, I can't reproduce on macOS:
Can you check what's in your
~/.julia/packages/GeoArrays/S54xA/src/io.jl
? And whether you really have 0.9.3 there? I'm at a loss otherwise what this can be. Your error comes from https://github.com/evetion/GeoArrays.jl/blob/master/src/io.jl#L16, which literally starts with a negation when/vsi
occurs in the url.